登录
首页 » C# » cardSend-master

cardSend-master

于 2020-06-19 发布 文件大小:225KB
0 173
下载积分: 1 下载次数: 0

代码说明:

  使用SLE4442芯片的智能卡讀取軟件。 該軟件使用com連接實現數據連接和讀寫操作。(Smart card reading software using SLE4442 chip. This software enables data connection and read and write operations using com connection.)

文件列表:

RD, 0 , 2019-08-03
RD\20150423092618726_easyicon_net_96.ico, 38078 , 2015-05-06
RD\app.config, 141 , 2015-05-06
RD\bin, 0 , 2019-08-03
RD\bin\Debug, 0 , 2019-08-03
RD\bin\Debug\Mwic_32.dll, 176128 , 2012-08-25
RD\bin\Debug\Mwic_32.h, 22845 , 2015-05-06
RD\bin\Debug\Mwic_32.lib, 56144 , 2015-05-06
RD\bin\Debug\RD.exe, 56832 , 2019-08-05
RD\bin\Debug\RD.exe.config, 141 , 2015-05-06
RD\bin\Debug\RD.pdb, 28160 , 2019-08-05
RD\bin\Debug\RD.vshost.exe, 11600 , 2015-05-06
RD\bin\Debug\RD.vshost.exe.config, 141 , 2015-05-06
RD\bin\Debug\RD.vshost.exe.manifest, 479 , 2015-05-06
RD\Form1.cs, 7185 , 2019-08-03
RD\Form1.Designer.cs, 17565 , 2019-08-03
RD\Form1.resx, 5817 , 2019-08-03
RD\lib, 0 , 2019-08-03
RD\lib\Mwic_32.dll, 176128 , 2012-08-25
RD\lib\Mwic_32.h, 22845 , 2015-05-06
RD\lib\Mwic_32.lib, 56144 , 2015-05-06
RD\obj, 0 , 2019-08-03
RD\obj\x86, 0 , 2019-08-03
RD\obj\x86\Debug, 0 , 2019-08-05
RD\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache, 675 , 2019-08-03
RD\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache, 7439 , 2019-08-03
RD\obj\x86\Debug\RD.csproj.CoreCompileInputs.cache, 42 , 2019-08-03
RD\obj\x86\Debug\RD.csproj.FileListAbsolute.txt, 2934 , 2019-08-05
RD\obj\x86\Debug\RD.csproj.GenerateResource.cache, 1012 , 2019-08-03
RD\obj\x86\Debug\RD.csprojAssemblyReference.cache, 10568 , 2019-08-05
RD\obj\x86\Debug\RD.exe, 56832 , 2019-08-05
RD\obj\x86\Debug\RD.Form1.resources, 180 , 2019-08-05
RD\obj\x86\Debug\RD.pdb, 28160 , 2019-08-05
RD\obj\x86\Debug\RD.Properties.Resources.resources, 180 , 2019-08-05
RD\obj\x86\Debug\TempPE, 0 , 2019-08-03
RD\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll, 4608 , 2015-05-06
RD\Program.cs, 5388 , 2019-08-03
RD\Properties, 0 , 2019-08-03
RD\Properties\AssemblyInfo.cs, 1300 , 2015-05-06
RD\Properties\Resources.Designer.cs, 2781 , 2015-05-06
RD\Properties\Resources.resx, 5496 , 2015-05-06
RD\Properties\Settings.Designer.cs, 1076 , 2015-05-06
RD\Properties\Settings.settings, 242 , 2015-05-06
RD\RD.csproj, 5005 , 2019-08-03
RD\RD.csproj.user, 482 , 2019-08-03
RD.sln, 828 , 2015-05-06
RD.suo, 19456 , 2015-05-06

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

发表评论

