搜索资源列表
usb_i2c
- 基于Cypress的68013实现的USB转I2C的源代码。USB端通信是利用预留指令0xA3实现的,基于最简单的控制流程。适合大家初步接触USB编程的人。下端用C51模拟I2C总线。-68013 Cypress-based implementation of the USB-I2C source code. USB client communication is the use of reserved instruction 0xA3 to achieve, based on the most
ftpclient_ce
- 可运行在WinCE5.0平台上的ftp客户端程序,采用EVC.4.0 SP4工具进行的移植开发;界面比较简单,可用实现简单的上传下载操作。-Can run in WinCE5.0 platform FTP client program, the EVC 4.0 SP4 tools for transplantation development Interface is simple, can be used to achieve simple uploads and downloads ope
zigbeelocation
- 包含两个终端设备、一个协调器设备和一个简单的上位机程序。 在freescake的codewarrior下编程,将生成的zigbee程序的app.c覆盖。因为是针对3个不同控制节点的3个设备,所以需要修改3个c文件。 此为测距功能,,上位机端仅接受数据,没有做其他处理,如果需要定位,可以在此基础上拓展。-Consists of two terminals, a coordinator and a simple PC program. At the freescake under cod
090410
- C51/S52单片机的互锁开关程序 P2为按键输入 P1为输出,P0可接指示灯,显示是输出状态.P3.1为继电器驱动端. 还有些详细的功能,具体看代码吧..很简单-SCM C51/S52 interlocking switch procedure P2 to P1 for the output of keystrokes, P0 can be accessed by light, indicating that the output state. P3.1 client for the
CE_XTALK
- CE版本的XTALK程序。它包括服务器和客户端两部分。其中对套接字I/O的并发采用线程+select机制,对于屏幕刷新则采用消息机制。主要功能是一个简单的群聊工具,一个客服发言,服务器对其广播。同时,他可以跟桌面Windows版本的程序通信。-CE versions of XTALK procedures. It includes server and client in two parts. Which socket I/O concurrent threads+ select the mec
socket2
- 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
tuxDemo
- 简单的tuxedo客户端入门程序!使用VC++开发的基于对话框的程序!-Getting Started with a simple tuxedo client program!
TCPserverclient
- 使用TCP建立的客户端和服务器通信的一个简单代码 适合初学者学习-Established using the TCP client and server communications in a simple code for beginners to learn
UDPserverclient
- 基于UDP的客户和服务器的简单代码 适合初学者使用-UDP client and server based on the simple code
ftp_server_client20090726
- 简单服务器,可以完成命令行下的文件传输,包括了服务器和客户端的程序-server and client
term
- 1 拨号功能,自动响应功能。(能使用ATDT命令拨号,使用Ctrl-D退出联机状态)。 2 执行调制解调器命令。 3 仿真终端功能:在线方式可进行联机通信,TTY终端仿真,加载驱动程序后可进行VT100终端仿真。 4 文件服务功能: 文本文件的传输,二进制文件的传输,文本文件和二进制文件的写盘功能。文本文件的阅览和简单编辑功能。 5 终端服务功能: UNIX主机上运行的具有菜单驱动的终端服务程序,客户机可通过终端仿真器访问远程机(Remote machin
communication
- 一个简单的双机通讯客户端编程。可以理解其中的通信原理-A simple two-machine communications client programming. Can understand the principles of communication
OPClink
- OPC连接客户端,经过简单修改,可以用于ABBDCS系统或西门子系统,好用!-OPC Connection client, easy to use!
g_player
- 用C C++ Mplayer 在QT上实现的一个简单网络视频播放器,能缓冲播放,模拟的tftp协议传送文件,tftp的服务端与客户端都在里面- 中文(简体) 英语 日语
TCP_talk
- tcp协议的简单聊天工程,由客户端、服务器组成,用c语言实现,可用于嵌入式linux网络编程中。-Simple chat engineering, TCP protocol is composed of client, server, implemented in c language, can be used in the embedded Linux network programming.
serial-pc-verilog
- 串口 和 pc 端通信的verilog程序 !适合初学者 ! 代码简单 ,结构清晰!-Serial and pc client communication verilog program! Suitable for beginners! The code is simple, clear structure!
sntp
- 在vxworks嵌入式操作系统下,服务器和客户端之间实现SNTP(简单的网络时间同步协议)的源代码。-In the vxworks OS, the codes can realize the function of SNTP between the server and client.
dhcp
- 基于stm32的dhcp客户端,所用网络芯片为w5200.可实现ip地址的自动获取。因代码是项目的一部分,所以上传的为初期基于官方资料,以及dhcp协议所写的简单的测试代码,但dhcp的获取是没有问题的。-stm32 w5200 dhcp client
http-Client
- 一个简单易用的Http-Client 纯C代码,亲测可用-A simple Http Client Source Code build by C
HTTPS-Client
- 一个简单易用的Https客户端代码,纯C-A Simple Used Https Client Source Code