-
DL_HttpFtp_SDK_1.0
量点1.0下载组件 用这个可以做下载软件
- 2010-02-15 04:00:19下载
- 积分:1
-
CPP-code-style
非常经典的C++编码规范,可供项目组参考使用
(The encoding specification very classic C++ available for the project team reference)
- 2012-09-25 21:26:55下载
- 积分:1
-
BBS
用vs2008+sql server2005做的一个简单mvc bbs系统
- 2013-11-21 17:02:56下载
- 积分:1
-
SeismoMatch-v1.3
Seismo Match is a program for matching a signal with a respectum
- 2021-01-07 20:18:52下载
- 积分:1
-
GoldPrinterV2.5源码
C#打印控件源码,针对打印控件的处理情况 ,能够实现相关的控件打印(C# Print Control Source, for the processing of print control, can achieve related control printing)
- 2020-06-22 07:40:02下载
- 积分:1
-
Moravec
利用moravec算子提取特征点进行匹配(The feature points were extracted by moravec operator.)
- 2018-01-28 21:05:42下载
- 积分:1
-
Client程序同样分别创建一个TCP socket 和一个UDP socket,首先client使用TCP socket连接TCP Server。
连接成...
Client程序同样分别创建一个TCP socket 和一个UDP socket,首先client使用TCP socket连接TCP Server。
连接成功后显示提示信息;
然后client端向TCP Server发送“GET UDP PORT”字符串,Server收到后向client回送自己的UDP Server 端口号(即Client端仅知道TCP Server的端口号而不知道UDP Server的端口号);
client在收到UDP Server的端口号后, 为用户显示3个选项:
1.“Get current time(TCP)”服务器时间
2.“Echo Mode(UDP)”回显6
3.“Exit the program”.
-Client program also creates a TCP socket, respectively, and a UDP socket, the first client to use TCP socket connection TCP Server. After a successful connection displays a prompt message and then client-side to the TCP Server sends " GET UDP PORT" string, Server receipt back to the client to send their UDP Server port number (ie, Client-side only to know the TCP Server" s UDP port number do not know Server" s port number) client received UDP Server port number, in order to the user three options: 1. " Get current time (TCP)" server time 2. " Echo Mode (UDP)" echo 63. " Exit the program" .
- 2023-07-31 00:05:03下载
- 积分:1
-
main.css
Main css file foe windows xp and vista
- 2020-06-20 23:40:01下载
- 积分:1
-
951190
说明: 深入了解mpeg4,MPEG-4技术白皮书,有参考意义,还可以(An in-depth understanding of the mpeg4,MPEG-4 Technology White Paper is useful, but also useful)
- 2019-04-18 17:10:27下载
- 积分:1
-
开机自启动
将一个exe可执行文件设置为开机自启动项,通过修改注册表的SoftwareMicrosoftWindowsCurrentVersionRun项进行设置,
可执行文件在系统路径下
GetSystemDirectory(pFileName,MAX_PATH); //取系统路径
strcat(pFileName,"injectdll.exe"); //系统路径加injectdll.exe
此例中是将系统目录下的inject.exe设置为开机启动项,文件名可以自己修改。
- 2022-02-05 17:02:08下载
- 积分:1