搜索资源列表
PollardRho
- 大数分解算法,根据算法设计分析高级教程,随机算法章节里面所讲的,mentocarlo算法改造的大数分解,能将一个大的合数分成几个素数的相乘,可以判断这个和数是不是由素数组成-factoring algorithm, algorithm design and analysis Senior Guide, randomized algorithm inside chapters have said, mentocarlo majority of the transformation algorith
main
- 龟兔赛跑 一个学习c语言的例程,我按照一本经典c教程算法编写,演示了龟兔赛跑的过程,结果是随机出来的。很有趣味性
DS_PKU
- 北大版本的数据结构教程对应的源代码,其中包括链表,树,图等经典数据结构和一些算法。
字图像处理典型算法及实现
- visual c++数字图像处理典型算法及实现一书的所有源码,是图像处理入门的极好教程--图象处理,对图像处理新手有很大帮助
Gentle_Tutorial_of_the_EM_Algorithm
- Gentle Tutorial of the EM Algorithm.pdf 一个浅显易懂的EM算法教程-Gentle Tutorial of the EM Algorithm.pdf an easy to understand tutorial of EM algorithm
myGA
- 王正林优化教程里的基本遗传算法,与大家共享-The Zhenglin optimization tutorial basic genetic algorithm, and share
cd40192
- 清华大学cuda培训教程 gpu并行算法 高清版pdf-Tsinghua University training course cuda parallel algorithm gpu HD version pdf
PSO
- 粒子群进化算法,标准的源代码程序和实例教程。-Evolutionary particle swarm algorithm, standard procedures and examples of source code tutorial.
16tt23
- 学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为一体的综合性练习。超简单单片机学习套材中的16X16汉字点阵模块提供了一个全新的学习平台。在一块只能显示一个汉字的点阵中,只利用Atmega48的内部资源实现几个汉字的移动,不但要清楚点阵的物理性能,知道如何送数据;还要了解单片机的可用资源,并通过编程利用内部存储器移动交换数据,确实是需要些技-Microcontroller tutori
tree
- 搜索二叉树算法,来自大学C语言教程,经典的算法。是结构体的一种有效利用。-serch tree
filesystemCourse
- 文件系统的源代码及其教程,通过课程设计,让我更好地掌握操作系统的原理及实现方法,加深对操作系统基础理论和重要算法的理解,加强了我的动手能力-File system source code and tutorials, through course design, let me better grasp of the theory and implementation of the operating system, deepen the basic theory and important al
shumojiaocheng
- 关于lingo教程和一些小算法。。数模者愈看从速哦。嘿嘿·-About lingo tutorials and small algorithm. . Digital-analog were more to see as soon as possible oh. Hey
MPI
- MPI代码设计实例程序和论文教程,包含雅克比、小波变换、一维口袋问题动态规划、热分布问题等算法实现-MPI code design tutorial example programs and papers, including Jacobi, wavelet transform, one-dimensional dynamic programming problem pocket, heat distribution algorithm problems
computer-graphic
- 此代码是计算机图形学实践教程(Visual C ++中版)的源代码,包括一些计算机图形学基本算法。-This code is the “practice of computer graphics tutorial (Visual C++ Edition) ”source code, including some of the basic algorithm for computer graphics.
binsearch
- 折半查找,数据结构的教程书籍《数据结构算法实现及解析》高一凡,中的实例,实现查找方法中的折半查找。-Binary search, the tutorial books " of the data structure data structure algorithms and parse" high Yifan, in the instance to achieve binary search in the Find method.
Data-structure-experiment-tutorial
- 数据结构实验教程,适合想要学习数据结构算法的同学,属于入门级-Experimental data structure tutorial for those who want to learn data structure algorithms classmates, is the entry-level
ant-cPP
- 基于C++编程环境下的蚁群算法的入门指导教程-Ant colony algorithm based on C++ tutorial
PID算法
- PID代码的实现,各种代码的实现,详细的解释,非常好的学习教程(PID code to achieve a variety of code to achieve a detailed explanation, a very good learning tutorial)
夏老师讲义保存
- 书中的内容从算法和计算的基本概念出发,讲述如何由硬件逻辑电路来实现复杂数字逻辑的方法和技术。(The content of the book is based on the basic concepts of algorithms and computing, and describes how to implement complex digital logic by hardware logic circuits.)
MATLAB
- MATLAB文件,关于画图,曲线的拟合等一些非常有意义的经典算法教程。嵌入式单片机编程等。