资源列表
v-model
- V-Model in software engineering
SE-Report
- template for software engineering documentation
(McGraw)-Schaums-Outlines-of-Signals-a-Systems.ra
- BENEFIC BOOK FOR ENGINEER
CMOS-Analog-Circuit-Design
- ANALOG CIRCUIT FOR ENGINEERING
matlab
- matlab初学者编程学习资料,可以学习一下-matlab LEARN,very useful
trace
- 利用射线模型对声场射线进行模拟仿真,具有实际意义,非常有用-Ray model is used to analyse the acoustic radiation simulation, practical, very useful
The-curriculum-design-of-CPP
- 学生信息管理系统,实现学生信息的录用,删除,排序-The curriculum design of C++
msdbtoword
- vb针对mssql数据库开发的数据库文档生成源码,自动生成数据库的word文档,包括每个表的内容,备注内容等。-Vb development for the mssql source code generation, automatic generation of the word document, including the contents of each table, the Notes content.
acfamdf
- 采用自相关函数法和平均幅度差函数法以及改进的平均幅度差函数法求一段音频的基音-Using the correlation function method and average magnitude difference function method and improved average magnitude difference function method for an audio pitch
C-MATLB-IGRF12-model-
- 附件为C或MATLAB实现全球各地地磁分量的计算程序截图,有西安的地磁分量计算结果截图。附带IGRF12的球谐系数。有需要的有偿提供源码及技术支持。联系QQ:631095275.-Attachment is C or MATLAB application screenshots of geomagnetic component across the world, have xi an geomagnetic component calculation results screenshots.T
SysUpr
- Automatic control system vapor pressure in the boiler
数据结构上机实验——二叉树
- 根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。 二叉树的基本功能: 1、二叉树的建立 2、前序遍历二叉树 3、中序遍历二叉树 4、后序遍历二叉树 5、按层序遍历二叉树 6、求二叉树的深度 7、求指定结点到根的路径 8、二叉树的销毁 9、其他:自定义操作 编写测试main()函数测试线性表的正确性