-
DSP的例子,编译环境CCS,TMS320C54X线设备。tim320c5402 /…
dsp范例,在ccs环境下编译,tms320c54x系器件。tim320c5402/5410/5416/5420/5-dsp example, the compiler environment ccs, tms320c54x line devices. Tim320c5402/5410/5416/5420/5
- 2023-08-25 02:25:04下载
- 积分:1
-
按钮控件
CButton-derived control to help with using groups
- 2022-03-02 21:05:31下载
- 积分:1
-
这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC...
这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1,
应用举例为ITU G704
-This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X) = X-1 X4, applications for the ITU G704
- 2022-02-05 09:33:20下载
- 积分:1
-
ASP website invasion tool ASP website invasion tool ASP website invasion Tools A...
ASP网站入侵工具 ASP网站入侵工具 ASP网站入侵工具 -ASP website invasion tool ASP website invasion tool ASP website invasion Tools ASP website invasion tool ASP website invasion tool ASP website invasion ASP network tools Point tools invasion invasion ASP website tools
- 2022-04-13 00:02:59下载
- 积分:1
-
一个自动停靠的对话框,非常方便实用的使用。
一个自动停靠的对话框,非常方便实用的使用。-An automatic stop of the dialog box, very convenient and practical use.
- 2022-06-30 08:26:35下载
- 积分:1
-
一个好类是OutLook左边界面的程序
一个好类是OutLook左边界面的程序-a good left is the RAM interface procedures
- 2022-09-02 14:25:03下载
- 积分:1
-
The personnel management system
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-09 18:57:06下载
- 积分:1
-
DCT使用DCT
DCT使用DCT
- 2023-01-11 15:10:04下载
- 积分:1
-
数组文件读取器
包 com.mkyong.io ;导入 java.io.BufferedReader ;导入 java.io.FileReader ;导入 java.io.IOException ;公共类 BufferedReaderExample {公共静态 void 主要 (字符串 [] args) {体 br = null ; 试着 {字符串 sCurrentLine; br = 新体 (新 FileReader("C:testing.txt")); 同时 ((sCurrentLine = br.readLine()) ! = null) {System.out.println(sCurrentLine) ;}} 赶上 (抛出 e) {e.printStackTrace() ;} 最后 {尝试 {如果 (br ! = null)br.close() ;} 赶上 (ex 时抛出) {ex.printStackTrace() ;}}}}
- 2023-05-01 16:05:04下载
- 积分:1
-
选择排序是一种比较优化的排序,它定义的k意义在于表示一次循环后找到的最小(大)值的位置,然后让第i个(第几次循环就是第几个)植交换,这样在第一轮循环中就把最小(...
选择排序是一种比较优化的排序,它定义的k意义在于表示一次循环后找到的最小(大)值的位置,然后让第i个(第几次循环就是第几个)植交换,这样在第一轮循环中就把最小(大)的值换到了最前面,如果只用i,j 的话,就没有办法找出待排序数据中的最值了
比较排序也叫冒泡排序,就是把相邻的数据比较交换,因为其把小的数字从后面往前慢慢移动,感觉象水泡上升一样,所以叫冒泡排序法.
如过你还没理解,留言~-SELECTION SORT is a more optimal sequencing, its definition of k significance lies in a circle said they find the smallest (large) value of the location, i then allow the first (the first cycle was the first several several) plant exchange, this cycle in the first round put the smallest (CUHK) for the value of the front, if only i, j, then there is no way to identify sequencing data to be the most value compared sequencing is also called Bubble Sort. adjacent is to the comparison of data exchange, because of their small numbers from the back slowly moving forward, Soak up feeling like the same, so called Bubble Sort law. No off if you understand that message ~
- 2022-12-28 03:55:04下载
- 积分:1