搜索资源列表
sy4-MPSORT
- 汇编语言中,实现冒泡排序的算法,使用轻松汇编编译成功-assembly language, and achieving bubble sort algorithms, the use of a relaxed build successful compilation
CRCarithmetic
- crc算法三种不同算法以及不同语言的实现-crc algorithm three different algorithms and different languages to achieve
DSP_zichengxuku
- 这是DSP的一个应用子程序库,包含基本数学运算子程序,硬件接口子程序,经典数字信号处理算法程序,现代信号处理程序,语音信号处理程序,是DSP软件开发的一个开发指导手册,许多程序笔者在TI实验开发板上调试通过。为了让开发者确实有用,没有割断传送,建议增加点数。-This is a DSP application subroutine library that includes basic arithmetic subroutine, the hardware interface routines,
C51_shuziyubosuanfa
- 这是基于MCS51的软件抗干扰数字滤波算法,包括CRC校验算法、加权滤波算法、脉冲干扰抑制算法、滑动滤波算法等。对MCS51信号采集大有用处。其中CRC校验、滑动滤波算法在笔者的心电呼吸信号科技计划项目中应用,取得了较好的效果-MCS51 This is based on the anti-jamming software digital filtering algorithms, including CRC algorithm, weighted filter, pulse interfere
vbshuzu
- 1、熟练掌握一维数组、二维数组的定义、赋值和输入输出的方法。 2、掌握与数组有关的算法。 -1, the master of one-dimensional arrays, two-dimensional array definition, assignment, and input-output method. 2, master and an array of related algorithms.
TSP
- 很好很重要的十进制遗传算法的源代码,C#的-Decimal very important source of genetic algorithms, C#' s
sort_C++_asm
- 三种排序算法,分别用C++和汇编语言实现以对比-Three sorting algorithms, respectively, using C++ And assembly language to achieve a contrast
8051
- 8051彻底研究源程序大全,一些算法,实例,进制转换等子程序,更多详情请查阅这一本书!-Encyclopedia of 8051 a thorough study of the source code, a number of algorithms, examples, hexadecimal conversion Subroutine, more details please refer to this book!
HUIBIANSUANFA
- 详细,实用的各种汇编算法,对使用汇编有帮助-Detailed and useful compilation of various algorithms, using the compilation help
xiaoyuandaoyou
- 校园导游模拟系统,主要是演示数据结构中图的路径的算法,是数据结构的课程设计-Campus tour guides Analog systems, mainly in the presentation data structure path graph algorithms, data structures are designed curriculum
24_Points_Game
- 算24点”作为一种扑克牌智力游戏,游戏内容为从一副牌中抽去大小王2张,任意抽取4张牌(称牌组),用加、减、乘、除(可加括号)把牌面上的数算成24,每张牌必须用一次且只能用一次。我们可以人工计算,当然也可以用计算机来处理。本程序主要是借助计算机利用设计好的算法来计算24点问题。 该24点游戏程序内容主要包括界面显示,自动运算24点以及手动计算24点三部分,采用模块化开发方法,并汇编语言编写程序代码。-Count 24 points " as a mental poker game,
mcucx
- 51单片机实用子程序,算法和数据转换,非常有用-51 single-chip utility subroutines, algorithms and data conversion, very useful
masm32
- MASM has a number of built in operators that allow a programmer to use C style evaluation and loop code when writing high level Windows code that interfaces with the operating system. More often than not, low level algorithms do not use any of t
FIRfenbushisuanfa
- 基于分布式算法数字滤波器 VHDL语言编写 适用于FPGA-Digital filters based on distributed algorithms written in VHDL for FPGA
xiaoshengjing
- 本文在阅读大量遗传算法小生境技术资料基础上,介绍了遗传算法的特点、物种形成和小生境技术,详细陈述上世纪80年代以来的各种小生境实现方法,包括共享函数法、确定性排挤法、可变半径的聚类算法和隔离小生境方法等;最后对小生境遗传算法的工程应用提出了展望。 -In this paper, a lot of reading technical information niching genetic algorithm based on the characteristics of genetic alg
tubao
- 实现点集凸包的算法,把众多随机分布的点用一条折线以最小的长度使其全部包括其中-Achieve point set convex hull algorithms, the number of random distribution of points with a polyline with a minimum length of it all including the
graphs.tar
- some graph algorithms from a book
huibianyuyan
- 一份简单的毕业设计.掌握8086汇编语言程序设计方法,设计不同的加密算法并完成对数据的加密和解密工作。-A simple graduation design. 8086 assembly language programs to master design methodology, design and completion of different encryption algorithms for data encryption and decryption work.
Fortran-algorithms-procedures-
- Fortran常用算法程序集第二版,用于算法的编程及学习。-Fortran algorithms procedures set second edition,programming and algorithms for learning.
Genetic-Algorithms
- 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。-Genetic algorithm is used to solve computational mathematics in optimizing search algorithm, an evolu