Welcome![Sign In][Sign Up]
Location:
Search - m2

Search list

[Communication2D_convolution

Description: 二维卷积运算之C语言实现 若x为N1*M1的二维信号,y为N2*M2的二维信号,则卷积为(N1+N2-1)*(M1+M2-1)的信号-2D convolution operators on C language if x N1 * M1 to the two-dimensional signal y * M2 N2 for the two-dimensional signal, convolution (N1 N2-1) * (M1 M2 - 1) signal
Platform: | Size: 3409 | Author: 劉昱楓 | Hits:

[Windows Developm2edit

Description: 一个用于修改另风M2的内存中的广告语的原代码,用SDK写成-one for the amendment of another wind M2 memory of the original language advertising code, written with SDK
Platform: | Size: 35804 | Author: 按时飞 | Hits:

[Special EffectsC++(Circle)

Description: 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角线长度的成员函数。 (4) 对于给定的实数r,先声明一个半径为r 的圆c1;然后声明一个c1 的外切矩形s, 接着再声明s 的外接圆c2。 (5) 输出(4) 中几何对象的面积,周长和对角线长度。 .编程任务: 给定实数r,计算几何对象c1,s 和c2 的面积,周长和对角线长度。 .数据输入: 由文件input.txt 给出输入数据。第1 行有1 个实数r,表示圆c1 的半径。 .结果输出: 将计算出的几何对象c1,s 和c2 的面积,周长和对角线长度分别输出到文件output.txt 。 文件的第1 行是计算得到的圆c1 的面积和周长;第2 行是矩形s 的面积,周长和对角线长 度;第3 行是圆c2 的面积和周长。-algorithm that 1-2 plane geometry problem. Problem description : probationary category C to the definition simple plane geometry objects to the abstract data type Geometry. (1) The definition of a float with two geometric m1 and m2; M2, the default value of 0.0. (2) to achieve two Constructors : permits the use of a parameter or two parameters statement geometric objects. Using a parameter r statement geometric objects to a radius of the circle r; With two parameters r1 and r2 statement to the geometric objects r1'r2 rectangular. Statement by the geometric objects in the center of origin. (3) calculate the geometric definition of the target area, perimeter and length of the diagonal members function. (4) For a given set of real r, first declare a radius of the circle r c1; Then a state
Platform: | Size: 66427 | Author: stzxxxstz | Hits:

[Windows Develop19M2Server

Description: 最新版的传奇私服M2。2006年3月19号更新-latest version of the legendary comic M2. March 19, 2006 Update.
Platform: | Size: 1915879 | Author: 蓝色 | Hits:

[Game Programmir_client

Description: m2的客户端的VC源码,好玩易啊。-m2 client VC source, ah easy fun.
Platform: | Size: 627549 | Author: 任定权 | Hits:

[DVDdecodevob-0.2

Description: DecodeVOB extras MPEG-2 video streams (M2V) and Dolby Digital audio streams (AC3) from DVD multiplexed streams (VOB).-DecodeVOB extras MPEG-2 video streams (M2 V) and Dolby Digital audio streams (AC3) from DV D multiplexed streams (DVD).
Platform: | Size: 14096 | Author: bombur | Hits:

[Other resourceM2Engine

Description: 传奇的引擎M2 Engine版! 我不怎么懂!需要的就下!-legendary M2 Engine version of the engine! He did not understand me! Need on the next!
Platform: | Size: 969125 | Author: 谢威 | Hits:

[Other resource45z_m2zxycx

Description: 传奇正式M2源码 可编译-legendary M2 official source can be compiled
Platform: | Size: 1620985 | Author: 梁龙 | Hits:

[JSP/Javaspring-ws-1.0-m2-minimal

Description: 具体功能 It is the source code for spring. it include spring xml config, spring secutity, spring core, spring oxm tiger.-specific functions It is the source code for spring. It inc xml config lude spring, spring secutity. spring core, spring oxm tiger.
Platform: | Size: 317189 | Author: xueliang | Hits:

[Special Effectslookup_multi

Description: //4×4 查找表乘法器 module mult4x4(out,a,b,clk) output[7:0] out input[3:0] a,b input clk reg[7:0] out reg[1:0] firsta,firstb reg[1:0] seconda,secondb wire[3:0] outa,outb,outc,outd always @(posedge clk) begin firsta = a[3:2] seconda = a[1:0] firstb = b[3:2] secondb = b[1:0] end lookup m1(outa,firsta,firstb,clk), m2(outb,firsta,secondb,clk), m3(outc,seconda,firstb,clk), m4(outd,seconda,secondb,clk) //模块调用
Platform: | Size: 816 | Author: stevephen | Hits:

[Othercircle_wyb

Description: (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2个构造函数:允许用1 个参数或2个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1´ r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角线长度的成员函数。 (4) 对于给定的实数r,先声明一个半径为r 的圆c1;然后声明一个c1 的外切矩形s, 接着再声明s的外接圆c2。 (5) 输出(4)中几何对象的面积,周长和对角线长度。-(1) definition of a float with two geometric m1 and m2; M2 default value of 0.0. (2) to achieve two Constructors : Allow use of a parameter or two parameters statement geometric objects. With a statement r parameter of the geometric object to a radius of the circle r; Use two parameters r1 and r2 statement of geometric objects as r1
Platform: | Size: 1536 | Author: 小吴 | Hits:

[Other resourcepsb2machines_pss

Description: 一1000 MW水电站(机组M1)通过一条500 kV, 700 km的输电线路与负载中心连接。负载中心模型是5000 MW的阻抗负载,由遥远的1000 MW电站和当地的5000 MW (机组 M2)电站供电。系统已经初始化,因此线路传送950 MW,接近它的潮流阻抗负载(SIL = 977 MW)。这两台机相当于一台水轮机和管理(HTG),励磁系统和电力系统稳定器(PSS)。这三个模块位于“涡轮和调速”子系统中。通过此例,在500 kV系统中制造故障,观察PSS对系统稳定性的影响。-a 1,000 MW hydropower station (crew M1) through a 500 kV, 700 km of transmission line and load center. Load center model is 5,000 MW of load impedance. from the distant 1000 MW power station and the local 5,000 MW (Unit M2) power supply. Is initialized, it transmits 950 MW. closer to its trend of load impedance (SIL = 977 MW). This machine is equivalent to a two hydraulic turbines and Management (HTG), excitation system and the power system stabilizer (PSS). This module is located at 3 "and turbine speed" subsystem. Through this cases, the 500 kV system manufacturing fault, PSS observation of the system stability.
Platform: | Size: 13591 | Author: 卢丹 | Hits:

[Other resourcexiaoxiaoyuanm

Description: 传奇M2小小全套程序源码可编译 已经测试过没有问题-legendary M2 small set of procedures can compile the source code has been tested without problems
Platform: | Size: 5525978 | Author: 许威 | Hits:

[Other resourcesingularity-1.0-M2-src

Description: 一个开源的rfid middleware 资料,给大家推荐-a revenue rfid middleware, we recommend to the
Platform: | Size: 7045137 | Author: 杨阳 | Hits:

[Other resourcem2

Description: 用C51编写的现场总线多机通讯程序,这个程序调试通过,现在应用在微机数据采集系统中。
Platform: | Size: 3131 | Author: 汪毅 | Hits:

[OS programzPlugOfEngine

Description: zPlugOfEngine Delphi源码 传奇M2引擎功能扩展插件
Platform: | Size: 279570 | Author: snlong | Hits:

[Other resourceBLUEM2

Description: 传奇服务器端的BLUE的M2源代码~ 可以供大家研究
Platform: | Size: 1456574 | Author: jishihang | Hits:

[WEB CodeYeQiangWei-Club

Description: 野蔷薇社区论坛YeQiangWeiClub v1.0 M2 JSP源码版 程序简介: 社区文章采用的是平板、树形自由选择的两种展示方式,社区整体布局采用左右分帧,这样的结构更适合版面较多的网站使用! 社区支持无限级分类,左侧工具栏静态化再多的版面也不会影响速度。 大量的使用高性能缓存使得软件在高并发下对数据库的压力降到最低!支持分布式Cache! 软件经过优秀的用户体验专家和交互设计师指点注重每一个细节的设计! DIV+CSS架构页面,使得更换样式变得异常简单,让网友浏览大数据量网页没有卡住的感觉!
Platform: | Size: 462377 | Author: wokaoxu | Hits:

[FlashMXm2

Description: 公司的网站MENU源码2
Platform: | Size: 671596 | Author: jddddddddd | Hits:

[Delphi VCLM2Engine

Description: M2原代码 M2原代码
Platform: | Size: 967639 | Author: fjoj | Hits:
« 1 2 3 45 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net