搜索结果
找到约 416 项符合
Char 的查询结果
按分类筛选
- 全部分类
- VC书籍 (83)
- 单片机开发 (42)
- 技术资料 (41)
- 单片机编程 (41)
- Java编程 (16)
- 源码 (15)
- 汇编语言 (15)
- 数据结构 (14)
- Linux/Unix编程 (11)
- 其他 (10)
- 嵌入式/单片机编程 (8)
- C/C++语言编程 (7)
- 电源技术 (7)
- 加密解密 (7)
- 可编程逻辑 (6)
- 操作系统开发 (5)
- 编译器/解释器 (4)
- 软件 (3)
- PCB相关 (3)
- DSP编程 (3)
- 数值算法/人工智能 (3)
- 嵌入式综合 (3)
- 模拟电子 (3)
- CA认证 (3)
- 数学计算 (3)
- 微处理器开发 (3)
- 书籍 (2)
- 笔记 (2)
- 其他书籍 (2)
- 传感与控制 (2)
- 教程资料 (2)
- 驱动编程 (2)
- 文件格式 (2)
- uCOS (2)
- 嵌入式Linux (2)
- 软件设计/软件工程 (2)
- 其他嵌入式/单片机内容 (2)
- 手册 (1)
- 应用设计 (1)
- 其他 (1)
- 无线通信 (1)
- Linux/uClinux/Unix编程 (1)
- 多媒体处理 (1)
- 书籍源码 (1)
- PCB图/BOM单/原理图 (1)
- 其他文档 (1)
- 技术书籍 (1)
- 通信网络 (1)
- 工控技术 (1)
- 电子书籍 (1)
- autocad教程 (1)
- 压缩解压 (1)
- Internet/网络编程 (1)
- 游戏 (1)
- 编辑器/阅读器 (1)
- 语音压缩 (1)
- *行业应用 (1)
- 企业管理 (1)
- 网络 (1)
- 文章/文档 (1)
- Java书籍 (1)
- VxWorks (1)
- matlab例程 (1)
- Delphi控件源码 (1)
- 系统设计方案 (1)
- Oracle数据库 (1)
- 中间件编程 (1)
- 邮电通讯系统 (1)
- GPS编程 (1)
- 3G开发 (1)
- Ajax (1)
- VIP专区 (1)
加密解密 C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0)
C++ Base64编码/解码源代码
inline int Base64Encode(char * base64code, const char * src, int src_len = 0)
inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上两个函数内联定义在base64.h中,使用时include "base64.h" 即可,编码后的长度一般比原文多占1/3的存储空间,为了效率, ...
汇编语言 汇编语言实验2.3 分类统计字符个数count_char
汇编语言实验2.3 分类统计字符个数count_char
GPS编程 Methods void close() int read() reads and returns a chracter. int read(char[] characterArray
Methods
void close()
int read()
reads and returns a chracter.
int read(char[] characterArray)
populates an array of characters with data.
boolean ready()
- returns “true” if there is data available.
……
其他嵌入式/单片机内容 File: dir.h ScanOneDirectorySector(unsigned long sector, char *name) extern void MakeFileName(ch
File: dir.h
ScanOneDirectorySector(unsigned long sector, char *name)
extern void MakeFileName(char *inname, char *outname)
ScanOneDirectorySector(unsigned long sector, char *name)
extern void MakeFileName(char *inname, char *outname)
其他 File: dir_39 canOneDirectorySector(unsigned long sector, char *name) extern void MakeFileName(ch
File: dir_39
canOneDirectorySector(unsigned long sector, char *name)
extern void MakeFileName(char *inname, char *outname)
ScanOneDirectorySector(unsigned long sector, char *name)
extern void MakeFileName(char *inname, char *outname)
微处理器开发 Received Signal Strength Indicator in PIC24 with wireless communication. Ping a char and add RSSI in
Received Signal Strength Indicator in PIC24 with wireless communication. Ping a char and add RSSI information to the message.
Linux/Unix编程 i2c-dev.c - i2c-bus driver, char device interface
i2c-dev.c - i2c-bus driver, char device interface
数值算法/人工智能 LCS,即最常公共子序列的的C语言解法。prepare_for_backdate(char
LCS,即最常公共子序列的的C语言解法。prepare_for_backdate(char,char,int,int)函数是为后面的回溯法求得最长公共子序列做准备,并可得到子序列长度。lcs(char,int,int)函数是输出子序列的。并用到了第一个函数的结果。因为要得到最终的子序列,要知道那些地方是可输出的位置,因此构造数组b[][],当为1时表明当前位置 ...
单片机开发 //DS1302工作开始 void TimeWorkStart(void) { unsigned char val val = TimeByteRead(timereadseg) //读秒
//DS1302工作开始
void TimeWorkStart(void)
{
unsigned char val
val = TimeByteRead(timereadseg) //读秒数据
val &= 0x7f //打开晶振
TimeWrieDisbale() //开放DS1302写保护
TimeByteWrite(timewriteseg, val) //打开晶振
TimeByteWrite(tricklewrite, 0xa5) //打开充电二极管
TimeWriteEnable() //使能DS1302写 ...
单片机开发 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 ...