搜索资源列表
juan
- 杨辉三角形的打印输出算法,采用ASM编程.-print output algorithm, using ASM programming.
101259353uniformgauss
- 基于Box-Mulle算法的原理,利用MATLAB语言编程,并且在MATLAB平台上验证算法。写出Box-Mulle算法的仿真程序
5
- 虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置,提醒一下,这个游戏需要你的视力特别好哦,要不然看不清楚的。
MMX
- MMX即多媒体可扩展指令集,通常用汇编编写,内嵌于C++或C,提升图象算法的执行速度。该文档介绍了MMX的指令集及编程规范。-That is scalable MMX multimedia instruction set, often used to prepare a compilation, embedded in C++ Or C, to enhance the implementation of the speed of the image algorithm. The document
Linker_Algorithm
- Linker_Algorithm.rar, 连接器算法,对于想加深编程认识的同志很有指导作用。-Linker_Algorithm.rar, the connector algorithm, the programming would like to deepen understanding of the guiding role of the comrades are.
16tt23
- 学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为一体的综合性练习。超简单单片机学习套材中的16X16汉字点阵模块提供了一个全新的学习平台。在一块只能显示一个汉字的点阵中,只利用Atmega48的内部资源实现几个汉字的移动,不但要清楚点阵的物理性能,知道如何送数据;还要了解单片机的可用资源,并通过编程利用内部存储器移动交换数据,确实是需要些技-Microcontroller tutori
tsp
- tsp算法,遗传算法解决tsp问题,用到MATLAB编程-tsp algorithm, genetic algorithm to solve the tsp problem, use MATLAB Programming
123
- 卷积运算,都是C编程,算法简单实用,希望大家喜欢-Convolution, is C programming, the algorithm is simple and practical, I hope everyone likes
xiaoshengjingyichuansuanfa
- 利用改进的小生境遗传算法来编程,适合对这方面感兴趣的人员研究-The use of improved niche genetic algorithm is used to programming, suitable for persons interested in research in this area
CRC16
- 本文给出了CRC16的快速算法,通过汇编语言进行编程,改程序简练,已通过验证。-In this paper, the fast CRC16 algorithm, assembly language programming, change the program concise, has been authenticated.
9
- 二阶系统控制的编程设计 用积分分离pi算法 实现对电压的控制 输入电压-5.000至+5.000 需要硬件支持 -Two order control system programming design for integral separation PI algorithmTo achieve voltage control input voltage- 5 to+ 5
yichuansuanfa
- 基于遗传算法工具箱的编程,是金融数量分析:基于MATLAB编程中的示例,非常有用-Programming based on genetic algorithm toolbox, number of financial analysis: based on MATLAB programming example, very useful
filter-arithmetic
- 编程经常用到的滤波算法大全,非常详细的说明-Programming frequently used filtering algorithm Daquan, a very detailed descr iption of
lisanbiancheng
- 离散编程,求关系的传递闭包,真值表,求偏序关系的极大元与极小元,消解算法 求关系的传递闭包 输入 一次输入一个关系矩阵,每一行两个相邻元素之间用一个空格隔开,输入元素的行与列分别对应关系矩阵的行与列。 输出 输出该关系的传递闭包所对应的关系矩阵,要求格式与输入的格式相同。-Discrete programming, find the relationship between the transmission of closure, truth tabl
sprc144
- TI 240x DSP 串口编程算法,无须仿真器及编程器,直接采用串口下载flash程序-TI 240x DSP serial programming algorithm, without the emulator and programmer, direct serial download flash program
Flood-regulation
- 洪水调节,根据试算法原理采用matlab编程。-Flood regulation, according to the principles of the test algorithm using matlab programming.
PC-technology
- 计算机PC技术理论讲解以及常用编程算法分析、实例讲解等。-The computer PC technology theory to explain as well as commonly used programming algorithm analysis, such as examples to explain.
MoHu-pingpan--C-yuyan-code
- 模糊综合评判算法(C语言编程)的实现: 本算法采用了二级模糊综合评判法,评价集个数为4,评价因子个数为11,实现c语言编译过程 -Fuzzy comprehensive evaluation of the implementation of the algorithm (C programming language): This algorithm uses two fuzzy comprehensive evaluation method, the number of evaluati
figurertzpp25
- 预处理后将得到一幅宽度为一个像素的细化二值图像,然后通过特定的端点和交叉点的特征进行指纹匹配。论文中采用MATLAB编程实现全部算法。-After pretreatment of a width of one pixel to obtain a binary image thinning, and through specific endpoint and the intersection of the characteristics of the fingerprint matching. T
1到100的和算法
- c语言 1到100的和算法,很简单的入门编程C语言代码