搜索资源列表
Demo
- 号码分配过程中,用如下格式表示已经分配的号码:a1-b1,a2-b2, ... ,ai-bi, ... ,an-bn,其中ai-bi表示一段连续号码,ai代表起始号码,bi代表结束号码,简称号码段。 例如: 12-30,40-50,100-200 表示12到30号,40到50号,100到200号已经分配。 号码段之间用“,”分隔,号码段起止号码用“-”连接。 给定字符串s1,代表已经分配的号码,格式如上; s2代表将要分配的号码,格式为a1-b1,即一个号码段。 编写
pcsctest
- pcsc linux下的服务程序和api接口 移植到android下使用 接口调用方式与在windows下类似。 包括jni源码和简单的调用demo(The service program under the PCSC Linux and the API interface are ported to Android, and the interface invocation is similar to that under the windows. Including JNI source c