-
GetBmpFromWeb
说明: Delphi源码,可以自动从网页下载指定的图片,对于学习delphi编程有一定的用处(Delphi source code can be automatically downloaded from the web site specified pictures, for learning delphi programming in some ways useful to)
- 2008-09-08 10:43:22下载
- 积分:1
-
model4_2_screwThreadm
沿螺钉螺旋线提取ct图像中的椎弓根骨密度(extraction of pedicle bone mineral decsity from CT images along screw helix)
- 2019-04-29 21:22:22下载
- 积分:1
-
wince下UDP通信
在wince嵌入式系统环境下实现的UDP通信,能够传送基本的字符串信息,包括client端和server端的程序
- 2022-09-19 16:05:06下载
- 积分:1
-
MATLAB-Example
有关微动的程序,包括转动,锥动,有需要的可以下载(Fretting about the program, including rotation, moving cone, there is a need to download)
- 2021-01-17 10:58:49下载
- 积分:1
-
805955
一个可以观察本机上网过程的小程序,使用了SHDocVw组件和MSHTML组件,()
- 2018-02-14 10:47:45下载
- 积分:1
-
NoteBoard080806
留言簿:通过在Tomcat服务器下建立一个简易的留言簿网站应用小程序,加深了解软件工具和环境这门课所学的知识,有利于今后在网络服务领域的发展(NOTEBOOK)
- 2009-03-14 13:13:45下载
- 积分:1
-
Traffic
对网络的流量进行监测,会很好的对网络端口的流量进行监测,绝对可以完整运行(Traffic on the network to be monitored, will be well on network port flow monitoring, absolute integrity can be run)
- 2012-04-27 20:15:36下载
- 积分:1
-
QT获取网络时间
基本过程如下:
1. 利用ntp服务器获取网络时间
QUdpSocket udp_sock;
udp_sock.connectToHost("time.windows.com",123);
2. 阻塞等待连接成功
if(udp_sock.waitForConnected(60000))
{
...
}
3. 发送时间请求
udp_sock.write(time_req);
udp_sock.flush();
4. 阻塞等待消息返回
if(udp_sock.waitForReadyRead(120000))
{
...
}
说明:此过程等待时间可能较长,出现连接失败的情况也比较常见。
- 2022-03-21 22:20:09下载
- 积分:1
-
dongtaihoumen
动态后门彗星HTTP应用基础教程
清岚之源搜集(Dynamic backdoor comet HTTP applications based tutorial)
- 2013-10-06 08:46:09下载
- 积分:1
-
WinSock.pbl
说明, 服务器端
1,SocketServer中,有个uo_Socket_Server类型的数组Connects,实现多个连接管理。
2,uo_Socket_Server实例是通过w_1.tab_1.OpenTab()打开的。
3,SocketNotify为自定义事件pbm_custom01。
4,ue_SocketNotify为自定义事件。
客户端
1,很简单,就不说了。(note, a server, SocketServer. a uo_Socket_Server types of array Connects. Implementing Multiple Connection Management. 2. uo_Socket_Server example through w_1.tab_1.OpenTab () open. 3, as defined SocketNotify pbm_custom01 incident. 4, ue_SocketNotify to define an event. A client, a very simple, not that.)
- 2006-12-01 09:09:21下载
- 积分:1