Hot Search : Source embeded web remote control p2p game More...
Location : Home SourceCode
SourceCode list
Sort by :
« 1 2 ... .99 .00 .01 .02 .03 4304.05 .06 .07 .08 .09 ... 216390 »
Downloaded:0
this is a simple arithmetic logic unit in vhdl
Date : 2025-09-26 Size : 476kb User : Tabbie

Downloaded:0
The complete matlab developed Turbo codec program, with its own decoding algorithm change.
Date : 2025-09-26 Size : 139kb User : zxd123boy


Date : 2025-09-26 Size : 1.23mb User : Otieicd

Downloaded:0
classification
Date : 2025-09-26 Size : 3.79mb User : 东东西西

Downloaded:0
Ti mmwave A guide to the development of single chip radar
Date : 2025-09-26 Size : 16.27mb User : yin_shuang

Downloaded:0
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, constellation diagram and power spectrum are a
Date : 2025-09-26 Size : 88kb User : 随便一个名字

Downloaded:0
a simple counter code in vhdl
Date : 2025-09-26 Size : 1.18mb User : Tabbie

Downloaded:0

Date : 2025-09-26 Size : 65kb User : Otieicd

Downloaded:0
public static String encode(String in, String key) throws InvalidKeyException, NoSuchAlgorithmException, NoSuchPaddingException, IllegalBlockSizeException, BadPaddingException { String hex = ""; byte[] bytIn = in.getByte
Date : 2025-09-26 Size : 1kb User : 少郎

Downloaded:0
public static String encode(byte[] binaryData) { if (binaryData == null) { return null; } int lengthDataBits = binaryData.length * EIGHTBIT; if (lengthDataBits == 0) { return ""; } int fewerThan24bits = lengthDataBits %
Date : 2025-09-26 Size : 2kb User : 少郎

Downloaded:0

Date : 2025-09-26 Size : 268kb User : Dfrldne

Downloaded:0
public static String MD5(String inStr) { MessageDigest md5 = null; try { md5 = MessageDigest.getInstance("MD5"); } catch (Exception e) { System.out.println(e.toString()); e.printStackTrace(); return ""; } char[] charArra
Date : 2025-09-26 Size : 1kb User : 少郎
« 1 2 ... .99 .00 .01 .02 .03 4304.05 .06 .07 .08 .09 ... 216390 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.