资源列表
mul
- mullmodifeid booth algorithm
src
- 面向对象编程基础编写一个交通工具的父类(Transport): (1) 属性包括速度、载重量: (2) 方法包括构造方法和显示属性的方法。 (3) 定义Transport的子类Vehicle,Vehicle有自己新增的属性:车轮数、车牌号;定义对新增的属性进行显示的方法。 (4) 定义Transport的子类Airplane,Airplane有自己新增的属性:发动机类型、座位数;定义对新增的属性进行显示的方法。 (5) 在测试类的main()方法中分别创建Vehicle和A
Dfrft
- 这是一个经典的分数阶傅里叶变换的matlabs源代码,如果想学习分数阶傅里叶变换的话,这是一个很好的学习程序-if you wang to learn the fractionan fourier transform ,then this code is a perfact matlab code
WMain
- 是可以设置windows ce开机自动启动的说明。很好的固话windows ce,个人觉得还是不错的。-Can set windows ce boot automatically start instructions. Fixed-line windows ce, good personal feel good.
jinzhizhuanhuan--any
- 该c++程序可以用来实现任意两个整数进制之间的相互转换并输出。-The c++ program can be used to realize arbitrary two integer into system between the conversion and output.
ggldm
- 网站公告栏新款代码集,有各种各样新颖的公告代码,供你随心所欲地选用。-The new website bulletin board code set, there are a variety of novel bulletin code for you free to choose.
nc_maxmin_suballo
- OFDMA cooperative communication nocooperative matlab source code for maxmin subcarrier allocation algorithm.
Graph_LL
- Graph implementation using C-Graph implementation using C++
expKDE
- Exponential Kernel Density
chengxu
- 测功率因数角,用于无功补偿,前期工作,电机无功补偿控制程序。-Measured power factor angle for reactive power compensation, the preliminary work, the motor reactive power compensation control program.
1
- 一个微型命令解释程序 dir cop era dis end-A miniature command interpreter dir cop era dis end
1
- format long = uigetfile( *.xls ) file= x=xlsread(file) for i=1:19 xd1=x(i,1) xd2=x(i,2) xd3=x(i,3) xd4=x(i,4) yd1=x(i,6) yd2=x(i,7) yd3=x(i,8) yd4=x(i,9) m= n= p=polyfit(m,n,1) z=polyval(p,m) poly2sym(p, x )