-
<Visual Basic Win32 API编程>随书代码
随书代码-lt; Visual Basic Win32 API programming gt; With the code book
- 2022-05-22 20:10:11下载
- 积分:1
-
Calculation of arbitrary square matrix eigenvalue eigenvector VC++ Source
计算任意方矩阵特征值特征向量的VC++源码-Calculation of arbitrary square matrix eigenvalue eigenvector VC++ Source
- 2022-02-20 06:50:23下载
- 积分:1
-
B2D角色扮演游戏
B2D角色扮演游戏 很好很强大的 一个小人可以东来东去-B2D role play game
- 2022-02-06 04:16:44下载
- 积分:1
-
这是一个用JAVA编写的RTSP协议的服务器
这是一个用JAVA编写的RTSP协议的服务器-This is a java about the rtsp protocal Server in this Panel page
- 2022-07-10 20:14:02下载
- 积分: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
-
实现线性表的源程序
实现线性表的源程序-Linear List of the source
- 2023-03-23 16:25:03下载
- 积分:1
-
题目:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元...
题目:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可可提成7.5%;20万到40万之间时,高于20万元的部分,可提成5%;40万到60万之间时高于40万元的部分,可提成3%;60万到100万之间时,高于60万元的部分,可提成1.5%,高于100万元时,超过100万元的部分按1%提成,从键盘输入当月利润I,求应发放奖金总数?
1.程序分析:请利用数轴来分界,定位。注意定义时需把奖金定义成长整型。 -Title: Enterprise of the bonus payment of royalty under the profit. Profit (I) less than or equal to 10 million, prize money will be provided as 10 profits exceeding 10 million, less than 20 million, less than 10 million part of royalty by 10, higher than 100,000 yuan part of the cocoa percentage, 7.5 200000-400000 between, more than 20 million parts, may deduct a percentage of 5 400000-600000 between more than 40 million parts, may deduct a percentage of 3 600000-1000000 between, more than 60 million of the royalty to 1.5, above 100 million, over 100 million parts by 1 percent royalty, from the keyboard input month profit I, Qiu-Ying The total number of bonuses? 1. Program analysis: Please use a few axes to boundarie
- 2022-05-26 23:48:27下载
- 积分:1
-
Visual Studio provides a Spy program, this program is similar with it, but also...
Visual Studio提供了一个Spy程序,这个程序同它类似,也是可以通过拖放窗体上的十字到其它窗体获得目标窗体的属性,另外它还可以罗列当前运行的程序并选定关闭程序。-Visual Studio provides a Spy program, this program is similar with it, but also can drag and drop the form on the cross to the other objectives of the form to obtain the properties of the form, while it can list the currently running program and close the program selected.
- 2023-01-26 19:40:04下载
- 积分:1
-
汇编语言》课件
王爽 著-清华大学出版社 汇编课程的研究重点放在如何利用硬件系统的编程结构和指令集有效灵活的控制系统进行工作...
汇编语言》课件
王爽 著-清华大学出版社 汇编课程的研究重点放在如何利用硬件系统的编程结构和指令集有效灵活的控制系统进行工作
-Assembly language
- 2022-04-11 19:10:16下载
- 积分:1
-
扫描局域网和主机
别人写的一个比较好的扫描局域网中主机的程式!能够得到局域网中存在的主机IP
- 2022-03-17 00:07:54下载
- 积分:1