-
程序
说明: 传感器是一种检测装置,能感受到被测量的信息,并能将感受到的信息,按一定规律变换成为电信号或其他所需形式的信息输出,以满足信息的传输、处理、存储、显示、记录和控制等要求(Sensor is a kind of detection device, which can sense the measured information and transform it into electrical signal or other required information output according to certain rules to meet the requirements of information transmission, processing, storage, display, recording and control.)
- 2020-06-18 22:00:01下载
- 积分:1
-
software_PanID
Analog of XBee with PanId
- 2017-12-12 02:41:27下载
- 积分:1
-
matlab
matlab应用大全的整本书的源代码,可以用于初学者,也可以用于非初学者(Encyclopedia of the entire book matlab application source code.)
- 2013-08-23 15:21:48下载
- 积分:1
-
3DWall
wpf 3d 图片墙 wpf 3d 图片墙(3d wall)
- 2012-04-19 14:07:12下载
- 积分:1
-
svm-embed-master
说明: 支持向量机、嵌入式开发、适用于C语言嵌入式芯片(Support vector machine, embedded development, suitable for C language embedded chip)
- 2020-07-07 21:06:50下载
- 积分:1
-
LED点阵动画C语言程序 仿真电路图
LED8*8 点阵动画C语言程序和仿真电路图 以下是部分程序unsigned char iconsNumber = 6; //图标个数unsigned char code icons[][8] = { //8x8图标,高电平激活对应的点 { //心 B01100110, B10011001, B10000001, B10000001, B10000001, B01000010, B00100100, B00011000 } , { //囧 B11111111, B10000001, B10100101, B11000011, B10111101, B10100101, B10100101, B11111111 } , { //禁止 B00111101, B01000010, B10000101, B10001001, B10010001, B10100001, B01000010, B10111100
- 2022-03-25 04:06:46下载
- 积分:1
-
TCPNetKitbox
TCP网络调试程序
本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。
TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。
TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。
这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。
大家在使用中有什么好的意见或者建议,欢迎发送邮件到ghsnc@163.com。
马丹(TCP network debugging procedures of this procedure can be used for TCP communications debugging, includes the TCP server and client in two parts. TCP server can be the designated port eavesdropping, and at the same time deal with a maximum of 100 links. Real-time display over each link this data, as well as the need to manually choose which link to send data, or disconnect a link. TCP client can be on a certain IP (or domain name directly input) port for connection, real-time display is already connected to the server to send messages manually input can be sent to the server needs of the content. In the process of the preparation of some of their server or client procedure debugging time more useful. We use any good ideas or suggestions, please send an email to ghsnc@163.com. Martin)
- 2007-04-14 21:48:20下载
- 积分:1
-
dsPIC_Advprog_Answer
I/O口流水灯功能实验 MCU内部EEPROM读写实验LCD(16*2)液晶显示应用实验
2.1 实验目的
1. 对单片机有初步感性认识。
2. 通过对I/O口相关寄存器的设置,能够熟练的操作单片机的I/O口。
2.2 实验环境
软件环境 MPLAB IDE v8.30
硬件环境 APP009-dsPIC40-28P PIC单片机、ICD2调试器
(I/O port function of experimental water MCU internal EEPROM light to read and write experimental LCD (16* 2) liquid crystal display applications the purpose of experiment 2.1 Experiment 1. On the MCU and preliminary perceptual knowledge. 2. Through the I/O port settings related registers, the microcontroller can operate skilled I/O port. 2.2 Experimental Environment Software Environment MPLAB IDE v8.30 hardware environment APP009-dsPIC40-28P PIC microcontroller, ICD2 debugger)
- 2011-05-16 11:24:51下载
- 积分:1
-
UsbMouse
usb鼠标的实现代码,固件端的,主控器采用AT89S52。(usb mouse implementation code, firmware side, the master with AT89S52.)
- 2010-08-29 10:53:44下载
- 积分:1
-
文件传输系统软件设计与实现(大学生C#课设)
利用TCP协议、FTP编程相关类设计开发一个基于Windows应用程序的文件传输系统软件,实现如下功能:(1) 使用TCP协议开发FTP服务器程序,服务器接收到客户端的FTP命令语句后,对语句进行解析,对文件和目录进行相应的操作,然后将操作结果返回给客户端。(2) 用TCP协议开发FTP客户端程序,该客户端向服务器发送符合FTP规范的命令语句。(3) 用户通过FTP客户端登录FTP服务器,从服务器下载文件或者向服务器上传文件。
- 2023-08-11 23:25:04下载
- 积分:1