资源列表
8Queens
- 八皇后问题 C++ 八皇后问题 八皇后问题-Eight Queens Problem
Pixel-translation
- 两幅图像实现像素的平移 一幅深度图和一幅原图-Two images to achieve the pixel shift A depth map and a map
Clock
- mt4外汇软件在主界面显示时区时间的指标-time indicators mt4 forex software in the main interface displayed
PiaNew
- 汇编程序的经典范例,playpiano,通过按键实现发声-Classic example of the assembler, playpiano
kexuejishu
- C++编程,实现,对出入的字符型的长数字,转化为double型的数输出,可以是科学计数法来输出-C++ programming, achieve long and out of character figures into the number of double-output, output scientific notation
chirp1D
- 雷达信号压缩,一维信号的生成以及如何让拖尾压缩。-The radar signal compression, the generation of one-dimensional signals as well as how tailing compression.
D
- 定义f(x)为整数x的质因数的个数(重复的也计数),求1<=x<=N中f(x)的最大值。-Definition of f (x) x is an integer of the number of quality factor (also repeat count), to demand 1 < = x < = N in the maximum value of f (x).
josefsuanfa
- 一个利用结构体双向循环链表实现的算法,从41个人中杀去39人 剩最后2人 著名的约瑟夫算法-A way circular list structure algorithms implemented to kill 39 people, 41 people left the last 2 Joseph algorithms
zl
- 神经网络在matlab中的仿真程序,可以实现预测的功能并输出结果-Neural network in matlab simulation program, can achieve the function and output the results predicted
adbar2rv
- Matlab M-File to be used in relevant orbital conversions for satellite tracking
linkstack
- 链栈的实现与简单子函数定义,包括链栈的结构定义与函数实现。-define of stack by linking data node
mandelbrotimage
- 绘制Mandelbrot image即曼德拉图像。Mandelbrot图像中的每个位置都对应于公式N=x+y*i中的一个复数。其实数部分是x,虚数部分是y,i是-1的平方根。图像中各个位置的x和y坐标对应于虚数的x和y部分。 图像中的每个位置用参数N来表示,它是x*x+y*y的平方根。如果这个值大于或等于2,则这个数字对应的位置值是0。如果参数N的值小于2,就把N的值改为N*N-N(N=(x*x-y*y-x)+(2*x*y-y)*i)),并再次测试这个新N值。如果这个值大于或等于2,则这个数