vxworks char driver
上传时间: 2015-02-03
上传用户:xinyuzhiqiwuwu
块郎ぇ郎char *DestFile块郎ぇ郎(絪絏茂) */ /* int SlidingWinSize菲笆跌怠ぇ */ /* int PreviewWinSize箇絯侥跋ぇ
标签: SlidingWinSize PreviewWinSize int DestFile
上传时间: 2013-12-08
上传用户:13160677563
此程序是Base64算法,其实现是完全用了char* 的数据类型,封装的比较干净,好用
上传时间: 2014-01-12
上传用户:stewart·
此程序对网路传输数据的传输是个很好的东东,其主要是对数据进行压入和压出作了封装, 对int,long,byte,char*和结构均支持, 数据是以流的形式
上传时间: 2015-03-25
上传用户:CHINA526
c++ char字符的具体介绍。希望能有一些帮助 我会一步步上传。
上传时间: 2014-12-22
上传用户:libenshu01
c语言中写二进制数。引用例子: #define Bin(n) LongToBin(0x##n##l) void main(void) { unsigned char c c = Bin(10101001) // c = 0xA9 }
标签: void LongToBin unsigned define
上传时间: 2015-04-13
上传用户:a6697238
定义源地址 char tgtIP[20] = //定义目的地址 int portNow //定义正在扫描的端口
上传时间: 2015-04-23
上传用户:as275944189
拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败
标签: input_py_val unsigned char py_ime
上传时间: 2013-12-25
上传用户:ljmwh2000
可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码 0x49,0x41,0x1f,0x01,0x09} uchar data cnt[8] //在data区定义8位长度的数组,用来存放计数值 uchar data pre_cnt[8] //在data区定义8位长度的数组,用来存放预置值 sbit drv=P3^4 //定义输出驱动端 bit set_flag //定义工作标志 bit out_flag //定义输出标志 bit keydown_flag //键按下标志
标签: unsigned include define uchar
上传时间: 2015-04-29
上传用户:changeboy
The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the Keil ARM toolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module. The example also shows the efficiency of the Keil CA ARM Compiler run-time library which is tuned for single chip systems.
标签: KEIL_IODemo allocation routines project
上传时间: 2013-12-08
上传用户:ve3344