登录
首页 » C# » eps1knd_win

eps1knd_win

于 2008-06-23 发布 文件大小:11870KB
0 137
下载积分: 1 下载次数: 95

代码说明:

  epass1000nd 所有驱动程序!·(epass1000nd all drivers!)

文件列表:

Docs
....\ePass1000ND_C.pdf
....\License_en.rtf
....\License_zh-cn.rtf
....\readme.zh-cn.txt
PKI
...\Include
...\.......\csp
...\.......\...\csp_ft.h
...\.......\Import.h
...\.......\init_header.h
...\.......\NGSetup.h
...\.......\pkcs11
...\.......\......\cryptoki.h
...\.......\......\pkcs11.h
...\.......\......\pkcs11f.h
...\.......\......\pkcs11t.h
...\.......\readme.zh-cn.txt
...\Lib
...\...\ImportCertsDll.dll
...\...\ImportCertsDll.lib
...\...\init_eps1knd_hid.dll
...\...\init_eps1knd_hid.lib
...\...\msvcp60.dll
...\...\ngp11v211.dll
...\...\ngp11v211.lib
...\...\readme.zh-cn.txt
...\...\setup
...\...\.....\NGSetup.dat
...\...\.....\NGSetup.dll
...\...\.....\NGSetup.lib
...\...\.....\RegHidDevice.dll
...\readme.zh-cn.txt
...\Redist
...\......\cn
...\......\..\eps1knd_Chinese Simplified_std.exe
...\......\en
...\......\..\eps1knd_English_std.exe
...\......\ePassNgMgr_EndUser.exe
...\......\lang
...\......\....\ngmgr_1033.lng
...\......\....\ngmgr_2052.lng
...\......\readme.zh-cn.txt
...\Samples
...\.......\CryptoAPI
...\.......\.........\readme_zh-CN.txt
...\.......\.........\VC
...\.......\.........\..\CSPKeyTest
...\.......\.........\..\..........\CSPKeyTest.cpp
...\.......\.........\..\..........\CSPKeyTest.dsp
...\.......\.........\..\..........\DeriveKeyTest.cpp
...\.......\.........\..\..........\DeriveKeyTest.h
...\.......\.........\..\..........\generic.cpp
...\.......\.........\..\..........\generic.h
...\.......\.........\..\..........\Release
...\.......\.........\..\..........\.......\CSPKeyTest.exe
...\.......\.........\..\..........\RSA.cpp
...\.......\.........\..\..........\RSA.h
...\.......\.........\..\..........\StdAfx.cpp
...\.......\.........\..\..........\StdAfx.h
...\.......\.........\..\..........\SysKeyTest.cpp
...\.......\.........\..\..........\SysKeyTest.h
...\.......\.........\..\EncryptDecryptFile
...\.......\.........\..\..................\DecryptFile.cpp
...\.......\.........\..\..................\DecryptFile.dsp
...\.......\.........\..\..................\EncryptDecryptFile.dsw
...\.......\.........\..\..................\EncryptFile.cpp
...\.......\.........\..\..................\EncryptFile.dsp
...\.......\.........\..\..................\generic.cpp
...\.......\.........\..\..................\generic.h
...\.......\.........\..\..................\Release
...\.......\.........\..\..................\.......\DecryptFile.exe
...\.......\.........\..\..................\.......\EncryptFile.exe
...\.......\.........\..\EnumCerts
...\.......\.........\..\.........\EnumCerts.cpp
...\.......\.........\..\.........\EnumCerts.dsp
...\.......\.........\..\.........\Release
...\.......\.........\..\.........\.......\EnumCerts.exe
...\.......\.........\..\ImportSelfSignCert
...\.......\.........\..\..................\ImportSelfSignCert.cpp
...\.......\.........\..\..................\ImportSelfSignCert.dsp
...\.......\.........\..\..................\Release
...\.......\.........\..\..................\.......\ImportSelfSignCert.exe
...\.......\.........\..\..................\StdAfx.cpp
...\.......\.........\..\..................\StdAfx.h
...\.......\.........\..\readme_zh-CN.txt
...\.......\.........\..\SignatureVerifySignature
...\.......\.........\..\........................\Release
...\.......\.........\..\........................\.......\SignatureVerifySignature.exe
...\.......\.........\..\........................\SignatureVerifySignature.dsp
...\.......\.........\..\........................\SignVerifySign.cpp
...\.......\PKCS11
...\.......\......\readme_zh-CN.txt
...\.......\......\VC
...\.......\......\..\EnumObj
...\.......\......\..\.......\DlgUserPIN.cpp
...\.......\......\..\.......\DlgUserPIN.h
...\.......\......\..\.......\EnumObj.cpp
...\.......\......\..\.......\EnumObj.dsp
...\.......\......\..\.......\EnumObj.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 20171126235844JGZLY_C
    si4730驱动程序,这是一个调试完成的Si4730收音机芯片的驱动程序,程序中包含了HT1621 LCD芯片驱动及NV065A系列语音芯片驱动(Si4730 driver, this is a debugging completed Si4730 radio chip driver, the program contains the HT1621 LCD chip driver and NV065A series voice chip driver)
    2017-11-27 00:08:04下载
    积分:1
  • 心里评测系统
    说明:  一个课设项目,使用dev,利用c语言完成一个控制台的心里评测系统(A course project, using dev, using C language to complete a console psychological evaluation system)
    2020-02-28 18:10:36下载
    积分:1
  • YCArray
    说明:  /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
    2005-09-06 13:03:51下载
    积分:1
  • fenyou
    现有8升、5升、3升的容器各一个,均无任何度量标记,其中8升的容器装满油,其他两个为空。要求用上述容器倒来倒去,分成两份4升的油。(内附实验报告)(Existing eight liters, 5 liters, each a 3-liter container, no any measure mark, eight liter container filled with oil, the other two are empty. Requirements for the container shuffling back and forth, divided into two four liters of oil.)
    2015-11-15 17:54:53下载
    积分:1
  • prime
    输出用户输入的任意两个整数间的所有素数 输入的大小任意,输出按从小到大的顺序。 C++实现(Output user input between any two integers all prime numbers of arbitrary size of input and output according to the order from small to large. C++ implementation)
    2009-03-10 10:20:31下载
    积分:1
  • 2
    说明:  本次课程设计的任务是:针对学院的计算机系本科课程,根据课程之间的依赖关系,制定课程安排计划,并满足各学期课程数日大致相同。按照用户输入的课程数,学期数,课程间的先后关系数目以及课程间两两间的先后关系,程序执行后会给出每学期应学的课程。 (1) 输入的形式和输入值的范围:输入间用空格隔开。要求用户输入的课程数小于20,学期数小于或是等于8,课程名的长度小于等于10个字符。 (2) 程序所能达到的功能:按照用户的输入,给出每学期应学的课程。 (The task of curriculum design are: for the Institute of Computer Science undergraduate courses, according to the dependencies between programs to develop curriculum plans and meet a few days each semester or less the same. In accordance with the user to enter the course number, semester the number of the sequence of the relationship between the number of courses and course sequence of 22 inter-relationships, program execution is given after each semester should learn. (1) input in the form of and input value range: Enter the rooms separated by a space. Requires the user to enter the course number is less than 20, the number is less than or equal to 8 semester courses were less than or equal to the length of 10 characters. (2) program can achieve the function: In accordance with the user' s input, is given each semester to be science courses.)
    2009-12-25 00:18:04下载
    积分:1
  • 矩阵所有运算
    矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法(all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition and determinant value based on symmetry positive definite matrix, decomposition of singular value, decomposition of generalized inversal singular value, eigenvalue and eigenvector)
    2020-08-30 23:48:09下载
    积分:1
  • lab40-step_motor
    TI DSP28335经典的步进电机控制程序,带领你初步踏入DSP编程的大门(A classical of program of controlling step motor for TI DSP28335)
    2020-08-04 19:28:38下载
    积分:1
  • 使用DirectShow播放Mpeg等媒体类型
    说明:  使用DirectShow播放Mpeg等媒体类型 VC开发环境(use DirectShow broadcast media types such as MPEG VC Development Environment)
    2005-11-07 20:11:08下载
    积分:1
  • 有序表实现多项式相加
    【实例简介】
    2021-08-05 00:30:57下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载