-
DES算法集锦,包含有各种增强DES算法,变形DES算法,有PASCAL,ASM,C等多种语言的版本,有DOS,WINDOWS,Linux,以及其它UNIX环境...
DES算法集锦,包含有各种增强DES算法,变形DES算法,有PASCAL,ASM,C等多种语言的版本,有DOS,WINDOWS,Linux,以及其它UNIX环境的代码-DES algorithm collection, including a variety of enhanced DES algorithm, the deformation DES algorithm, there is PASCAL, ASM, C, such as multi-lingual version, there is DOS, WINDOWS, Linux, and other UNIX environment code
- 2022-03-10 13:54:14下载
- 积分:1
-
可将输入的字母数字进行密码转换,也可以再转换回来
可将输入的字母数字进行密码转换,也可以再转换回来-Can be input alphanumeric password-conversion can also be converted back to
- 2022-03-19 05:08:12下载
- 积分:1
-
Shenzhen Yuanfeng 2410 development board installed WINCE user manuals,
深圳远峰2410开发板安装WINCE用户手册,-Shenzhen Yuanfeng 2410 development board installed WINCE user manuals,
- 2022-04-18 20:05:26下载
- 积分:1
-
Embedded Visucvcal C++嵌入式编程)〉书上的源代码 .Embecvdded Visual C++嵌入式编程)〉书上的源cv代码 ....
Embedded Visucvcal C++嵌入式编程)〉书上的源代码 .Embecvdded Visual C++嵌入式编程)〉书上的源cv代码 .-Embedded Visucvcal Embedded C Programming)> on the source code. Embecvdded Embedded Visual C Programming)> on the source code cv.
- 2022-03-07 17:57:18下载
- 积分:1
-
视频捕获程序,很有指导意义,希望对你有帮助。
视频捕获程序,很有指导意义,希望对你有帮助。-Video capture process, is guiding significance, and they hope to help you.
- 2022-08-23 13:28:40下载
- 积分:1
-
旅客在淡季旺季购买头等舱或者经济舱的票价程序
旅客在淡季旺季购买头等舱或者经济舱的票价程序-First-class passengers to purchase season or low season economy class fares for program
- 2022-05-17 19:57:11下载
- 积分:1
-
在VC中如何将文件保存为EXCEL格式
在VC中如何将文件保存为EXCEL格式-in VC how to save the file to Excel Format
- 2022-03-18 11:44:07下载
- 积分:1
-
data structure : the bracketed arithmetic expression is evaluated. Complete with...
数据结构:带括号的算术表达式求值。能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-data structure : the bracketed arithmetic expression is evaluated. Complete with a number of brackets arithmetic expression Operational results for the multi-digit number. With Stack Implementation grade expression and suffixes expression change.
- 2022-06-20 06:03:47下载
- 积分:1
-
关于摄像机拍摄图象,并对图象进行变换处理,画出曲线图
关于摄像机拍摄图象,并对图象进行变换处理,画出曲线图-On camera images, and transform image processing, draw curves
- 2022-05-30 08:20:58下载
- 积分:1
-
语音识别
#include
#pragma comment(lib,"ole32.lib") //CoInitialize CoCreateInstance闇€瑕佽皟鐢╫le32.dll
#pragma comment(lib,"sapi.lib") //sapi.lib鍦⊿DK鐨刲ib鐩綍,蹇呴渶姝g‘閰嶇疆
int main(int argc, char* argv[])
{
ISpVoice * pVoice = NULL;
//COM鍒濆鍖栵細
if (FAILED(::CoInitialize(NULL)))
return FALSE;
//鑾峰彇ISpVoice鎺ュ彛锛?
HRESULT hr = CoC
- 2023-07-03 17:00:03下载
- 积分:1