-
益智游戏
联合国为例德代码魁贴片机评论 créer 联合国地图 éditeur avec HGE。
- 2022-05-24 09:20:13下载
- 积分:1
-
无线传感器网络的贪婪路由
这个
- 2022-12-28 22:20:04下载
- 积分:1
-
用VB实现在仿真器上的winCE,实现车载系统的页面设计和链接,尽量的减少占用的空间和内存。...
用VB实现在仿真器上的winCE,实现车载系统的页面设计和链接,尽量的减少占用的空间和内存。-Achieve the emulator using VB on the winCE, to achieve vehicle system, page design and links, as much as possible to reduce the space and memory.
- 2022-01-25 19:55:56下载
- 积分:1
-
A simple game, very fun, there is the original code, is VC++ Prepared
一个简单的游戏,很好玩,有原代码,是VC++编写的-A simple game, very fun, there is the original code, is VC++ Prepared
- 2022-04-29 09:05:44下载
- 积分:1
-
这waches对任何更改文件夹
This waches a folder for any changes
- 2022-03-29 18:55:11下载
- 积分:1
-
根据机关食堂消费流水生成各种业务统计报表
根据机关食堂消费流水生成各种业务统计报表-Water canteen consumption in accordance with authority to generate a variety of business statistics
- 2023-02-23 23:05:03下载
- 积分:1
-
正则表达调控,perlregexd7 PCRE文档。~ DPK perlregex。~不要……
正则表达式控件,文件
PCREPerlRegExD7.~dpk
PerlRegEx.~pas
TPerlRegExD7.bat
PerlRegExD2005.bdsproj
PerlRegExD7.cfg
PerlRegEx.cnt
PerlRegEx.dcr
PerlRegExD7.dof
PerlRegExD2005.dpk
PerlRegExD5.dpk
PerlRegExD6.dpk
PerlRegExD7.dpk
PerlRegEx.GID
PerlRegEx.hlp
CHelpers.pas
PerlRegEx.pas
PerlRegExD5.res
PerlRegExD6.res
PerlRegExD7.res-Regular expression control, document PCRE PerlRegExD7. ~ Dpk PerlRegEx. ~ Pas TPerlRegExD7.bat PerlRegExD2005.bdsproj PerlRegExD7.cfg PerlRegEx.cnt PerlRegEx.dcr PerlRegExD7.dof PerlRegExD2005.dpk PerlRegExD5.dpk PerlRegExD6.dpk PerlRegExD7.dpk PerlRegEx.GID PerlRegEx.hlp CHelpers.pas PerlRegEx.pas PerlRegExD5.res PerlRegExD6.res PerlRegExD7.res
- 2022-04-08 15:48:07下载
- 积分:1
-
vc excellent source, which is the first part
vc++精品源码,这是第一部分-vc excellent source, which is the first part
- 2022-05-17 17:19:18下载
- 积分:1
-
保存设置
这是简单 C# 程序用于保存"Setting.ini"文件中的设置。"Setting.ini"文件是创建在应用程序的位置。
- 2023-04-13 10:00:04下载
- 积分:1
-
局域网文件传输
为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大...
局域网文件传输
为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大家可以在本机上测试,自己传文件给自己)。所以,我们在程序中需要使用两个Winsock控件,一个负责监听,一个负责发送,当发送端连接成功以后,便选择一个待发送的文件(可以是任意二进制文件),接着将文件名和文件字节长度发送给接收端,接收端收到这个消息以后,将文件名和文件长度解析出来,然后通知发送端可以开始发送文件;发送端读到这个消息之后,将文件流以字节的形式发送到接收端,接收端收到后,将二进制流回写,保存成文件即可。这里要注意两点,一个是由于Winsock每次最大传输8K的内容,所以需要将文件分解,每次传输固定数目的字节流,这样发送和接收时都可以根据这个数目来判断文件传输的进程,一旦字节流数目等于文件的大小,就需要关闭相应的文件句柄;另一点是由于我只使用一个Winsock控件接收,接收文本时需要注意要将UNICODE转码,解析成可识别的信息。
-LAN file transfer to uniform design and user convenience, we hope it will end service and client together and form a process so that users understand, a more intuitive 1:00 (in fact, do so in order to facilitate debugging, you can test the machine, its own text- items for himself). Therefore, we need procedures in the use of two Winsock Control, a charge of wiretapping, a charge of this, when the transmitter connects successfully, it will be a choice to send the document (can be arbitrary binary files), will then file names and the
- 2022-04-14 22:25:12下载
- 积分:1