资源列表

排序选择:

« 1 2 ... .99 .00 .01 .02 .03 262404.05 .06 .07 .08 .09 ... 267458 »

[加密解密AESUtil

说明:public static String encode(String in, String key) throws InvalidKeyException, NoSuchAlgorithmException, NoSuchPaddingException, IllegalBlockSizeException, BadPaddingException { String hex = ""; byte[] bytIn = in.getBytes(
<少郎> 在 2025-09-25 上传 | 大小:1kb | 下载:0

[其他小程序Base64

说明:public static String encode(byte[] binaryData) { if (binaryData == null) { return null; } int lengthDataBits = binaryData.length * EIGHTBIT; if (lengthDataBits == 0) { return "&qu
<少郎> 在 2025-09-25 上传 | 大小:2kb | 下载:0

[android开发inrtantiationsolvelayer

说明:中国移动位置业务Le Ls接口技术规范,详细规范,()
<Dfrldne> 在 2025-09-25 上传 | 大小:268kb | 下载:0

[加密解密MD5

说明:public static String MD5(String inStr) { MessageDigest md5 = null; try { md5 = MessageDigest.getInstance("MD5"); } catch (Exception e) { System.out.println(e.toString()); e.p
<少郎> 在 2025-09-25 上传 | 大小:1kb | 下载:0

[系统编程42032743

说明:介绍了10种滤波器的原理及其软件实现过程,()
<Dfrldne> 在 2025-09-25 上传 | 大小:4kb | 下载:0

[其他小程序ReadTxt

说明:public static void main(String[] args) { //File file = new File("d:\\shaolang.txt"); //ReadTxt(file); File file = new File("d:\\ip端口数据.txt"); List list_Content = new ArrayList(); list_C
<少郎> 在 2025-09-25 上传 | 大小:1kb | 下载:0

[JSP源码/Java5ac0df0f5aa8d

说明:登录界面模板(jquery plugs-in)
<tchennech> 在 2025-09-25 上传 | 大小:131kb | 下载:0

[android开发android

说明:You can download the latest version of Java from Oracle's Java website: JDKJava SE. Find the installation documentation for JDK in the downloaded files, install and configure the settings according to the given instructions. Finally, PATH and JAVA_HO
<葛优躺> 在 2025-09-25 上传 | 大小:1kb | 下载:0

[WEB源码WWW

说明:校园通讯录管理系统是为了方便单位内部随时随地查询通讯信息而制作,用户可在手机端实时查看人员联系方式,拨打电话等全面提高了内部沟通效率。(english of school example)
<一云烟> 在 2025-09-25 上传 | 大小:3.43mb | 下载:0

[通讯/手机编程308709

说明:介绍MODBUS协议 入门资料 具参考价值()
<Irisbcmi> 在 2025-09-25 上传 | 大小:202kb | 下载:0

[系统编程92937612

说明:使用libfbx显示点阵汉字,具有易懂,快速入门的特点()
<Irisbcmi> 在 2025-09-25 上传 | 大小:4kb | 下载:0

[其他小程序易语言简单注册热键

说明:易语言实现简单注册热键的代码,以F1热键为例子,可以举一反三,添加其他热键也是一样的代码,适合新学易语言的新手,注册热键一般多用于网络游戏的热键功能。(Easy language to realize the simple registration of hot key code, with the F1 hot key as an example, can be an example, add other hot keys are the same code, suitable for new
<蔚蓝空> 在 2025-09-25 上传 | 大小:237kb | 下载:0
« 1 2 ... .99 .00 .01 .02 .03 262404.05 .06 .07 .08 .09 ... 267458 »

源码中国 www.ymcn.org