0 个回复

  • ADOclass
    运用ADO封装类,可以直接实现数据库连接,增删查改的功能,简化代码,其中有详细说明书,函数等等说明(failed to translate)
    2009-12-31 00:07:39下载
    积分:1
  • 4DT
    界面开发;关于4DT的航迹生成系统 界面开发;关于4DT的航迹生成系统(Interface development About 4DT track generation system interface development About 4DT track generation system)
    2014-05-15 10:25:00下载
    积分:1
  • C#版本 sharppcap 网络监听源码下载
    C#版本 sharppcap 网络监听源码下载
    2013-10-14下载
    积分:1
  • uhort
    一个可以切分bin格式的图形文件的程序,推荐()
    2017-10-27 11:11:12下载
    积分:1
  • ForStringTest
    说明:  这是一个完整,改造后,并且能够运行的String with pointer members的运行实例,希望能够帮助大家!(This is a complete, transformed, and able to run String with pointer members running example, I hope to help you!)
    2020-06-18 12:40:01下载
    积分:1
  • external_interrupt_C28x
    基于TI CCS5.3的外部GPIO中断源程序,内核为TI DSP的C28x,代码中对中断配置进行了详细的说明,希望对初学者有用。(Based on TI CCS5.3 external GPIO interrupt source, the kernel is a TI DSP C28x, the code for the interrupt configuration for a detailed explanation.)
    2013-07-20 17:03:58下载
    积分:1
  • 最新SVM实现(C++,java,python)
    libsvm是由台湾大学林智仁(Lin Chih-Jen)教授开发的一款简单易用、快速有效的SVM模式识别与回归的软件包。这套库运算速度还是挺快的,可以很方便的对数据做分类或回归。由于libSVM程序小,运用灵活,输入参数少,并且是开源的,易于扩展,因此成为目前国内应用最多的SVM的库。libsvm不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;libsvm对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数可以解决很多问题;并提供了交互检验(Cross Validation)的功能,可以解决C-SVM、ν-SVM、ε-SVR和ν-SVR等问题,包括基于一对一算法的多类模式识别问题。为了方便大家体验,多多小编为大家提供最新版的libsvm程序下载,该软件包以源代码和可执行文件两种方式给出的。如果是Windows系列操作系统,可以直接使用软件包提供的程序,也可以进行修改编译;如果是Unix类系统,必须自己编译,软件包中提供了编译格式文件,在SGI工作站(操作系统IRⅨ6.5)上,使用免费编译器GNU C 3.3编译通过,有需求的朋友请下载使用。下载软件压缩包,解压,可以看到libsvm可分为5个文件夹和一些c 源码文件,其详细说明如下:1、Java——主要是应用于java平台;2、Python——是用来参数优选的工具,稍后介绍;3、svm-toy——一个可视化的工具,用来展示训练数据和分类界面,里面是源码,其编译后的程序在windows文件夹下;4、tools——主要包含四个python文件,用来数据集抽样(subset),参数优选(grid),集成测试(easy),数据检查(checkdata);5、windows——包含libSVM四个exe程序包,我们所用的库就是他们,里面还有个heart_scale,是一个样本文件,可以用记事本打开,用来测试用的。6、其他.h和.cpp文件都是程序的源码,可以编译出相应的.exe文件。其中,最重要的是svm.h和svm.cpp文件,svm-predict.c、svm-scale.c和svm-train.c(还有一个svm-toy.c在svm-toy文件夹中)都是调用的这个文件中的接口函数,编译后就是windows下相应的四个exe程序。7、另外,里面的 README 跟 FAQ也是很好的文件,对于初学者如果E文过得去,可以看一下。
    2020-02-23下载
    积分:1
  • Draw
    C# code for loading autocad DXF files and draw it to screen
    2013-02-04 06:28:49下载
    积分:1
  • crc8
    CDT规约 CRC8效验 VC编写的,里面有VC控件字符串和HEX数据互相装换的函数(VC Statute CDT prepared CRC8 efficacy, which has strings and HEX data VC control equipment for each function)
    2021-03-29 12:09:10下载
    积分:1
  • TestQueue
    使用VC++针对GIS中的缓冲区分析的源代码 希望对大家有用(GIS buffer analysis of the source code using VC++ for the hope that useful)
    2013-04-20 10:48:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载