-
在网络中,有时候会想检查自己电脑的端口的状态,这是端口扫描器的C语言源代码,...
在网络中,有时候会想检查自己电脑的端口的状态,这是端口扫描器的C语言源代码,
-err
- 2023-02-24 13:10:03下载
- 积分:1
-
1602液晶显示,通过键盘按下去上的数值
1602液晶显示,通过键盘按下去上的数值-1602 liquid crystal display, go through the keyboard by the numerical
- 2022-04-16 09:18:57下载
- 积分:1
-
This a program which performs addition,subtraction,multiplication and division o...
This a program which performs addition,subtraction,multiplication and division of two 4 bit binary numbers..therefore it is called as 4 bit binary ALU..if u have any doubt,then mail me at prem_bombay@yahoo.co.in -This is a program which performs addition,subtraction,multiplication and division of two 4 bit binary numbers..therefore it is called as 4 bit binary ALU..if u have any doubt,then mail me at prem_bombay@yahoo.co.in
- 2022-07-14 18:38:23下载
- 积分:1
-
C8051F350单片机做的称重系统
C8051F350单片机做的称重系统-C8051F350 microcontroller do Weighing System
- 2022-04-13 07:25:02下载
- 积分:1
-
基于单片机的网络通讯,代码优化简洁。
适合一般网络通讯的参考。...
基于单片机的网络通讯,代码优化简洁。
适合一般网络通讯的参考。-Based on single-chip network communications, code optimization concise. Network communications for general reference.
- 2022-05-31 16:26:08下载
- 积分:1
-
自己用C语言编的一个走马灯,由于刚学单片机,写得功能比较简单...
自己用C语言编的一个走马灯,由于刚学单片机,写得功能比较简单-Own use C language compiled a revolving door, as just learning microcontroller, written in relatively simple function
- 2022-09-12 10:55:03下载
- 积分:1
-
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpo...
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为数据所在位置。
usb端点数据的读操作是由底层函数自动完成的(相关函数为unsigned char D12_ReadEndpoint(unsigned char endp, unsigned char len, unsigned char * buf); 相应端点为2和4),所读到的数据存于GenEpBuf[](普通端点)、MainEpBuf[]或EpBuf[](主端点)中,用户可以直接读取使用。-Usb port communication which has been used as a module, the user can use the following function on the usb port can easily read and write:
unsigned char D12_WriteEndpoint (unsigned char endp, unsigned char len, unsigned char* buf) This is the endpoint usb output function, endp is to communicate the endpoint, the value for 3 (common endpoint, the first transmission maximum 16byte) or 5 ( the main endpoint, the first transmission maximum 64byte) len Length of output data for the first time * buf location for data.
usb endpoint data is read
- 2023-06-14 23:15:04下载
- 积分:1
-
用单片机做的小程序,主要想下东西的,谢谢大家
用单片机做的小程序,主要想下东西的,谢谢大家-MCU small procedures done, think the next thing, thank you
- 2022-08-16 16:27:22下载
- 积分:1
-
智能车上的源代码,汽车能自动避开障碍物,自动…
关于智能小车的源程序,小车可以自动避障,自动检测黑线刹车-Smart car on the source code, cars can automatically avoid obstacles, automatically detects black line braking
- 2022-11-23 10:35:03下载
- 积分:1
-
1302时间集成电路,在430上调试通过
1302时间集成电路,在430上调试通过-1302 time integrated circuits, in the 430 debugging through
- 2022-08-17 16:34:47下载
- 积分:1