-
other open
另外一款开放源码的高质量p2p源码软件,可以帮助大家了解p2p的精髓-other open-source source of high-quality peer-to-peer software, can help us all understand the essence of p2p
- 2022-01-26 20:06:36下载
- 积分:1
-
socket 网络通信 控制台程序 测试通过
socket 网络通信 控制台程序 测试通过
#include
#include
#pragma comment(lib, "ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )
{
WSACleanup( );
return;
}
SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接
//初始化连接与端口
- 2023-07-26 07:35:05下载
- 积分:1
-
Ftp服务器源代码
Ftp服务器源代码-Ftp server source code
- 2022-03-12 02:12:05下载
- 积分:1
-
中国电信关于EPON的技术需求资料.相关产品的测试要根据此文档进行相应的比较....
中国电信关于EPON的技术需求资料.相关产品的测试要根据此文档进行相应的比较.-China Telecom on the EPON information technology needs. Related products to the test based on this comparison of the corresponding documents.
- 2022-03-14 06:55:45下载
- 积分:1
-
一个通用的Web服务器源程序
一个通用的Web服务器源程序-a common source Web server
- 2022-04-22 21:29:21下载
- 积分:1
-
这个是个未完成品
演示地址:http://www.yyzyq.com
仅以此例给正在学习编程爱好.net的朋友
希望能给大家带来帮...
这个是个未完成品
演示地址:http://www.yyzyq.com
仅以此例给正在学习编程爱好.net的朋友
希望能给大家带来帮助-This is an unfinished product demo Address: http://www.yyzyq.com only to this Example are learning to love programming. Net friends hope that I can help everyone
- 2023-06-04 21:05:04下载
- 积分:1
-
一个FLASH游戏的主页源码
一个FLASH游戏的主页源码-a game Home FOSS
- 2022-03-06 22:18:20下载
- 积分:1
-
雨后文章系统V10.04 演示http://dajia.cashome.com/mycode 管理用户密码:admin...
雨后文章系统V10.04 演示http://dajia.cashome.com/mycode 管理用户密码:admin-system V10.04 demonstration http://dajia.cashome.com/mycode management user Password : admin
- 2022-01-24 14:53:27下载
- 积分:1
-
采用了Lampsoft专门研制的IIM(Intelligent Information Matching 智能信息匹配)技术可以根据广告所设定的不同关键字,结合...
采用了Lampsoft专门研制的IIM(Intelligent Information Matching 智能信息匹配)技术可以根据广告所设定的不同关键字,结合浏览者的具体信息,来决定应该显示哪一则广告。最大程度上保障了广告主的利益。同时,SAS2004还具备了传统网络广告系统的全部功能,甚至还加入了领先的RTS(Records Temporary Store记录临时存储)技术,使得整个广告系统的执行速度有了大幅度的提高 默认超级管理员和密码都是:lssas-used Lampsoft tailor the IIM (Intelligent Information Matching Intelligent Information Matching) technology can be set according to the advertisement of different keywords, combining surfers specific information to decide what should be shown ads. The greatest degree of protection of the interests of advertisers. Meanwhile, SAS2004 also has the traditional online advertising system functionality, and even to join a leading RTS (Records Temporary Store records temporary storage) technology, advertising makes the whole system speed of implementation have increased significantly in default super administrator and password are : lssas
- 2022-06-02 09:45:13下载
- 积分:1
-
移动短信发送网关代码
做短信发送时候的非正式版本,因为没有用这版,所以可以上传。
有需要的都可以看看。
- 2022-07-27 05:55:08下载
- 积分:1