-
数据结构c语言程序,对于学习数据结构和算法很有帮助的源码程序....
数据结构c语言程序,对于学习数据结构和算法很有帮助的源码程序.-data structure c language program for learning algorithm and data structure helpful source programs.
- 2022-07-12 10:06:19下载
- 积分:1
-
进程间通信----匿名管道
匿名管道正因为提供的功能很单一,所以它所需要的系统的开销也就比命名管道小很多,
在本地机器上可以使用匿名管道来实现父进程和子进程之间的通信,
这里需要注意两点,第一就是在本地机器上,这是因为匿名管道不支持跨网络之间的两个进程之间的通信,
第二就是实现的是父进程和子进程之间的通信,而不是任意的两个进程。
然后得话还顺便介绍匿名管道的另外一种功能,其通过匿名管道可以实现子进程输出的重定向, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-07 18:15:15下载
- 积分:1
-
An chat tool in LAN simulating MSN. This tool has sever version and have affair...
模仿msn的局域网聊天工具,有服务器端,可以实现事务提醒功能-An chat tool in LAN simulating MSN. This tool has sever version and have affair informing ability
- 2022-01-26 07:51:38下载
- 积分:1
-
基于libwindows的串口调试助手
基于libwindows的串口调试助手基于libwindows的串口调试助手基于libwindows的串口调试助手基于libwindows的串口调试助手基于libwindows的串口调试助手 基于libwindows的串口调试助手
- 2022-05-23 03:25:26下载
- 积分:1
-
USB interface can be used to test whether, if an error occurs, display error cau...
测试USB接口是否能用,若出现错误,则显示出错原因,推荐解决方法-USB interface can be used to test whether, if an error occurs, display error causes, recommend solutions
- 2022-06-20 15:37:00下载
- 积分:1
-
the basic avail themselves of the opportunity to beginners learning about a gram
分形的基本乘隙,对初学者克一学一下-the basic avail themselves of the opportunity to beginners learning about a gram
- 2023-09-01 00:10:03下载
- 积分:1
-
more and more plug
多风格多插件美化版本同学录-more and more plug-style landscaping version website
- 2022-12-23 13:05:03下载
- 积分:1
-
快播的开源代码
快播的开源代码,包含windows界面,c++编程语言,支持点对点下载,支持p2p协议,上传为压缩包,解压后可以看到源码,欢迎交流学习,谢谢下载
- 2022-02-14 09:38:05下载
- 积分:1
-
一个非常的留言板程序,其功能只有留言显示和发送。但是该留言板程序,是基于“三层结构”的。留言板程序可以运行在三个数据库平台上,分别是:Access数据库、MSS...
一个非常的留言板程序,其功能只有留言显示和发送。但是该留言板程序,是基于“三层结构”的。留言板程序可以运行在三个数据库平台上,分别是:Access数据库、MSSqlServer数据库和MySql数据库。只需要通过修改Web.Config文件来设置留言板运行的数据库平台,而不是开发三个数据库版本的留言板…
可以使用TraceLWord_MSSqlServer.sql生成MSSqlServer数据库中的表,使用TraceLWord_MySql.sql生成MySql数据库中的表。
- An unusual message center procedure, its function only has the
message demonstration and the transmission. But this message center
procedure, is based on "three structures". The message center
procedure may move in three databases platforms, respectively is:
Access database, MSSqlServer database and MySql database. Only needs
through to revise the Web.Config document to establish the message
center movement the database platform, but is not develops three
databases editions the message center... May use
TraceLWord_MSSqlServer.sql to produce in the MSSqlServer database the
table, uses TraceLWord_MySql.sql to produce in the MySql database the
table.
- 2022-03-03 21:20:18下载
- 积分:1
-
一个C++类,可以添加
一个可以对任意长整数进行加减的类 在Visual C++6.0 WinXp下编译通过采用类来实现,从CString继承而来数据运算的结果保存在CString类中理论上可对任意长的数据进行相加在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。-A C++ class which can do the Add-Substract operation to integer with arbitrary length.Compiled with VC++ 6.0 under Windows XP.The class inherited from CString and theoretically it can do add-substract to any length integer.There is a executive file under Release directory,drag the*.txt data file on to the longadd.exe,then it s ok!
- 2022-01-22 15:22:53下载
- 积分:1