搜索资源列表
JIAJIAN010
- 1、输入模块:从键盘读入两个长整数,并存储在內存中。 2、运算模块:编写子程序完成大整数的加法和减法。 3、实验环境:软件环境 MASM 5.0 -an import module : Reading from the keyboard into two long integer, and stored in the memory. 2 computational modules : subroutine completed the preparation of the lar
macdesign
- 网络拨号列表查询,计算物理网卡地址!获取计算机串口数量。-Network dial-up list query, computational physics card address!
Lock
- 该程序是本人参与的08年美国东部地区大学编程竞赛题目,可当作学习资料.该程序是一个简单的转动密码锁匙的计算程序 -The program is my participation in the eastern part of the 2008 United States University of programming contest topic, can be used as learning materials. The program is a simple computationa
1
- (汇编程序)使用MASM 5.0工具,完成10字节长两个压缩无符号BCD数相加的实验程序。两个操作数最好从键盘输入,采用数据段定义(常数)也可以。调试通过、运算结果正确、结果可观察,程序运行具有容 错性、代码编写风范良好、语句行适当注释。-(Assembler) using MASM 5.0 tools to complete the 10 bytes long compressed unsigned BCD number two added to the experimental proced
caculation
- 关于MATLAB与双馈风机接口计算智能算法-About MATLAB and DFIG computational intelligence algorithms Interface
code
- 计算听觉场景分析目前用于语音增强的一种比较好的方法,利用人耳的听觉特性-Computational Auditory Scene Analysis
clustering-coefficient
- 计算复杂网络的的得集聚系数,对优化网络拓扑结构很有用-The computational complexity of the network of clustering coefficient, is very useful to optimize the network topology.
Genetic-Algorithms
- 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。-Genetic algorithm is used to solve computational mathematics in optimizing search algorithm, an evolu
one-dimension-heat-conduction
- 一维传热程序,适合初学者学习参考,广泛应用于计算流体力学-one dimensional heat transfer program, computational fluid dynamics
STC_FFT
- 快速傅里叶变换法(FFT)是离散傅立叶变换的一种快速计算方法,它能使N点DFT的乘法计算量由N2 次降为 次。下图是采样点数为8点FFT时间抽取算法信号流图,本程序也是以这种形式设计的。-Fast Fourier Transform (FFT) is a fast computational method for discrete Fourier transforms that can reduce the multiplication of N-point DFT by N2 times. T
rar
- powell算法设计 鲍威尔法又称方向加速法,它由Powell于1964年提出,是利用共轭方向可以加快收敛速度的性质形成的一种搜索方法。该方法不需要对目标函数进行求导,当目标函数的导数不连续的时候也能应用,因此,鲍威尔算法是一种十分有效的直接搜索法。 Powell法可用于求解一般无约束优化问题,对于维数n<20的目标函数求优化问题,此法可获得较满意的结果。 不同于其他的直接法,Powell法有一套完整的理论体系,故其计算效率高于其他直接法。该方法使用一维搜索,而不是跳跃的探测步。同时