资源列表

« 1 2 ... .02 .03 .04 .05 .06 4307.08 .09 .10 .11 .12 ... 216394 »

[加密解密AESUtil

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

[android开发inrtantiationsolvelayer

说明:中国移动位置业务Le Ls接口技术规范,详细规范,()
<Dfrldne> 在 2025-11-24 上传 | 大小: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-11-24 上传 | 大小:1kb | 下载:0

[系统编程42032743

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

[通讯/手机编程308709

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

[系统编程92937612

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

[matlab例程细菌觅食算法MATLAB实现

说明:细菌觅食优化,基础优化算法,可用于matlab平台应用及进一步优化(Bacterial foraging optimization and basic optimization algorithm can be applied to Matlab platform and further optimization.)
<郑帅> 在 2025-11-24 上传 | 大小:9kb | 下载:0

[通讯编程tbfymdu

说明:介绍了16PSK与16QAM调制的概念,分析了调制的频带利用率和误码性能仿真,总结了16QAM调制和16PSK调制的优缺点()
<stjang> 在 2025-11-24 上传 | 大小:10kb | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 4307.08 .09 .10 .11 .12 ... 216394 »

源码中国 www.ymcn.org