搜索资源列表
truetime-1.3
- 一个很棒的网络控制系统仿真软件,truetime工具箱包括TrueTime Computer与Truetime Network 两个接口模块。计算机模块具有灵活的实时内核,A/D和D/A转换器,网络接口和外部通道。计算机模块按照用户定义的任务执行,代码采用Matlab或C++编写。-a terrific network control system simulation software, truetime Toolbox including Computer and TrueTime True
xtree.tar
- X-tree的C++源码,对应文章S. Berchtold, D. A. Keim, H.-P. Kriegel: The X-tree : An Index Structure for High-Dimensional Data. -X-tree in C source code, the corresponding articles S. Berchtold, D. A. Keim. H.-P. Kriegel : The X-tree : An Index Structure for Hi
32458
- 本程序运用的万年历的计算公式: d=a-1+(a-1)/4-(a-1)/100+(a-1)/400+c 其中a为年c为该日期在本年中的天数,d取整数,当d/7余数0时是星期天,余数1时是星期一依此类推。
c
- c++冒泡排序#include \"stdio.h\" void sort() { int i,count=0,a[20] int k=20 printf(\"please input 20 defferent numbers?\\n\") for(i=0 i<20 i++) scanf(\" %d\\a\",&a[i]) while(count<20) { for(i=0 i<k i++)
system_1
- 通信数字传输系统各部分仿真程序,包括调制、解调、A/D转换、D/A转换、信道传输、抽样判决等
1
- 用于删除广义表中所有值为*的元素,例如删除广义表((a,b),a,(d,a))中所有a个结果是广义表((b),(d))。
truetime-1.13b-compiled
- 一个很棒的网络控制系统仿真软件,Truetime工具箱包括TrueTime Computer与Truetime Network 两个接口模块。计算机模块具有灵活的实时内核,A/D和D/A转换器,网络接口和外部通道。计算机模块按照用户定义的任务执行,代码采用Matlab或C++编写。-a terrific network control system simulation software, including Truetime Toolbox Truetime TrueTime Computer
HWinfo.dll.rar
- HWInfo.dll是本人开发的一个提取硬盘序列号、CPU相关信息、主板序列号以及网卡MAC地址的动态链接库,可用于为共享软件产生机器码提供硬件特征值。,Yes I HWInfo.dll developed a hard drive serial number extraction, CPU-related information, motherboard serial number and the network card MAC address dynamic link library th
sin.rar
- 正弦波信号的均匀量化和线性编码 A/D 变换,实数的线性编码 D/A 变换,实数的线形译码,Uniform quantization of sinusoidal signal and linear coding A/D conversion, the linear coding real D/A conversion, real decoding of linear
CodeBook
- Code MATLAB in S. Theodoridis, A. Pikrakis, K. Koutroumbas, D. Cavouras - Introduction to Pattern Recognition: A MATLAB Approach
KF-2-D-matrix
- 卡尔曼滤波简单例子,二维情况。模拟一个小车在平面内运动-Kalman filter simple example, two-dimensional situation. Simulation of a car movement in the plane
dna
- 用MATLAB实现DNA遗传算法,有详尽注释,且已通过编译-DNA genetic algorithm using MATLAB implementation, a detailed annotation, and has passed the compilation
CLAPACK_dll
- LAPACK的全称是Linear Algebra PACKage,是非常著名的线性代数库。LAPACK是用Fortran写的,这里是C版LAPACK编译后的dll和头文件。-LAPACK full name is Linear Algebra PACKage, is a very well-known linear algebra library. LAPACK is written in Fortran, here is the C version of LAPACK compiled dll
dbf
- 各种波束形成方法的集合,非常好用,当然,非原创。-A collection of various beamforming methods, very easy to use and, of course, non-original.
dstar
- D星算法,是A星算法的动态版本,都是基本的路径规划算法-D Star algorithm, stars are A dynamic version of the algorithm is the basic path planning algorithm
MATLAB
- 对噪声信号中的正弦信号,通过Pisarenko谐波分解方法、Music算法和Esprit算法进行频率估计,信号源是: 其中, , , ; 是高斯白噪声,方差为 。使用128个数据样本进行估计。 1、用三种算法进行频率估计,独立运行20次,记录各个方法的估计值,计算均值和方差; 2、增加噪声功率,观察和分析各种方法的性能。-Sinusoidal signal in the noise signal through the Pisarenko harmonic decomposition metho
dmc
- 用matlab实现的动态矩阵仿真程序,学预测控制的朋友可以看看啊-Achieved with dynamic matrix matlab simulation program, predictive control school friends can take a look at ah
heat2d
- 这个程序是用matlab程序编写的应用数值方法计算二维平板传热的一个应用程序,含有源代码和公式,可以根据具体参加和情况进行二次开发,简单使用,非常方便。-use the Matlab to build a code,use numirical method to solve 2-D heat transfer problem, cold in the pack,can be modified by your need
Ph.D.Thesis
- 这是一篇关于岩石力学的博士论文 svm及其在矿井突水信息处理中的应用与研究-This is a doctoral thesis on rock mechanics and mine water inrush svm Information Processing Research
MOEA-D
- Implementation of MOEA/D, a multi-objective optimisation genetic algorithm based on decomposition.