搜索结果

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

加密解密 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile(char * pFileName)

使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile(char * pFileName) //解密文件,输入参数为文件名 BOOL DeCryptFile(char * pFileName) //对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法 BOOL Archieve(char * dir, char * arch) BOO ...
https://www.eeworm.com/dl/519/150809.html
下载: 27
查看: 1077

加密解密 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
查看: 1065

单片机开发 一个用C51实现单片机的中文输入法,拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_va

一个用C51实现单片机的中文输入法,拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针,反回值为中文的起始地址,当为0时,杳询失败
https://www.eeworm.com/dl/648/153757.html
下载: 39
查看: 1064

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
查看: 1122

Java编程 根据用户定义char型字符分割字符串

根据用户定义char型字符分割字符串,以char型字符为分割符,或是检测括号的配对情况。
https://www.eeworm.com/dl/633/155817.html
下载: 200
查看: 1030

加密解密 在程序中由playfair(char *s,int length) 的实现加密和解密;解密原理与加密类似

在程序中由playfair(char *s,int length) 的实现加密和解密;解密原理与加密类似,只是加密过程的逆过程,它基于密文,采用同行取左边,同列取下边,其余取交叉的相反原理;在程序中用FLAG标识区别,当其值为1时,为加密过程;值为0时,为解密过程。 ...
https://www.eeworm.com/dl/519/160078.html
下载: 57
查看: 1049

Linux/Unix编程 /* * 读取INI文件的函数(C语言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section,

/* * 读取INI文件的函数(C语言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section, Key) * Return Key=>Value * + [config] * + dbhost=localhost * * strcpy(dbhost,GetInitKey("config.ini", "config", "dbhost")) */
https://www.eeworm.com/dl/619/170263.html
下载: 30
查看: 1062

数学计算 cache: you will be given a char at will and you should simulate the computer s memory and cache .

cache: you will be given a char at will and you should simulate the computer s memory and cache .
https://www.eeworm.com/dl/641/171512.html
下载: 75
查看: 1085

数据结构 数据结构课程设计报告,算术表达式求值,自动辨别算符优先级,括号,将char型转换成int计算,再将结果显示,具有精美用户界面

数据结构课程设计报告,算术表达式求值,自动辨别算符优先级,括号,将char型转换成int计算,再将结果显示,具有精美用户界面
https://www.eeworm.com/dl/654/180101.html
下载: 180
查看: 1137

其他书籍 #include "intrins.h" unsigned char SystemError sbit SCL= P1^6 //定义串行时钟线所在口 使用时根据自己的需要 sbit SDA=

#include "intrins.h" unsigned char SystemError sbit SCL= P1^6 //定义串行时钟线所在口 使用时根据自己的需要 sbit SDA= P1^7 //定义串行数据线所在口 使用时根据自己的需要 #define SomeNOP() {_nop_() _nop_() _nop_() _nop_() }
https://www.eeworm.com/dl/542/190587.html
下载: 111
查看: 1096