-
编程语言
Linux下C语言编程--时间概念,包括时间表示,时间测量,计时器的使用三部分内容。仅供参考。-Linux C programming language-- the concept of time, including time, time measurement, the use of timer three parts. For reference purposes only.
- 2022-05-30 01:53:14下载
- 积分:1
-
ARM S3C2410A的GPS代码
arm s3c2410a下实现的GPS程序代码-arm s3c2410a GPS code
- 2023-03-18 23:55:03下载
- 积分:1
-
开源网络爬虫程序,大家好好学习!C++实现
开源网络爬虫程序,大家好好学习!C++实现-Open source network reptiles procedures, study hard everyone! C++ Realize
- 2022-04-10 17:13:54下载
- 积分:1
-
周立功
ZLG-GUI源代码完整版12-FONT8_8.c-ZLG-GUI source code full version of 12-FONT8_8.c
- 2022-01-26 05:17:49下载
- 积分:1
-
Must be an operating system as its hardware system based on close co
一个操作系统必须和作为它的基础的硬件系统紧密配合。操作系统需要使用一些只有硬件才能提供的功能。为了完整的了解 Linux ,你需要了解底层硬件的基础知识。-Must be an operating system as its hardware system based on close co-operation. Operating system only need to use some of the functions of the hardware can provide. In order to complete understanding of Linux, you need to know basic knowledge of the underlying hardware.
- 2022-01-31 11:14:17下载
- 积分:1
-
2440 例子程序,绝对测试过,可以拿来直接使用,或者直接编译,只是没有ADC的例子,那位好心的GG给我发一个,lksoft@163.com...
2440 例子程序,绝对测试过,可以拿来直接使用,或者直接编译,只是没有ADC的例子,那位好心的GG给我发一个,lksoft@163.com-2440 examples of procedures, the absolute test that can be used to direct the use of, or direct the compiler, but there is no ADC example, this well-intentioned GG sent me one, lksoft@163.com
- 2022-10-02 20:50:03下载
- 积分:1
-
This is a very useful hieroglyphics used linux, linux can give the beginner or a...
这是一个非常有用的象形文字用linux,linux可以给初学者或高级用户,供学习或参考!
- 2022-03-06 08:56:23下载
- 积分:1
-
UNIX 上如何实现curse编程,提供了菜单完全配置化的API,支持多级菜单。...
UNIX 上如何实现curse编程,提供了菜单完全配置化的API,支持多级菜单。-How to curse on a UNIX program, providing complete configuration menu-oriented API, support for multi-level menus.
- 2023-05-05 05:25:03下载
- 积分:1
-
linux的串口设置文件,包含h和cpp文件。
linux的串口设置文件,包含h和cpp文件。-linux serial port setup code:.h,.cpp
- 2022-06-01 01:21:07下载
- 积分:1
-
读者―写者问题的读写操作限制(包括读者优先和写者优先):
1)写―写互斥,即不能有两个写者同时进行写操作。
2)读―写互斥,即不能同时有一个线程在读,而...
读者―写者问题的读写操作限制(包括读者优先和写者优先):
1)写―写互斥,即不能有两个写者同时进行写操作。
2)读―写互斥,即不能同时有一个线程在读,而另一个线程在写。
3)读―读允许,即可以有一个或多个读者在读。
-readers-the problem was the restrictions on reading and writing operations (including readers wrote priority and priority) : 1) write-write mutex, and that is not written there were two parallel write. 2) read-write exclusive, and that is not also a thread reading, and writing in another thread. 3) Reading-time permitting, there may be one or more readers in Reading.
- 2022-05-20 17:11:31下载
- 积分:1