LP830 无线识别卡 读写程序demo, 详细实现了hsm协议
上传时间: 2015-03-21
上传用户:问题问题
/* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设置成:Automatic use of precompiled headers(图1)。 二:将ms32.lib添加到工程中(图2)。 三:MIRACL是C库。 extern "C" { #include "miracl.h" #include "mirdef.h" } #pragma comment( lib, "ms32.lib" )
上传时间: 2015-03-23
上传用户:leehom61
/* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设置成:Automatic use of precompiled headers(图1)。 二:将ms32.lib添加到工程中(图2)。 三:MIRACL是C库。 extern "C" { #include "miracl.h" #include "mirdef.h" } #pragma comment( lib, "ms32.lib" )
上传时间: 2013-12-17
上传用户:liansi
WINDML中文字库生成程序,demo版
上传时间: 2014-01-01
上传用户:源码3
应用Delphi开发的GPS程序。DSC(Data Service Center)用来接收和处理DTU发送过来的数据 本DSC DEMO包括三部分功能: 1、 作为数据服务中心的功能; 2、 注册功能; 3、 短信功能;
上传时间: 2013-12-12
上传用户:李彦东
Stantor is a Domotic project. It is a SCADA for the computer interface board K8055 (USB bus), K8000 (I2C bus) , X10 modules and also Webcam. It uses Browser WEB, I-mode and Wap2/Wap1, Apache,mySQL, PHP, javascript. It run with Linux 2.4 or 2.6 and XP
标签: interface computer Stantor Domotic
上传时间: 2013-12-18
上传用户:sevenbestfei
Dick Board Games是一个为QT, GTK和控制台提供的棋类游戏集(类似于tic-tac-toe),一行4个棋子,现在实现了tic-tac-toe。
标签: tic-tac-toe Board Games Dick
上传时间: 2015-03-26
上传用户:wff
Rf2401 receive/send c51 demo
上传时间: 2013-12-29
上传用户:ljmwh2000
A57C32在ADS1.2下的demo程序。
上传时间: 2015-03-27
上传用户:奇奇奔奔
将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,……,64依次填入一个8×8的方阵,输出之。
上传时间: 2015-03-27
上传用户:BOBOniu