-
移动服务
Mobile Services
- 2022-05-20 22:59:00下载
- 积分:1
-
ContentEncodingList
ContentEncodingList extends SIPHeaderList.
- 2014-01-08 10:56:38下载
- 积分:1
-
HLDS
著名游戏CS(反恐精英)中,建立服务器的工具HLDS的源码.
可用VC++6.0编译!(Famous game CS (Counter Strike), create the tools HLDS server source code. Available VC++ 6.0 compiler!)
- 2011-10-29 17:34:48下载
- 积分:1
-
这是一个演示如何用Delphi中的TCP/IP控件进行通信的程序
这是一个演示如何用Delphi中的TCP/IP控件进行通信的程序-This is a demonstration of how to use Delphi to the TCP/IP communication control procedures
- 2022-04-11 13:38:00下载
- 积分:1
-
65520809LSM
说明: 一种优化算法, 帝王蝶优化算法,一种新的元启发式优化算法!((In nature, the eastern North American monarch population is known for its southward migration during the late summer/autumn the northern United States and southern Canada to Mexico, covering thousands of miles. By simplifying and idealizing the migration of monarch butterflies, a new kind of nature-inspired metaheuristic algorithm, called Monarch Butterfly Optimization (MBO), a first of its kind, is proposed in this paper. In MBO, all the monarch butterfly individuals are located in two distinct lands viz. Southern Canada & northern United States (Land 1) and Mexico (Land 2). Accordingly, the positions of the monarch butterflies are updated in two ways. Firstly, the offsprings are generated (position updating) by migration operator, which can be adjusted by the migration ratio.)
- 2020-05-17 20:20:43下载
- 积分:1
-
C# pop3 邮件接收程序
private void Connect_Click(object sender, System.EventArgs e) { //将光标置为等待状态 Cursor cr = Cursor.Current; Cursor.Current = Cursors.WaitCursor; String a ,b,c; //用110端口新建POP3服务器连接 Server = new TcpClient(PopServer.Text, 110); Status.Items.Clear(); try { //初始化 NetStrm = Server.GetStream(); RdStrm = new StreamReader(Server.GetStream()); Status.Items.Add(RdStrm.ReadLine()); //登录服务器过程 Data = "USER " Username.Text CRLF; szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray()); NetStrm.Write(szData, 0, szData.Length); Status.Items.Add(RdStrm.ReadLine()); Data = "PASS " Password.Text CRLF; szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray()); NetStrm.Write(szData, 0, szData.Length); Status.Items.Add(RdStrm.ReadLine()); //向服务器发送STAT命令,从而取得邮箱的相关信息:邮件数量和大小 Data = "STAT" CRLF; szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray()); NetStrm.Write(szData, 0, szData.Length); //Status.Items.Add(RdStrm.ReadLine()); //改变按钮的状态 Connect.Enabled = false; Disconnect.Enabled = true; Retrieve.Enabled = true; //将光标置回原来状态 Cursor.Current = cr; } catch (InvalidOperationException err) { Status.Items.Add("Error: " err.ToString()); } }
- 2014-11-02下载
- 积分:1
-
libevent server VS程序
代码中包含libevent类库,动态库和一个服务器程序,一个client短程序,完成多线程异步socket通讯
- 2023-06-02 06:25:03下载
- 积分:1
-
telephone network routines, can be connected to the machine test
网络电话例程,可以连接本机做测试-telephone network routines, can be connected to the machine test
- 2022-01-26 00:51:33下载
- 积分:1
-
16489
端口服务测试源码程序,调用API函数实现winsock测试服务器压力的模型。可以同时管理众多套接字的,加大并发连接数.并支持多核超级程技术,同时也利用了线程池技术。(Port Services test source program, call the API function winsock server stress test model. )
- 2017-05-26 12:25:46下载
- 积分:1
-
7789
UDP文件传输源码例程程序结合易语言第三方支持库云外归鸟的网络套接字通信支持库2.2版,实现了打文件UDP协议的传输。(UDP file transfer program source code routines combined with easy language support library of third-party cloud of birds outside network sockets communications support library version 2.2 implements UDP protocol file transfer to play .)
- 2016-06-12 12:41:11下载
- 积分:1