-
Qt/Embedded Qtable example
Qt/Embedded Qtable example
- 2022-03-11 14:40:56下载
- 积分:1
-
host usb 主设备程序 支持sd卡 mouse keyboard 的最单单的驱动程序 gcc编译...
host usb 主设备程序 支持sd卡 mouse keyboard 的最单单的驱动程序 gcc编译-the main host usb device supports sd card mouse keyboard alone most of the gcc compiler driver
- 2022-08-19 17:17:46下载
- 积分:1
-
A simple shell with pipe have a try
A simple shell with pipe have a try
- 2022-01-27 12:54:37下载
- 积分:1
-
UNIX环境下利用高级IO技术实现非阻塞的输入/输出
UNIX环境下利用高级IO技术实现非阻塞的输入/输出-UNIX environment using high technology to achieve non-blocking IO input/output
- 2023-02-06 05:50:03下载
- 积分:1
-
Windows上的精简Linux系统
Windows上的精简Linux系统-Windows on the Linux system to streamline
- 2022-06-20 18:52:21下载
- 积分:1
-
Linux程序员的工作手册,没什么好说的! 学习Linux肯定需要的东西!...
Linux程序员的工作手册,没什么好说的! 学习Linux肯定需要的东西!-Linux programmers manual, and there is nothing more to be said! Linux certainly need to learn something!
- 2022-02-06 10:40:37下载
- 积分:1
-
linux下的ping源代码,用socket实现,只是学习Linux…
linux 下的ping源码,用socket实现,刚学linuxs socket编程的可以下载阅读。当然,你可以把该程序移植到嵌入式系统中。-ping source code under linux, using socket implementation, just learning linuxs socket programming can be downloaded to read. Of course, you can put this program ported to an embedded system.
- 2022-10-28 11:45:03下载
- 积分: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
-
在linux内核的系统上,编写程序。C语言基础。讲的东西很多,很详细。是嵌入式开发的入门秘笈...
在linux内核的系统上,编写程序。C语言基础。讲的东西很多,很详细。是嵌入式开发的入门秘笈-In the linux kernel system, programming. C language-based. Talking about something a lot of very detailed. Tips for Getting Started with embedded development
- 2022-06-17 23:41:16下载
- 积分:1
-
serial programming example in linux
这是一个串口通信程序Serial34我已经在Linux下编译调试通过-serial programming example in linux
- 2023-05-12 14:35:02下载
- 积分:1