登录
首页 » Java » hce-framework

hce-framework

于 2016-03-11 发布 文件大小:3091KB
0 192
下载积分: 1 下载次数: 15

代码说明:

  模拟IC卡,javacard模拟的基础框架,javacard hce framework(javacard hce framework)

文件列表:

hce-framework
.............\.classpath,832,2016-03-01
.............\.gitignore,67,2013-08-15
.............\.project,816,2013-08-15
.............\AndroidManifest.xml,474,2013-08-15
.............\assets
.............\bin
.............\...\AndroidManifest.xml,474,2016-03-07
.............\...\classes
.............\...\.......\org
.............\...\.......\...\kevinvalk
.............\...\.......\...\.........\hce
.............\...\.......\...\.........\...\framework
.............\...\.......\...\.........\...\.........\apdu
.............\...\.......\...\.........\...\.........\....\Apdu.class,695,2016-03-07
.............\...\.......\...\.........\...\.........\....\CommandApdu.class,2352,2016-03-07
.............\...\.......\...\.........\...\.........\....\ResponseApdu.class,1958,2016-03-07
.............\...\.......\...\.........\...\.........\Applet.class,1536,2016-03-07
.............\...\.......\...\.........\...\.........\AppletThread.class,3725,2016-03-07
.............\...\.......\...\.........\...\.........\BuildConfig.class,363,2016-03-07
.............\...\.......\...\.........\...\.........\Do87$Type.class,1365,2016-03-07
.............\...\.......\...\.........\...\.........\Do87.class,2029,2016-03-07
.............\...\.......\...\.........\...\.........\Do8e.class,952,2016-03-07
.............\...\.......\...\.........\...\.........\HceFramework.class,3123,2016-03-07
.............\...\.......\...\.........\...\.........\Iso7816.class,1960,2016-03-07
.............\...\.......\...\.........\...\.........\IsoException.class,688,2016-03-07
.............\...\.......\...\.........\...\.........\R$attr.class,367,2016-03-07
.............\...\.......\...\.........\...\.........\R$drawable.class,483,2016-03-07
.............\...\.......\...\.........\...\.........\R$string.class,474,2016-03-07
.............\...\.......\...\.........\...\.........\R$style.class,518,2016-03-07
.............\...\.......\...\.........\...\.........\R.class,541,2016-03-07
.............\...\.......\...\.........\...\.........\TagWrapper.class,4174,2016-03-07
.............\...\.......\...\.........\...\.........\Util.class,2901,2016-03-07
.............\...\hce-framework.jar,16167,2016-03-07
.............\...\jarlist.cache,120,2016-03-07
.............\...\R.txt,135,2016-03-07
.............\...\res
.............\...\...\crunch
.............\...\...\......\drawable-hdpi

.............\...\...\......\drawable-mdpi

.............\...\...\......\drawable-xhdpi

.............\gen
.............\...\org
.............\...\...\kevinvalk
.............\...\...\.........\hce
.............\...\...\.........\...\framework
.............\...\...\.........\...\.........\BuildConfig.java,169,2016-03-03
.............\...\...\.........\...\.........\R.java,1604,2016-03-07
.............\libs
.............\....\android-support-v4.jar,393154,2013-08-15
.............\....\javastruct-0.1.jar,19974,2013-08-15
.............\....\sc-light-jdk15on-1.47.0.2.jar,1482715,2013-08-15
.............\....\scpkix-jdk15on-1.47.0.2.jar,601103,2013-08-15
.............\....\scprov-jdk15on-1.47.0.2.jar,987827,2013-08-15
.............\proguard-project.txt,781,2013-08-15
.............\project.properties,584,2016-03-03
.............\README.md,0,2013-08-15
.............\res
.............\...\drawable-hdpi

.............\...\drawable-ldpi
.............\...\drawable-mdpi

.............\...\drawable-xhdpi

