-
socket
这是一个简单的socket编程例子,非常适合刚接触socket编程者。程序简单、可用、易于理解。是个很好的socket范例。(A simple socket programming examples. Suitable for beginners. Program is simple, available, easy to understand.
Is a good example of socket programming.)
- 2013-09-16 15:38:21下载
- 积分:1
-
VB6Learnstepbystep
学习VB6的从入门到精通的电子书,PDG格式(Ebook about learn VB6)
- 2012-02-17 16:56:45下载
- 积分:1
-
PPT_Object-oriented-programming
面向对象Object-oriented programming学习资料(PPT)格式(Object-oriented programming object-oriented learning materials (PPT) format)
- 2011-12-03 12:48:36下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
c03
该程序实现水声信道的模拟方法及性能分析,提出了一种信的水声信道模型(The program implements underwater acoustic channel simulation methods and performance analysis, presents a letter of underwater acoustic channel model)
- 2020-07-04 05:40:02下载
- 积分:1
-
VOSE32DLL-Sample-Code-in-VCPP-6.0
连接USB,采集数据,显示数据等功能,解调系统!(Connecting USB, collecting data, display data and other functions)
- 2014-11-11 16:53:15下载
- 积分:1
-
Ado_Aok_2_src
例子2(Example 2)
- 2021-04-06 10:09:02下载
- 积分:1
-
DisWinLynn
说明: 自己写的一个可以屏蔽系统键的程序,可以屏蔽WIN键,当然你可以修改其他屏蔽键!(玩魔兽时防止按错退出写的一个自己用的辅助工具)(himself in a system can shield key procedures, shielding WIN button, of course, you can modify other shielding keys! (Barry wrong by preventing the withdrawal was made with one of his aids))
- 2005-10-08 13:21:56下载
- 积分:1
-
COOM
Visual c++串口通信工程开发实例导航,该书采用C++编写,里面包含5个综合实例,适合有一定基础的C++人员学习(Visual c++ serial communication engineering development instance navigation, using c++, the book contains five examples of comprehensive, is suitable for the staff to learn c++ has certain foundation)
- 2013-10-22 01:00:12下载
- 积分:1
-
zj_gps
gps网平差 ,输入指定格式gps网测量数据,进行最小二乘平差(gps network adjustment)
- 2014-11-19 22:27:08下载
- 积分:1