资源列表
soft_ad_c
- 软件A/D所能实现的精度有限,测量电压范围是2-15V, 而且速度低(约1KHz),但仅用一个电容和一个电阻的诱惑 力,我想大虾您会笑纳的。用于某些场合是有用的。 原理是利用470K电阻对1uF电容充电,利用P0.0口作为检测电压, 当电压低于1/3 VCC时,P0.0读入的I/O电平为0,当充电电压超过 1/3 VCC时,P0.0读入的I/O电平为1。通过测量此过程所用的时间, 就能判断输入电压(需要换算)。 程序的编写用定时器0实现-Software
fuwuq
- 这个是我在UNIX系统下写的一个有关TCP服务器的程序,希望大家能用得着-This is a UNIX system I wrote a TCP server process, hope that we can worry
TcpDemo3
- 建立一个文本转换器 客户端给服务端发送文本,服务端会将文本转成大写再返回给客户端 而且客户端可以不断的进行文本转换,当客户端输入over时,转换结束-Create a text converter client sends the text to the service, the server will text to uppercase and then returned to the client and the client can continue to text convers
DSDV
- a tcl file that does DSDV
AODV
- a tcl program that does AODV
main
- megaWIFI控制 用单片机智能联接 WIFI 有朋友可以下载参考。-megaWIFI control MCU intelligent connection WIFI A friend can be downloaded for reference.
raw_socket
- RAW SOCKET编程与以太网帧分析基础,用于熟悉基本的raw socket编程,对以太网帧进行初步分析。-RAW SOCKET Programming and Ethernet frame analysis based on the raw socket used to be familiar with basic programming, the initial points of the Ethernet frame Analysis.
UDP-client
- udp通讯,在window下的udp通讯,udp客户端代码,简洁可扩展-Udp communications, in the window under the udp communication, udp client code, simple and scalable
socketcommunication
- 本程序用VC++ Socket编程实现简单的Tcp-ip客户端-This program with VC++ Socket Programming Simple Tcp-ip client-side
a.tcl
- sample tcl set up. it shows how to implement a tcl file and run on linux platform easily.
TcpSrv
- 基于tcp的socket客户端收发代码 已验证,可以运行,本人编写-Based on the tcp client socket to send and receive authentication code, you can run, I prepared
echo_server
- 实现简单的tcp/ip服务器,反馈显示客户端输入。-Simple TCP/IP echo server