搜索资源列表
jiangliyuan
- 一道例题的vc程序,电力系统分析,华中科技大学第三版-a question from the vc procedures, power system analysis, Huazhong University of Science and Technology, third edition
InterHarmonic_src
- VC与matlab混合编程的例子 是一个间谐波处理程序,滤波算法用matlab 界面用VC-VC and matlab programming examples of hybrid between a harmonic process, filtering algorithm matlab interface with VC
EmailSoft
- 实用VC++开发的简单邮件发送系统,可发送超长的文本-Practical VC++,a simple mail system can send long text
MinimumDistanceOfLDPC
- Xiao-Yu Hu的寻找最小距离的经典LDPC英文论文及源码,采用VC++实现,可作为学习和掌握接近香农限的信道编码方式的一种很好的途径和思路。-Xiao-Yu Hu, find the minimum distance of the classic LDPC English papers and source code, with VC++ to achieve, can be used as learning and mastering a good ways and ideas clos
vcPP-TXL
- vc++编写的通讯录,有良好的界面,可以修改、添加、删除里面的内容-vc++ prepare correspondence, a good interface, change, add, delete the contents inside
SendFileClient
- VC++实现类似于QQ文件传输功能的文件发送与接收程序示例,分为服务端和客户端,客户端首次接收数据,将判断文件包大小,数据包中一定包含完整的数据包结构信息,数据不一定完整;读取数据包的大小,包含数据包结构大小和数据大小,之前接收的数据与现在接收的数据能够构成至少一个完整的数据包,文件接收完毕则设置结束标记,若终止的连接,则弹出窗口告诉用户,对方终止了文件传送。 服务端程序是比较简单的,基本是复制文件数据、判断文件是否传递成功、等待对方收受发送任务或取消发送任务,分包继续发送文件等功能。