资源列表
AESUtil
- public static String encode(String in, String key) throws InvalidKeyException, NoSuchAlgorithmException, NoSuchPaddingException, IllegalBlockSizeException, BadPaddingException { String hex = ""; byte[] bytIn = in.getBytes(
Base64
- public static String encode(byte[] binaryData) { if (binaryData == null) { return null; } int lengthDataBits = binaryData.length * EIGHTBIT; if (lengthDataBits == 0) { return "&qu
inrtantiationsolvelayer
- 中国移动位置业务Le Ls接口技术规范,详细规范,()
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
42032743
- 介绍了10种滤波器的原理及其软件实现过程,()
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
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
308709
- 介绍MODBUS协议 入门资料 具参考价值()
92937612
- 使用libfbx显示点阵汉字,具有易懂,快速入门的特点()
易语言简单注册热键
- 易语言实现简单注册热键的代码,以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
细菌觅食算法MATLAB实现
- 细菌觅食优化,基础优化算法,可用于matlab平台应用及进一步优化(Bacterial foraging optimization and basic optimization algorithm can be applied to Matlab platform and further optimization.)
tbfymdu
- 介绍了16PSK与16QAM调制的概念,分析了调制的频带利用率和误码性能仿真,总结了16QAM调制和16PSK调制的优缺点()
