搜索结果

找到约 416 项符合 Char 的查询结果

加密解密 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的存储空间,为了效率, ...
https://www.eeworm.com/dl/519/152503.html
下载: 31
查看: 1112

汇编语言 汇编语言实验2.3 分类统计字符个数count_char

汇编语言实验2.3 分类统计字符个数count_char
https://www.eeworm.com/dl/644/161086.html
下载: 60
查看: 1145

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. ……
https://www.eeworm.com/dl/693/370108.html
下载: 185
查看: 1042

其他嵌入式/单片机内容 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)
https://www.eeworm.com/dl/687/466684.html
下载: 182
查看: 1060

其他 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)
https://www.eeworm.com/dl/534/466687.html
下载: 85
查看: 1111

微处理器开发 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.
https://www.eeworm.com/dl/655/485181.html
下载: 143
查看: 1066

Linux/Unix编程 i2c-dev.c - i2c-bus driver, char device interface

i2c-dev.c - i2c-bus driver, char device interface
https://www.eeworm.com/dl/619/155561.html
下载: 80
查看: 1175

数值算法/人工智能 LCS,即最常公共子序列的的C语言解法。prepare_for_backdate(char

LCS,即最常公共子序列的的C语言解法。prepare_for_backdate(char,char,int,int)函数是为后面的回溯法求得最长公共子序列做准备,并可得到子序列长度。lcs(char,int,int)函数是输出子序列的。并用到了第一个函数的结果。因为要得到最终的子序列,要知道那些地方是可输出的位置,因此构造数组b[][],当为1时表明当前位置 ...
https://www.eeworm.com/dl/518/330364.html
下载: 51
查看: 1048

单片机开发 //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写 ...
https://www.eeworm.com/dl/648/379002.html
下载: 117
查看: 1035

单片机开发 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 ...
https://www.eeworm.com/dl/648/148542.html
下载: 125
查看: 1116