资源列表
resfile
- 资源文件的使用练习,初学Vb时自己测试用的,-Practice of the use of the resource file beginner Vb test, thank you
09002829
- 火车站订票系统,实现2站之间最短路线的选择,可以换车。-Railway station booking system
LabVIEW
- labview入门指导,很有用的哟,希望对各位有帮助-Labview elementary guidance, very useful yo, hope to all the help
lab-daxue
- labview入门指导,很有用的哟,希望对各位有帮助-Labview elementary guidance, very useful yo, hope to all the help
lib_material
- 实现UG中零件和材料库的链接,使输入材料参数后,零件的属性将附加材料性质-link the material to the part at the UG enviroment
ATM
- ATM的c语言的大概刚要及其一些实现的具体些节,不包括具体的界面实现-ATM c language about just some of its implementation specific section does not include a specific interface
zhijie
- 这个用c++写的直接得代码 希望大家多多支持-The written in c++ lofcount code hope that we support a lot
Readme--C03
- 这个是用C++ 写的关于读写一行文本的代码 -This is written in c++ wrote about a line of text reading and writing the code
AddressBook
- 本程序的功能是为用户提供简单的通讯录管理系统-The function of this program is to provide users with a simple contact management system
out_of_control
- Out of Control, 失控,有人说这是一本神书,很多年前所做的预测现在都实现了。当中的一些方法在科研中值得借鉴。-Out of Control. The prediction of the human future
Thomas.Calculus.11th
- Thomas.Calculus.11th,托马斯微积分+课后习题答案,第11版-Thomas.Calculus textbook with problem solutions,version 11
arg_var
- 利用可变参数实现简单的printf函数 编写了两种实现方法, 1,用stdarg.h自带的va_start,va_arg等函数实现 2,根据可变参数的原理实现 主要是用于加深对可变参数的理解 vc6.0 测试通过-Variable parameters to achieve a simple printf function Prepared two ways to achieve 1, the stdarg.h comes the va_start, va_arg,