搜索结果

找到约 250 项符合 CHAR 的查询结果

嵌入式/单片机编程 320X240LCD仿真程序 320x240lcd仿真程序

320X240LCD仿真程序 320x240lcd仿真程序,仿真单色,4色,16色,256色lcd 使用方法:(需要注册mscomm32.ocx控件程序才能正常运行) 通过串口或TCP/IP将LCD显示缓冲区的全部内容发送到本软件接收即可 软件同时监控串口和tcp/ip口的数据,数据为一屏时刷新显示内容。 数据格式: 单色:unsigned char lcdbuf[9600] 每位一点 4色 ...
https://www.eeworm.com/dl/647/132961.html
下载: 149
查看: 1027

uCOS 啥也不说了

啥也不说了,请看代码示例 File : fat_dir.c FS_DIR *FS__fat_opendir(const char *pDirName, FS_DIR *pDir) { FS_size_t len FS_u32 unit FS_u32 dstart ....... FS_u32 dsize FS_i32 i char realname[12] char *filename if (!pDir) { return 0 /* No valid pointer to a FS_DIR structure */ }
https://www.eeworm.com/dl/649/132962.html
下载: 137
查看: 1036

数据结构 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中

这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取M ...
https://www.eeworm.com/dl/654/137283.html
下载: 170
查看: 1104

驱动编程 In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console

In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.
https://www.eeworm.com/dl/618/139457.html
下载: 191
查看: 1045

书籍源码 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区

分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算 ...
https://www.eeworm.com/dl/532/146179.html
下载: 146
查看: 1385

编译器/解释器 一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号

一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号,拼成单词,换成内部表示(token) 二、 实验要求 要求实现编译器的以下功能: &#61548 组织源程序的输入 &#61548 按规则拼写单词,并转换成二元形式 &#61548 删除空格及无用符号(如回车符,字符常数的引号符等) &#61548 发现并 ...
https://www.eeworm.com/dl/628/146599.html
下载: 91
查看: 1037

单片机开发 UART I/O and Memory Allocation Example for GNU The project GNU_IODemo shows how to use memory alloc

UART I/O and Memory Allocation Example for GNU The project GNU_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the GNU toolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module. The ...
https://www.eeworm.com/dl/648/148543.html
下载: 61
查看: 1086

DSP编程 SPI接口EEPROM驱动 EEPROMWRITE(绝对地址

SPI接口EEPROM驱动 EEPROMWRITE(绝对地址,数组指针,数据长度) //多字节写 EEPROMREAD(绝对地址,数组指针,数据长度) //多字节读 EEPROMWRITE(绝对地址,数据) //单字节写 (char)数据=EEPROMREAD(绝对地址) //单字节读
https://www.eeworm.com/dl/516/157250.html
下载: 53
查看: 1053

单片机开发 /*** *5510单片机测试程序 基本测试成功 2005-8-25 write By CW *** *** *** *** *** ****/ #include <

/*** *5510单片机测试程序 基本测试成功 2005-8-25 write By CW *** *** *** *** *** ****/ #include <reg52.h> #include <absacc.h> #define uint unsigned int #define uchar unsigned char
https://www.eeworm.com/dl/648/158345.html
下载: 184
查看: 1089

CA认证 * * Input * bin_data : binary data * bin_size : binary data length * Mode : operation mode

* * Input * bin_data : binary data * bin_size : binary data length * Mode : operation mode * BASE64_NeedCRLF ---- Need a CRLF every 64 base64-character * BASE64_NotCRLF ---- Need not CRLF between 64 base64-character * * Output * char data * char data length * * Return * 0: success -1: e ...
https://www.eeworm.com/dl/640/160475.html
下载: 174
查看: 1059