-
一个简单的美容院商品和顾客资料管理程序,用Qt写的。数据库使用的MySQL。...
一个简单的美容院商品和顾客资料管理程序,用Qt写的。数据库使用的MySQL。-A simple beauty salon products and customer data management procedures, written with Qt. Database used by MySQL.
- 2022-05-28 07:02:06下载
- 积分:1
-
Kernel is the heart of the system, run the program and management are as disk an...
内核是系统的心脏,是运行程序和管理像磁盘和打印机等硬件设备的核心程序。Linux是最受欢迎的自由电脑作业系统核心。它是一个用C语言写成,符合POSIX标准的类Unix作业系统。本程序是linux1.0的内核源码!-Kernel is the heart of the system, run the program and management are as disk and printer hardware, such as the core of the procedure. Are the most popular free Linux computer operating system core. It is a language with C, in line with the POSIX standard Unix-type operating system. This procedure linux1.0 are the kernel source code!
- 2022-03-16 05:30:05下载
- 积分:1
-
environment in the serial debugger, very good
在linux环境下的串口调试程序,非常不错的-environment in the serial debugger, very good
- 2022-12-23 06:40:03下载
- 积分:1
-
任意触摸屏可用驱动程序在下
任意的触摸屏可用的驱动,在LINUX下实现-arbitrary Touchscreen available drivers in the under LINUX
- 2022-02-05 03:16:36下载
- 积分:1
-
读者
读者-写者问题的读写操作限制(包括读者优先和写者优先)
写-写互斥:不能有两个写者同时进行写操作
读-写互斥:不能同时有一个线程在读,而另一个线程在写。
读-读允许:可以有一个或多个读者在读。-Readers- read and write operations to write the problem of constraints (including the readers of priority and writing preferred)
Write- write mutually exclusive: You can not have two writers write the same time
Read- Write mutually exclusive: You can not simultaneously reading a thread while another thread is writing.
Reading- Reading allowed: You can have one or more readers to read.
- 2022-05-07 09:29:37下载
- 积分:1
-
可扩展消息出席协议(XMPP)的完全讲解,文档附带例子,通俗易懂。...
可扩展消息出席协议(XMPP)的完全讲解,文档附带例子,通俗易懂。-Extensible Messaging and present Protocol (XMPP) fully explain, the document with examples, easy to understand.
- 2022-02-03 04:22:37下载
- 积分:1
-
Linux environment under which the S3C2410 NandFlash basic operation Programming
Linux环境下的S3C2410中NandFlash基本操作编程-Linux environment under which the S3C2410 NandFlash basic operation Programming
- 2022-06-13 22:38:13下载
- 积分:1
-
G.721编解码的C源代码(使用英特尔IPP
g.721的编解码c源码(使用intel的ipp包)堪称效率最高。-g.721 arranges decodes the c source code (to use intel the ipp
package) to may be called the efficiency to be highest.
- 2023-05-16 20:00:03下载
- 积分:1
-
The source code realized on Paragui which uses
framebuffer to select the files...
基于paragui实现的一个在linux操作系统下使用framebuffer来进行窗口模式的文件选择的源代码。-The source code realized on Paragui which uses
framebuffer to select the files of window mode.
- 2022-03-31 02:06:19下载
- 积分:1
-
/*
* 读取INI文件的函数(C语言)
* File: readinifile.h
* Read INI File
* char* GetIn...
/*
* 读取INI文件的函数(C语言)
* File: readinifile.h
* Read INI File
* char* GetInitKey(FileName, Section, Key)
* Return Key=>Value
* + [config]
* + dbhost=localhost
*
* strcpy(dbhost,GetInitKey("config.ini", "config", "dbhost"))
*/-/* read INI file functions (C)* File : readinifile.h* Read INI File* char* GetInitKe y ("">, Section, Key)* Return Key =
- 2022-07-05 11:26:15下载
- 积分:1