.............\...\layout
.............\...\values
.............\...\......\strings.xml,89,2013-08-15
.............\...\......\styles.xml,679,2013-08-15
.............\...\values-v11
.............\...\..........\styles.xml,323,2013-08-15
.............\...\values-v14
.............\...\..........\styles.xml,380,2013-08-15
.............\src
.............\...\org
.............\...\...\kevinvalk
.............\...\...\.........\hce
.............\...\...\.........\...\framework
.............\...\...\.........\...\.........\apdu
.............\...\...\.........\...\.........\....\Apdu.java,417,2013-08-15
.............\...\...\.........\...\.........\....\CommandApdu.java,2597,2013-08-15
.............\...\...\.........\...\.........\....\ResponseApdu.java,1473,2013-08-15
.............\...\...\.........\...\.........\Applet.java,1358,2013-08-15
.............\...\...\.........\...\.........\AppletThread.java,2709,2013-08-15
.............\...\...\.........\...\.........\Do87.java,1465,2013-08-15
.............\...\...\.........\...\.........\Do8e.java,639,2013-08-15
.............\...\...\.........\...\.........\HceFramework.java,2940,2013-08-15
.............\...\...\.........\...\.........\Iso7816.java,4574,2013-08-15
.............\...\...\.........\...\.........\IsoException.java,433,2013-08-15
.............\...\...\.........\...\.........\TagWrapper.java,5007,2013-08-15
.............\...\...\.........\...\.........\Util.java,2422,2013-08-15

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

发表评论

0 个回复

  • Exe4_2
    2.设计一个简单的课程管理系统(CourseManager)。主要功能包括: (1)课程信息的录入。主要包括:课程号(no)、课程名(name)、学分(grade)等; (2)课程信息的查询。根据课程号、课程名和学分等查询课程的信息。注意:查询结果可能不唯一。 (3)课程信息的修改。根据课程号查询到指定课程的信息,再用新的内容替换。 (4)课程信息的删除。根据课程号删除指定课程的信息。 设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_2包中。(2. Design a simple course management system (CourseManager). Key features include: (1) entry program information. Including: course number (no), course name (name), credits (grade) and the like (2) information about courses. Information based curriculum, course name and credit and other inquiries courses. Note: query results may not be unique. (3) Course modify information. Inquiry based curriculum to the specified courses, and then replaced with new content. (4) Delete course information. Remove a specified course of information based curriculum. Design, the use of hierarchical design method, the class is divided into the interface layer (ui), the functional layer (business) and persistence (persistence) 3 layers in different sub-packages. The system code in the exe4_2 package.)
    2020-12-09 21:29:20下载
    积分:1
  • chapter03
    java语音程序设计第8版Chapter03部分答案(java programming Voice Version 8 Chapter03 part of the answer)
    2014-05-11 14:25:31下载
    积分:1
  • rfc7033.tar
    Plain text version of RFC 7033 describing the WebFinger protocol.
    2014-06-29 12:20:09下载
    积分:1
  • terminal
    残疾人代码,手机定位,一键呼救应用程序,对残疾人的生活起到了很大的作用(Disabled code, mobile positioning, a key application for help)
    2013-07-05 20:33:43下载
    积分:1
  • vbnet
    说明:  This folder contains the code specific to the VB.NET plugin for SonarQube. To get more information please read the repository main [README](../README.md).
    2020-06-20 20:40:01下载
    积分:1
  • card2
    扑克牌,包含大小王,实现发牌,出牌等功能的java(Playing cards, containing the size of the king, the licensing, the cards feature java)
    2013-04-10 21:25:41下载
    积分:1
  • LHS
    拉丁超立方抽样试验设计程序:输入多维变量样本和所需组数,输出基于拉丁超立方抽样方法的实验设计结果(LHS test design program:input the multidimensional variable samples and the number set, output the design of experiment results based on Latin hypercube sampling method)
    2016-04-07 15:32:34下载
    积分:1
  • wEBcORPUS
    Web Corpus extends Multi Source Corpus Source Code for Andriod.
    2014-01-13 19:29:05下载
    积分:1
  • Myquants.java
    Myquant套利源代码,下单源代码,java语言(Myquant arbitrage source code ,order,trading ,use java language)
    2012-01-15 01:33:40下载
    积分:1
  • Currency
    This class represents a currency as identified in the ISO 4217 currency codes.
    2013-12-19 11:08:51下载
    积分:1
  • 696516资源总数
  • 106641会员总数
  • 4今日下载