-
213f
213f
- 2022-09-10 13:50:07下载
- 积分:1
-
个人收集的读写SD卡FAT文件系统的代码,都是极其经典的,有些是付费买来的,给苦苦寻觅的朋友一起打包下载了。
非常精简,非常经典,适合做嵌入式系统应用,如M...
个人收集的读写SD卡FAT文件系统的代码,都是极其经典的,有些是付费买来的,给苦苦寻觅的朋友一起打包下载了。
非常精简,非常经典,适合做嵌入式系统应用,如MP3播放,bootloader加载等等!-Personal collection of read and write SD Card FAT file system code, are very classic, and some are purchased to pay for hard to find friends with packing downloaded. Very concise, very classic, suitable for embedded system applications, such as MP3 players, bootloader to load and so on!
- 2023-06-11 02:45:03下载
- 积分:1
-
linux program code complete source code. there is lots of good example, useful t...
< linux_c程序设计代码大全〉〉源码,书中例子很好,LINUX编程不可多得的好东西-linux program code complete source code. there is lots of good example, useful to linux programmer.
- 2022-01-31 00:58:13下载
- 积分:1
-
一个巴西大学编写的2D仿真组足球机器人程序
一个巴西大学编写的2D仿真组足球机器人程序-University prepared a Brazilian group 2D simulation robot soccer program
- 2022-02-19 22:41:47下载
- 积分:1
-
在linux环境下,开发的对波形音频的录制与播放,简单清晰,适合初学者...
在linux环境下,开发的对波形音频的录制与播放,简单清晰,适合初学者-at linux env, develop wave record and play, easy learning
- 2022-04-08 10:58:50下载
- 积分:1
-
罗技qc摄像头的linux下驱动程序及引用程序
罗技qc摄像头的linux下驱动程序及引用程序-Qc Logitech camera drivers under linux, and quoted procedure
- 2023-05-03 21:05:03下载
- 积分:1
-
linux下僵尸进程的回收
linux下僵尸进程的回收-zombie under the recovery process
- 2022-12-21 04:25:03下载
- 积分:1
-
在Linux下的服务器配置与管理,系统平台选用Redhat 9.0
在Linux下的服务器配置与管理,系统平台选用Redhat 9.0-Under the Linux server configuration and management, system platform selection Redhat 9.0
- 2022-02-16 10:08:28下载
- 积分:1
-
查看源代码的工具。可以查看某个函数的定义处,调用处等。...
查看源代码的工具。可以查看某个函数的定义处,调用处等。-View source tools. Can check for a certain function definition, calling Department.
- 2022-07-01 18:21:45下载
- 积分:1
-
multithreaded process as a multi
多线程程序作为一种多任务、并发的工作方式,有以下的优点:
1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。
2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。
3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,成为几个独立或半独立的运行部分,这样的程序会利于理解和修改。
-multithreaded process as a multi-task, complicated by the way, has the following advantages : 1) improve application response. This graphical interface is especially meaningful, when a very long time-consuming operation, the entire system will wait for the operation, this procedure will not respond to keyboard, mouse, the menu of operations, and the use of multithreading technology, long will be time-consuming operation (time consuming) under a new thread, avoided this embarrassing situation. 2) multi-CPU system more effective. When the operating system would ensure that not more than a few threads CPU number of different threads running on different CPUs. 3) to improve program structure. A long and complex
- 2023-06-23 05:00:03下载
- 积分:1