资源列表
traffic1
- 用matlab编写的,基于元胞自动机的交通流模型-Using matlab,Based on cellular automata traffic flow model
gaborcreate
- MATLAB 图像处理 纹理提取 小波变换-MATLAB
pai
- 大家都知道π=3.1415926……无穷多位, 历史上很多人都在计算这个数, 一直认为是一个非常复杂的问题。现在有了电脑, 这个问题就简单了。 其中有些计算起来很复杂, 我们可以选用图中第三个, 比较简单, 并且收敛的非常快。 因为计算π值, 而这个公式是计算π/2的, 我们把它变形: π = 2 + 2/3 + 2/3*2/5 + 2/3*2/5*3/7 + ... -We all know that π = 3.1415926 ... ... infinitely many,
planar
- This program is used for computing kinematics transformation for the planar 3-DOF, 3R robot with link length L1=3, L2=3, and L3=3(m) This program is used for calculating the modified Denavit-Hartenberg parameters
RSA
- RSA的C语言实现-RSA的C语言实现~~~~~~~~~~~~~~~~
_getline
- 统计文本行数,小巧好用,可作类调用,大家不妨一试-Statistics the number of lines of text, compact and easy to use, can be used for classes call, we try
programarduino2
- error checking with CRC 12bit
arungccroath
- roath algorithm for source localization
2
- 在n*n的棋盘上(1<=n<=10)填入1、2、3、….、n*n,共有n*n个数,使得任意相邻数的和为素数。 输入:n 输出:若有多个解,则需输出第一行、第一列之和均为最小的排列方案;若无解,则输出‘no’。-On board n* n (1 <= n <= 10) filled with 1,2,3, ...., N* n, a total number of n* n, so that any adjacent, and the number of prime
invGJ
- 输入一个矩阵,可以求得该矩阵的逆矩阵,内附解释说明-Enter a matrix, you can obtain the inverse matrix, containing an explanation
test116
- 用Matlab画出通信系统中的的经典的蜂窝系统图,方便大家使用-using Matlab to compute the fengwo system in the communicating system
BinaryGap
- Code for finding the gap in the binary representation of an integer. Solution to the codility s binary gap question. Please check wikipedia for descr iption.