资源列表
1234
- 从键盘输入N个数(字、十进制数无符号数)存入到存储单元中,计算累加和,并将结果(不考虑溢出)在屏幕上以16进制的形式显示。
thomas
- thomas法求三对角矩阵方程组,方法稳定,并且节省cpu时间-thomas method for solving block tridagonal matrix equations
beibao
- 经典的背包问题,用C++语言,可以自行设定背包数和限重,值得参考哦-Classic knapsack problem, using C++ Language, can be set and limit the number of heavy backpack, it is also useful Oh
IsSandBox
- This source code is to check whether the application is running in a sandbox.
1.2
- 熟悉并掌握线性表的逻辑结构物理结构。 熟悉并掌握顺序表的存储结构基本操作和具体的函数定义。 -Be familiar with and master the linear logical structure of the physical structure of the table. Be familiar with and master the order of the basic operation of the table storage structure and speci
atom
- it draws an atom an electrons around it
lab_20100310
- s3c2410 test lab for samsung s3c2410
uGridColumnSort
- 排序 排序 排序 排序 排序-Sorting Sorting Sorting Sort Sorting
cifageixiqi
- 词法分析器 大家共享哈 呵呵 /************************************/ /* 程序名称: 词法分析器*/ /* 程序用途: 编译原理实验(一) */ /* 编写日期: 2006年10月 */ /************************************/ -lexical analyzer share Kazakhstan Oh /*********************** *************/ / * pro
erchashu
- 建立二叉树,统计二叉树中度为2的结点个数和叶子结点个数( 用递归或非递归的方法都可以,先序、中序或后序均可)-establish binary tree, Statistics for the two binary tree to moderate the number of nodes and the number of nodes leaves (with the recursive and non - recursive method can be first order, After t
123
- 在Borland C++ Builder 实现 图的深度和广度遍历
shujujiegou
- 将快速排序算法写成程序并上机调试通过,并统计递归深度。