Description: 一个不错的PICC函数库说明,是PIC单片机开发工具资料-PICC a good library that is the PIC microcontroller development tool Platform: |
Size: 74752 |
Author: |
Hits:
Description: 这是用VB写的winsock 我们可以完全放弃微软的WINSOCK.OCX了.这便于我的写出的软件少依赖控件-This is written in VB winsock we can completely abandon the Microsoft WINSOCK.OCX. This will help me to write software less dependent on controls Platform: |
Size: 196608 |
Author: |
Hits:
Description: 使用Winsock控件编写的TCP、UDP通信测试程序,支持CRC、XOR、SUM等通信校验方式,是一款比较使用的工程测试工具软件-Winsock controls prepared by the TCP, UDP communications test procedure, support CRC, XOR, SUM calibration methods such as communications, is a comparison of the use of engineering software testing tools Platform: |
Size: 63488 |
Author:黄先生 |
Hits:
Description: 局域网文件传输
为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大家可以在本机上测试,自己传文件给自己)。所以,我们在程序中需要使用两个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 length byte sent to the receiver, receiver- After receiving the news, file names and length analysis, and then notify the sender can begin sending documents; Send-read the news, the flow of documents in the form of bytes sent to the receiving end, the receivin Platform: |
Size: 11264 |
Author:sasa |
Hits:
Description: Winsock
可以查看远程桌面,使用了GDI+进行数据的转换(把BMP数据转换成PNG格式),传输速度快 2.可以用鼠标控制 3.可以用键盘控制 4.服务端可以被多人连接控制 5.可以(强行)重启/关机 6.可以远程登录计算机,并且可以发送Ctrl+Alt+Del三键出现登录界面(Win2000/NT4.0/XP) 7.能够读取远程计算机的剪贴板,并且放在本机的剪贴板中-Winsock can view Remote Desktop, GDI used for data conversion (BMP data put into PNG format), two fast transmission. the mouse can be used to control 3. the keyboard can be used to control four. the server can be connected to control more than five. may to (forced) to resume/Off 6. remote Login computer, and can send Ctrl-Alt-Del key emerging logged three interfaces (Win2000/NT4.0/X P) 7. Remote computer to read the clipboard, and the machine on the clipboard Platform: |
Size: 10240 |
Author:zrg |
Hits:
Description: 自己做的STC单片机开发包,非常实用的开发工具-do for myself STC microcontroller development kits, very useful development tool Platform: |
Size: 39936 |
Author:龙飞雪 |
Hits:
Description: 运用vb的winsock等控件实现简单的通信!(类似局域网聊天)-winsock use Visual Basic controls and other communications to achieve simple! (Similar to LAN chatting) Platform: |
Size: 474112 |
Author:wujunjie |
Hits:
Description: 这些是我特地制作的分布式计算的示例程序,仅供各位相关开发人员参考使用
本作以ChinaPI的第一个内部测试版作为蓝本修改而成,旨在提高中国分布式计算的设计水平
架构完整,包含除安全组件的其他重要组件(为了突出分布式计算和ChinaPI的安全,各个组件均进行了简化)
对PI的计算使用BBP公式(计算核心部分并非重点,写得比较乱)
为了通俗易懂,使用VB6.0编写
文档并非标准文档,只是示意性的
相关源码及文档可以经修改后再发行,但须遵循以下条款:
1、源码及公开文档需包含下列文字:
修改自分布式计算开发示例
原作者 郝佳男
2、不得用于以下用途:
1)非法项目
2)商业项目
3)与个人功利有关的方面(如论文、毕设等)
3、经原作者特殊授权的不受此条款制约
由于制作仓促,难免会有疏漏,敬请指正
欢迎大家讨论(http://www.equn.com/forum/forumdisplay.php?fid=2)
但下列问题请大家自己查阅相关资料(我希望重点讨论与分布式计算有关的部分)
原因:这些都是实现的细节,并非分布式计算设计的重点
1、Windows编程方面的
2、VB编程方面的
3、BBP公式相关
4、WinSock编程方面的
5、数据库方面的
-which I specially produced by the example of distributed computing procedures, is for staff development related to the use of the reference to ChinaPI for the internal test version of a blueprint for modification %, aimed at improving China's distributed computing framework for the design standards integrity, Apart from the safety component contains other important components (in order to highlight ChinaPI distributed computing and security, various components have been simplified) on the PI BBP calculated using the formula (not part of the core focus, written more chaos) for user-friendly, using Visual Basic 6.0 is not a standard document prepared documentation, only indicative of the source code and related documentation can be modified after issuance, subject to the following condit Platform: |
Size: 113664 |
Author:侯欣杰 |
Hits:
Description: 有关VB的winsock编程,可供初学者学习使用!-Related to the winsock programming VB for beginners learning to use! Platform: |
Size: 15360 |
Author:AAA |
Hits:
Description: CSocketMaster13_CSocketPlus12
不用Winsock进行网络通讯,别人上传过CSocketMaster1.1版本的,我这个是新版本的:)-CSocketMaster13_CSocketPlus12 do not have Winsock network communications, others uploaded CSocketMaster1.1 version, I this is a new version:) Platform: |
Size: 125952 |
Author:张见 |
Hits: