-
用于较大数值的十进制,二进制,十六进制数值相互转换和十六进值到字符串的转换....
用于较大数值的十进制,二进制,十六进制数值相互转换和十六进值到字符串的转换.-larger values for decimal, binary, Numerical mutual hexadecimal conversions and 16 string into the value of the conversion.
- 2022-05-12 22:32:41下载
- 积分:1
-
A program which can calulate the value of a expression, it owns powerful functio...
另外一个关于表达式求值的程序,功能强大,可以计算带有次方的表达式 ,而且可以先输入字母,再对字母赋值-A program which can calulate the value of a expression, it owns powerful function, and can calculate the expression which has limited power, also it can input letters firstly,then assign value towards letters.
- 2022-03-16 10:39:43下载
- 积分:1
-
一个非常简单的网站,具有留言板等功能,希望你们喜欢
一个非常简单的网站,具有留言板等功能,希望你们喜欢-A very simple website, with features such as message boards, and I hope you like
- 2022-03-28 13:54:09下载
- 积分:1
-
快播的开源代码
快播的开源代码,包含windows界面,c++编程语言,支持点对点下载,支持p2p协议,上传为压缩包,解压后可以看到源码,欢迎交流学习,谢谢下载
- 2022-02-14 09:38:05下载
- 积分:1
-
Support the post/reply/edit information, personal information can be set, person...
支持邮寄/回复/编辑信息,可设置个人信息、个人论坛、用户和匿名邮件、讨论主题等,通过提交或其它的特殊的顺序排队用户,可定义管理,排队等功能,具有很高的可配置性,能够完全定制出相当个性化的论坛.-Support the post/reply/edit information, personal information can be set, personal forum, users and anonymous e-mail to discuss the theme and so on, by submitting or other order of the special queue users, definable management features such as queuing, are highly configurable , and can be completely customized personalized considerable forums.
- 2022-01-28 11:22:48下载
- 积分:1
-
时间函数举例,一个猜数游戏,判断一个人反应快慢。
时间函数举例,一个猜数游戏,判断一个人反应快慢。-function of time, for example, imagine a few games, a judge who reaction speed.
- 2022-05-24 05:31:16下载
- 积分:1
-
Very stable, easy
非常稳定好用的串口通讯源代码,经过上千次测试,没有问题-Very stable, easy-to-use serial communication source code, after thousands of tests, there is no problem
- 2022-11-20 21:40:03下载
- 积分:1
-
离散数学的课件从1到7章还有练习
离散数学的课件从1到7章还有练习-Discrete Mathematics courseware from Chapter 1-7 still practicing
- 2022-08-06 16:54:39下载
- 积分:1
-
VB拷贝文件的例子(api)
VB拷贝文件的例子(api)-VB copy files example (api)
- 2023-02-03 09:40:03下载
- 积分: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