搜索结果
找到约 250 项符合
Char 的查询结果
VxWorks vxworks char driver
vxworks char driver
压缩解压 块郎ぇ郎char *DestFile块郎ぇ郎(絪絏茂) */ /* int SlidingWinSize菲笆跌怠ぇ */ /* int PreviewWinSize箇絯侥跋ぇ
块郎ぇ郎char *DestFile块郎ぇ郎(絪絏茂) */ /* int SlidingWinSize菲笆跌怠ぇ */ /* int PreviewWinSize箇絯侥跋ぇ
数据结构 此程序是Base64算法,其实现是完全用了char* 的数据类型,封装的比较干净,好用
此程序是Base64算法,其实现是完全用了char* 的数据类型,封装的比较干净,好用
数据结构 此程序对网路传输数据的传输是个很好的东东,其主要是对数据进行压入和压出作了封装, 对int,long,byte,char*和结构均支持, 数据是以流的形式
此程序对网路传输数据的传输是个很好的东东,其主要是对数据进行压入和压出作了封装, 对int,long,byte,char*和结构均支持, 数据是以流的形式
文章/文档 c++ char字符的具体介绍。希望能有一些帮助 我会一步步上传。
c++ char字符的具体介绍。希望能有一些帮助 我会一步步上传。
嵌入式/单片机编程 c语言中写二进制数。引用例子: #define Bin(n) LongToBin(0x##n##l) void main(void) { unsigned char c c =
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c = 0xA9
}
语音压缩 定义源地址 char tgtIP[20] = //定义目的地址 int portNow //定义正在扫描的端口
定义源地址
char tgtIP[20] = //定义目的地址
int portNow //定义正在扫描的端口
单片机开发 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针
拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[])
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败
系统设计方案 可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义
可预置的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位长度的数组,用来存 ...
单片机开发 The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, s
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 ...