-
RSA Cryptosysten
在这个
- 2023-03-06 04:30:03下载
- 积分:1
-
multithreaded programming, a good example
多线程编程,一个很好的例子-multithreaded programming, a good example
- 2022-05-10 16:37:59下载
- 积分:1
-
基于mapX控件,用VB开发的GIS交通网络系统
基于mapX控件,用VB开发的GIS交通网络系统-MapX-based controls, using VB to develop the transport network of the GIS system
- 2022-04-29 10:02:23下载
- 积分:1
-
gps定位信息提取
GPS接收机简单仿真).rar 是一个包含卫星天空视图、基本观测量、精度评定因子、接收机位置等基本信息仿真的界面软件。只要生成相应的数据,就可以很好地仿真接收机界面输出。对于初学GPS理论的同学会有帮助。
- 2022-08-13 05:31:06下载
- 积分:1
-
tree (non
树(非二叉树)的建立与后序遍历-tree (non-binary tree) and the establishment after preorder
- 2022-12-17 17:30:03下载
- 积分:1
-
sends SMS information to another mobile phone
sends SMS information to another mobile phone
- 2022-01-24 08:53:33下载
- 积分:1
-
Apache使用指南与实现原理。中国水利水电出版社。
Apache使用指南与实现原理。中国水利水电出版社。-Apache using the guidelines and implementation principle. China Water Conservancy and Hydropower Press.
- 2023-04-09 15:35:05下载
- 积分:1
-
VC++数字、英文字符、汉字及手写识别实例
VC++数字、英文字符、汉字及手写识别实例-VC++ Figures, English characters, Chinese characters and examples of handwriting recognition
- 2022-03-16 22:36:28下载
- 积分:1
-
屏幕取词VC6.0源码
DLLEXPORT BOOL WINAPI SetNHW32() { if(g_hHook == NULL) { g_hHook = SetWindowsHookEx(WH_GETMESSAGE, GetMsgProc, g_hinstDll, 0); if (g_hHook == NULL) { MessageBox(NULL, __TEXT("Error hooking: SetWindowsHookEx fail"), __TEXT("GetWord"), MB_OK); return FALSE; } } return TRUE;}
- 2022-05-28 06:17:38下载
- 积分:1
-
转换10进制数为二进制数。
% B = DE2BI(D) 转换正整数向量D成二进制矩阵B。
二进制矩阵B的每一行表示十进制向量D中相应的数。
B...
转换10进制数为二进制数。
% B = DE2BI(D) 转换正整数向量D成二进制矩阵B。
二进制矩阵B的每一行表示十进制向量D中相应的数。
B = DE2BI(D, N) 转换正整数向量D成二进制矩阵B,-Conversion of 10 hexadecimal for binary number. B = DE2BI (D) positive integer conversion into a binary vector D matrix B. Binary matrix B that each row vector D decimal number corresponding. B = DE2BI (D, N) vector D converter positive integer binary matrix B,
- 2022-08-12 12:48:54下载
- 积分:1