资源列表
回文数的形成
- 任取一个十进制整数,将其倒过来后与原来的整数相加,得 到一个新的整数后重复以上步聚,则最终可得到一个回文数。请 编程验证。 *问题分析与算法设计 回文数的这一形成规则目前还属于一个猜想,尚未得到数学 上的证明。有些回文数要经历上百个步聚才能获得。这里通过编 程验证。
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环境下测试通过
QPSK
- 移动通信系统中QPSK调制仿真的实现,经测试可用。
ct-artifacts-simulation-reconstruction
- ct图像中由于机械震动引起的条状伪影的计算机仿真与重建
ns-simple
- NS2的一个简单的例子,代码取自NS2与网络模拟这本书
SQLdecrea
- 能实现在数据库中依此添加或删减学生姓名性别等基本表信息,并有多张表实现操作!-Can achieve in a database so the students to add or delete base table name and gender information, and a number of tables to achieve the operation!
Drawing-and-Delaying
- 这种简单方法利用cleardevice()和delay()函数相互配合,先画一幅图形,让它延迟一个时间,然后清屏,再画另一幅,如此反复,形成动态效果。-This simple method uses cleardevice () and delay () function with each other, first draw a graph, let a time delay, then the screen is cleared, and then draw another one, and
pm
- ARM 9 PNX4008 CPU Power Management driver for linux 2.6.38
Monte-Carlo
- Monte Carlo仿真二进制开关信号通信系统-Monte Carlo simulation of a binary switch signal communication system
cpu110
- 基本功能的cpu,自定义内存内容~了解CPU运作原理~-design of cpu,VHDL environment~