-
WinSocket 编程指南,对编程人员有一定的帮助
WinSocket 编程指南,对编程人员有一定的帮助-Winsocket Programming Guide, the programming staff can help
- 2022-05-05 19:49:54下载
- 积分:1
-
局域网信使
局域网聊天32的设计直接与另一台计算机上聊天。没有断绝需要!客户机/主机在同一程序。所有你需要的是主机IP,你的IP显示在表格上。根据要求,完整的源和工作程序包括调升! (同样,这不是我的原代码!我只是比原来就好多了。原来提交的亚瑟Chaparyan)
- 2022-04-16 22:02:24下载
- 积分:1
-
点量BT的开发目的是让用户无需关心和了解BT的具体实现细节,只需要写几十行甚至几行代码,便可以实现一个功能完善而且强大的BT应用软件。目前点量BT已经在多家客户...
点量BT的开发目的是让用户无需关心和了解BT的具体实现细节,只需要写几十行甚至几行代码,便可以实现一个功能完善而且强大的BT应用软件。目前点量BT已经在多家客户的网吧游戏更新系统 / 教育视频BT下载系统中应用.
点量BT源码使用高效的c++代码编写,提供标准的动态链接库(DLL),可供C/C++、Delphi、C#、Java、VB等语言和各常用开发环境调用,让您完全像调用系统API一样的调用
-BT point volume was developed to allow users without concern for and understanding of BT specific implementation details, just to write dozens of lines and even a few lines of code, they can realize a fully functional and powerful application software BT. BT has been present at the volume of customers in the Internet cafe to update the game system/education video download BT System. Point the volume of efficient use of BT source c++ Coding, provides a standard dynamic-link library (DLL), available C/C++, Delphi, C#, Java, VB and other language and the common development environment called, allows you to completely the same as calling the system call API
- 2022-03-12 11:48:48下载
- 积分:1
-
用vc写的winsock
用vc写的winsock-UDP程序,是学习winsock的好帮手!- Winsock-UDP procedure writes which with vc, is good helper
which studies winsock!
- 2022-03-03 21:09:44下载
- 积分:1
-
prepared by the protocols of the use of asynchronous network communications rout...
利用winsock所编写的异步网络通信例程-prepared by the protocols of the use of asynchronous network communications routines
- 2022-01-26 01:10:44下载
- 积分:1
-
使用Winsock控件编写的TCP、UDP通信测试程序,支持CRC、XOR、SUM等通信校验方式,是一款比较使用的工程测试工具软件...
使用Winsock控件编写的TCP、UDP通信测试程序,支持CRC、XOR、SUM等通信校验方式,是一款比较使用的工程测试工具软件-Winsock controls prepared by the TCP, UDP communications test procedure, support CRC, XOR, SUM calibration methods such as communications, is a comparison of the use of engineering software testing tools
- 2023-02-15 02:35:04下载
- 积分:1
-
This is compiled jrtplib Treasury, together with the compiler works, in the hope...
这是编译好的jrtplib库,同时附上编译工程,希望对大家有用。
如果关注jrtplib请访问
http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jrtplib-This is compiled jrtplib Treasury, together with the compiler works, in the hope that useful to everyone. If the concern jrtplib please visit http://research.edm.uhasselt.be/ ~ jori/page/index.php? N = CS.Jrtplib
- 2023-05-15 05:25:04下载
- 积分:1
-
ftp类库,用C++开发时可以调用进行ftp传输文件。
ftp类库,用C++开发时可以调用进行ftp传输文件。-ftp library, using C++ developers can call to ftp to transfer files.
- 2023-03-15 18:20:03下载
- 积分:1
-
一个有用的对等点的程序,值得学习
一个有用的P2P程序,值得学习-a useful P2P procedures, it is worth learning
- 2022-02-01 13:33:27下载
- 积分:1
-
开机自启动
将一个exe可执行文件设置为开机自启动项,通过修改注册表的SoftwareMicrosoftWindowsCurrentVersionRun项进行设置,
可执行文件在系统路径下
GetSystemDirectory(pFileName,MAX_PATH); //取系统路径
strcat(pFileName,"injectdll.exe"); //系统路径加injectdll.exe
此例中是将系统目录下的inject.exe设置为开机启动项,文件名可以自己修改。
- 2022-02-05 17:02:08下载
- 积分:1