资源列表

« 1 2 ... .37 .38 .39 .40 .41 212842.43 .44 .45 .46 .47 ... 216384 »

[通讯/手机编程reduest_manipulator_property

说明:一个非常详细的Modbus协议通讯规约,中文版的,摘自超星某书籍()
<Otieicd> 在 2025-07-13 上传 | 大小:1.23mb | 下载:0

[其他小程序KmeansApplication

说明:分类(classification)
<东东西西> 在 2025-07-13 上传 | 大小:3.79mb | 下载:0

[其他小程序IWR1443资料

说明:Ti mmwave 单芯片雷达开发指南,以及芯片指导手册(Ti mmwave A guide to the development of single chip radar)
<yin_shuang> 在 2025-07-13 上传 | 大小:16.27mb | 下载:0

[matlab例程98732963pi_4_DQPSK

说明:这是一个非常完整的pi/4dqpsk 调制解调的matlab仿真,给出了各个阶段的波形图,并且分析了在高斯信道下面的误码率,以及星座图和功率谱(This is a very complete matlab simulation of pi/4dqpsk modulation and demodulation. The waveform diagram of each stage is given, and the bit error rate under Gao Si channel, cons
<随便一个名字> 在 2025-07-13 上传 | 大小:88kb | 下载:0

[VHDL编程CHAP4

说明:a simple counter code in vhdl
<Tabbie> 在 2025-07-13 上传 | 大小:1.18mb | 下载:0

[Windows编程56463423

说明:串口通讯,c#写的,很有参考价值,大家不妨可以参考()
<Otieicd> 在 2025-07-13 上传 | 大小:65kb | 下载:0

[加密解密AESUtil

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

[android开发inrtantiationsolvelayer

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

[系统编程42032743

说明:介绍了10种滤波器的原理及其软件实现过程,()
<Dfrldne> 在 2025-07-13 上传 | 大小: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-07-13 上传 | 大小:1kb | 下载:0
« 1 2 ... .37 .38 .39 .40 .41 212842.43 .44 .45 .46 .47 ... 216384 »

源码中国 www.ymcn.org