搜索资源列表
ePsonMT532
- 各种打印机通用程序,用VC++编写。,用VC++编写。-various printers common procedures, prepared by VC. , Prepared with VC.
jiangliyuan
- 一道例题的vc程序,电力系统分析,华中科技大学第三版-a question from the vc procedures, power system analysis, Huazhong University of Science and Technology, third edition
addr
- 实用的通讯录管理程序,是本人的小学期作业,用VC++实现。功能包括:添加记录,显示记录,查询记录,通信录排序,按关系显示记录,保存、读入记录
communication
- 本程序利用VC实现均匀量化和非均匀量化信噪比的仿真。并画出曲线-procedures for the use of the VC uniform and non-uniform quantization SNR quantitative simulation. And he painted curves
va_g729
- G729A编解码以及测试程序,在vc下编译测试并在实际环境下测试-729A codec and testing procedures
InterHarmonic_src
- VC与matlab混合编程的例子 是一个间谐波处理程序,滤波算法用matlab 界面用VC-VC and matlab programming examples of hybrid between a harmonic process, filtering algorithm matlab interface with VC
3ddandao
- 3D弹道仿真VC程序以及源代码文件,外弹道经典的解三自由度弹道方程,运行结果将显示:落地误差、飞行时间、修正射程、侧偏等参数。用C语言编写,程序注释丰富,运行时请把Debug目录中的EXE文件拷贝至根目录中运行,否则出错。-3D trajectory simulation VC program and source code files, the solution of three classic exterior ballistics degree trajectory equation, t
SendFileClient
- VC++实现类似于QQ文件传输功能的文件发送与接收程序示例,分为服务端和客户端,客户端首次接收数据,将判断文件包大小,数据包中一定包含完整的数据包结构信息,数据不一定完整;读取数据包的大小,包含数据包结构大小和数据大小,之前接收的数据与现在接收的数据能够构成至少一个完整的数据包,文件接收完毕则设置结束标记,若终止的连接,则弹出窗口告诉用户,对方终止了文件传送。 服务端程序是比较简单的,基本是复制文件数据、判断文件是否传递成功、等待对方收受发送任务或取消发送任务,分包继续发送文件等功能。