-
一个PDF文件,描述了建立Keil和Proteus VSM与调试
A pdf file that describes setting up debugging between keil and proteus VSM
- 2022-02-03 10:03:11下载
- 积分:1
-
C++通用算法之排序,其中包括排序算法,排序元素的查找,字典式比较,极值元素求解...
C++通用算法之排序,其中包括排序算法,排序元素的查找,字典式比较,极值元素求解-C definitive ranking algorithm, including sorting algorithm, ranking elements of search, dictionary, Extreme Solution elements etc.
- 2022-05-15 15:28:57下载
- 积分:1
-
FrontPage2002网页制作.运用FrontPage 2002, 我们可以轻松的在Web页中插入文字、图片、表格、表单;可以在FrontPage 2002...
FrontPage2002网页制作.运用FrontPage 2002, 我们可以轻松的在Web页中插入文字、图片、表格、表单;可以在FrontPage 2002环境下,直接查看Web页的HTML代码,并能根据需要修改HTML代码;可以插入DHTML组件及各种脚本语言,使网页具有动态效果;还可以在Web页中添加各种多媒体元素,如动画、声音甚至视频,从而创建出图文并茂、生动活泼的、交互性很强的Web页面。-FrontPage2002 pages. Using FrontPage 2002, we can easily to the Web page, insert text, pictures, forms, the form; The FrontPage 2002 environment, a direct view of the Web page"s HTML code, and needed to modify the HTML code; DHTML can be inserted into various components and feet the language that the website has a dynamic effect; also in the Web page can add multimedia elements, such as animations, sound and even video, thus creating illustrations and lively, highly interactive Web pages.
- 2022-12-08 03:15:03下载
- 积分:1
-
一个视频采集的vb代码,写的非常不错
一个视频采集的vb代码,写的非常不错-a Video Capture vb code, written in a very good
- 2022-02-02 13:49:30下载
- 积分:1
-
robot visual simulation of the source, can be likened to a radar scan procedure
机器人视觉模拟的源程序,可以引申为雷达扫描的程序-robot visual simulation of the source, can be likened to a radar scan procedure
- 2022-04-29 20:41:29下载
- 积分: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
-
动态对话框的源文件
动态对话框的源文件-the source document
- 2023-03-28 16:00:03下载
- 积分:1
-
animation window can have multiple window display animation, interface suitable...
动画窗口,可以有多种方式显示窗口动画,适合做一些界面花哨的程序-animation window can have multiple window display animation, interface suitable for some garish procedures
- 2022-01-28 23:19:47下载
- 积分:1
-
kmeans算法的源代码
kmeans算法的源代码-kmeans algorithm source code
- 2022-02-13 02:54:57下载
- 积分:1
-
设计一个类Sample,它有两个私有成员A[]和n(A中元素个数),将对A[]中数据进行各种排序的函数放入到一个友元类process中。...
设计一个类Sample,它有两个私有成员A[]和n(A中元素个数),将对A[]中数据进行各种排序的函数放入到一个友元类process中。
-Sample Design of a kind, it has two private members [] A and n (A number of elements), A. [] will be the data for various sort of function Add Friends yuan to a process which category.
- 2022-01-25 16:09:38下载
- 积分:1