资源列表
回文数的形成
- 任取一个十进制整数,将其倒过来后与原来的整数相加,得 到一个新的整数后重复以上步聚,则最终可得到一个回文数。请 编程验证。 *问题分析与算法设计 回文数的这一形成规则目前还属于一个猜想,尚未得到数学 上的证明。有些回文数要经历上百个步聚才能获得。这里通过编 程验证。
haokan
- 试扩充深度优先搜索算法,在遍历图的过程中建立生成森林的左子女-右兄弟链表。算法的首部为 void Graph::DFS ( const int v, int visited [ ], TreeNode<int> * t ) 其中,指针t指向生成森林上具有图顶点v信息的根结点。(提示:在继续按深度方向从根v的某一未访问过的邻接顶点w向下遍历之前,建立子女结点。但需要判断是作为根的第一个子女还是作为其子女的右兄弟链入生成树。) -try to expand the depth-fir
HibernateUtil
- 一个hibernate base Cla-a Class Apache base
factorial
- 利用数组实现大数阶乘,初始数组设为long int,长度35000,可以实现8000以内任意数的阶乘,可以修改数组长度,改变所计算数的范围。用c实现,vc6.0环境下测试通过
wucha
- 设定a为N(0,1)的500个随机数和i长为500,以n=8、16、64.分别调用u_pcm.m ,从中计算量化误差f=a-a_quan并绘图,分别输出各样值的量化误差图形。
Kruskal
- Kruskal Algorithm in C++ -Kruskal Algorithm in C++
power
- 开关电源控制电路,24V开关电源详细原理图及设计介绍-Switching power supply control circuit, 24V switching power supply schematic and detailed design descr iption
computedelta
- Matlab_基于FFT的图像配准,简短但很实用的小程序,附带test程序-Matlab_ FFT-based image registration, a brief but very little practical procedures, fringe test procedures
cubic_bpline
- 输入二维点的坐标[x,y],生成三次b样条曲线-Enter the two-dimensional coordinates of points [x, y], to generate three b-spline curve
cc430x613x_flashwrite_01
- CC430f5137的FLASH读写、擦除操作,希望对大家有帮助。-CC430f5137 the FLASH read and write, erase operation, we want to help.
Routine_209560Development_1668
- 与大家一起分享这个源码Routine_209560Development_1668,希望大家喜欢这个源码-And Routine_209560Development_1668 share the source code, hope you like the source code
read_awx
- 读取 awx 格式卫星数据文件头,包括一级文件头和二级文件头(静止卫星)(Read awx format satellite data file header, includes first level file head and two level file head (stationary satellite))