资源列表
排序选择:
[单片机(51,AVR,MSP430等)] proteus
说明:proteus例子,一些简单的proteus应用,对于初学者很实用-Proteus example, Proteus some simple applications, very useful for beginners<forong> 在 2025-07-15 上传 | 大小:1.27mb | 下载:0
[单片机(51,AVR,MSP430等)] led
说明:是16*16的点阵屏滚动显示,是源码信息,用KEIL51写的,用于51单片机-Are 16* 16 dot matrix display screen scroll, are the source information, using the Writing KEIL51 for 51 MCU<郭襄> 在 2025-07-15 上传 | 大小:484kb | 下载:0
[其他嵌入式/单片机内容] VBOPCA
说明:WINCC OPC VB开发通信方式 ,读取其中的变量和改变变量内容,根据变量名和分组名,服务器名字-WINCC OPC VB to develop means of communication, read them the contents of variables and changes in variables, grouped under the variable name and the name, server name<方鸿儒> 在 2025-07-15 上传 | 大小:5kb | 下载:0
[软件工程] Addison.Wesley.GPU.Gems.3.Aug.2007
说明:关于GPU开发的电子书籍,很详细,非常值得研究,英文版-GPU developed on e-books, very detailed, very worthy of study, English<lc> 在 2025-07-15 上传 | 大小:25.62mb | 下载:0
[单片机(51,AVR,MSP430等)] game
说明:该源码是一款用12864做的英文游戏,具有proteus仿真,比较有趣,能激发学液晶的兴趣-The source code is a 12864 to do with the English game, with the Proteus simulation, the more interesting, can stimulate interest in science LCD<郭襄> 在 2025-07-15 上传 | 大小:27kb | 下载:0
[Internet/网络编程] chatsource
说明:聊天程序,主要的系统调用包括:socket()-创建Socket;bind()-将创建的Socket与本地端口绑定;connect()与accept()-建立Socket连接;listen()-服务器监听是否有连接请求;send()-数据的可控缓冲发送;recv()-可控缓冲接收;closesocket()-关闭Socket。-Chat program, the main system calls, including: socket ()- Create Socket bind ()- wi<long> 在 2025-07-15 上传 | 大小:370kb | 下载:0
[Internet/网络编程] QQProject
说明:在Internet上的聊天室程序一般都是以服务器提供服务端连接响应,使用者通过客户端程序登录到服务器,就可以与登录在同一服务器上的用户交谈,这是一个面向连接的通信过程。因此,程序要在TCP/IP环境下,实现服务器端和客户端两部分程序。-In Internet chat rooms on the procedure is generally based on the server side connection in response to the provision of services, t<long> 在 2025-07-15 上传 | 大小:33kb | 下载:0
[Internet/网络编程] ChatRoom
说明:服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听listen()。如果有客户端连接请求,则在数组中选择一个空Socket,将客户端地址赋给这个Socket。然后登录成功的客户就可以在服务器上聊天了。-Server-side through the socket () system call to create a Socket after the array (that is set to r<long> 在 2025-07-15 上传 | 大小:937kb | 下载:0