资源列表
2
- 用VC6做的一个动画窗口,仿造科幻电影中显示的程序或窗口所做-VC6 to do with an animation window, copy the program shown in science fiction movies, or windows made
vc
- 一个windows开发程序,可以通过改程序理解windows程序的基本步骤和架构-The development of a windows program
snake
- 用c++编写的实用贪吃蛇小游戏,有特殊的改进-With c++ Prepared practical Snake game, with special improvements
MNNMModbusO
- MODBUS协议的官方代代码,是CSHARP写的。 -The MODBUS protocol official on behalf of the code is to the CSHARP write.
taopaoanniu
- 让按钮逃跑的一个例子。新手学习很好。推荐新手下载-Escape button
DELPHIGZ
- 用delphi7.0做的一个树型结构源码-delphi7.0 do with a tree structure FOSS
xk
- VC MFC做的一个简单的进度条实例,希望对初学者有所帮助。-VC MFC to do a simple progress bar instance, want to help beginners.
CSharp-high-SOCKET-examples
- C#高性能大容量SOCKET并发完成端口例子(有C#客户端)-C# high-performance concurrent completion port capacity SOCKET examples (with C# client)
MrNetShop
- 网上书城源码,主要采用vs2005+C#+sqlserver2000开发的,功能很强大啊-Online Bookstore source, mainly in vs2005+ C#+ sqlserver2000 developed very powerful ah
MutiViewCut_test
- 基于MFC单文档的视图分割小程序,可实现将客户区的视图分割为几个部分,每个部分相对独立。-Based on the MFC single document view segmentation applet, the customer segmentation can be divided into several parts, each part is relatively independent.
TTSApp
- TTSApp利用微软的speech sdk用c++编写的语音合成程序,很有参考价值-speech sdk
C#入门经典教程
- using System; namespace ArrayApplication { class MyArray { static void Main(string[] args) { int [] n = new int[10]; /* n 是一个带有 10 个整数的数组 */ int i,j; /* 初始化数组 n 中的元素 */ for