-
双向冒泡排序,加符号标志位!大大减少了排序时间。
双向冒泡排序,加符号标志位!大大减少了排序时间。-Bidirectional Bubble Sort, plus symbols flag! Greatly reduces the sorting time.
- 2022-07-22 23:21:25下载
- 积分:1
-
软件无线电技术及其在宽带移动通信WiMAX中的应用
软件无线电技术及其在宽带移动通信WiMAX中的应用-software radio technology in broadband and mobile communications in the application of WiMAX
- 2022-01-21 03:48:09下载
- 积分:1
-
Operating
System.从事嵌入式的人至少须掌握一个嵌入式操作系统(当然掌握两个更好),这在嵌入式的所有技术中是最为关键的了。目前最重要的RTO...
Operating
System.从事嵌入式的人至少须掌握一个嵌入式操作系统(当然掌握两个更好),这在嵌入式的所有技术中是最为关键的了。目前最重要的RTOS主要包括:
-Operating System. Embedded in the people required to master at least one embedded operating system EC (2 better grasp of course), all in Embedded technology is the most critical. The most important RTOS include :
- 2023-07-02 20:35:03下载
- 积分:1
-
h.264标准导读, h.264标准导读
h.264标准导读, h.264标准导读-h.264 standard navigation, navigation h.264 standard, the standard h.264 Guide, h.264 standard navigation, h.264 standard REVIEW
- 2022-09-09 11:55:03下载
- 积分:1
-
文章介绍了利用新研制的KBD7煤岩电磁辐射连续监测系统,实现了华丰煤矿煤岩电磁辐射的连续监测,并用于冲击矿压的预测、预报。...
文章介绍了利用新研制的KBD7煤岩电磁辐射连续监测系统,实现了华丰煤矿煤岩电磁辐射的连续监测,并用于冲击矿压的预测、预报。-article describes the use of the newly developed KBD7 coal and rock electromagnetic radiation continuous monitoring system that the Owen coal mine rock electromagnetic radiation, continuous monitoring, and for the rockburst prediction.
- 2023-04-29 20:55:02下载
- 积分:1
-
这是一篇有限自动机的文章,这篇文章对计算机的发展起到了巨大的推动作用...
这是一篇有限自动机的文章,这篇文章对计算机的发展起到了巨大的推动作用-This is a finite automaton of the article, the development of the computer has played a great role in promoting
- 2022-05-31 12:57:56下载
- 积分:1
-
直接下在使用
直接下在使用- Direct under is using
- 2023-05-03 02:10:03下载
- 积分:1
-
亲爱的同学们,天下没有不散的筵席,既然分别不可以避免,那就让我们把满腔的思念托付给明朝重逢的喜悦吧!...
亲爱的同学们,天下没有不散的筵席,既然分别不可以避免,那就让我们把满腔的思念托付给明朝重逢的喜悦吧!-Dear students, the world did not leave the banquet, since the difference can be avoided. then let us turn entrusted to miss the joy of reuniting Ming!
- 2023-09-06 09:15:03下载
- 积分:1
-
- 2023-04-04 18:20:04下载
- 积分:1
-
classic procedures hundred cases == 1
经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("
") for(i=1 i
- 2022-05-24 10:08:08下载
- 积分:1