-
My Functions that are used in Client Server Chat
我想在windows下用C语言编写一个客户机-服务器程序。
- 2022-08-06 20:57:55下载
- 积分:1
-
package of develop dns
package of develop dns
- 2022-05-26 10:29:42下载
- 积分:1
-
VCBOOKS
关于网络编程的好书,可以下载看看,讲得非常详细(Books on network programming, you can download to see, speak in great detail)
- 2010-11-29 10:07:18下载
- 积分:1
-
AutocomplectionCtrl_demo
获取网络设置获取网络设置获取网络设置 获取网络设置(Access to the network settings to obtain network settings network settings to obtain access to network settings)
- 2007-11-17 01:55:11下载
- 积分:1
-
小波
说明: 此程序可以对信号进行小波分解和重构,并且分解的频率按从高到低排序(This program can decompose and reconstruct the signal by wavelet transform, and the decomposition frequency is sorted from high to low.)
- 2020-06-20 14:20:01下载
- 积分:1
-
c# 多线程下载 示例代码
c# 多线程下载 示例代码
- 2015-01-14下载
- 积分:1
-
tcpserver
一个能够接受TCP/IP连接的服务器源代码(One can accept TCP/IP connection the server source code)
- 2011-04-26 10:52:28下载
- 积分:1
-
PIS.Production.BLL
说明: 将产品的详细信息逻辑处理导入到数据库中。集成处理方法(Import the details logical processing of the product into the database. Integrated processing method)
- 2019-10-20 16:58:03下载
- 积分: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-12-25 14:53:32下载
- 积分:1
-
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所...
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所有配置”,设置输出路径为“.."output”,注意,该输入有点特殊,两个小数点+反斜杠+output,意思是当前文件夹上一层的ouput文件夹(从VC过来的朋友可能比较熟悉这种方式)-IE private void lstBox_MouseMove(object sender, System.Windows.Forms.MouseEventArgs e)
{
ListBox box=(ListBox)sender
Point pt = new Point(e.X,e.Y)
int n=box.IndexFromPoint(pt)
if(n>=0)
box.SelectedIndex=n
}
- 2022-01-25 19:43:26下载
- 积分:1