-
一个在Linux下使用QT库开发可以处理JPEG,BMP,XPM文件的形式…
一个在linux下,利用QT库开发的,可以处理jpeg,bmp,xpm文件格式的应用程序。-One in linux, using the QT library developed can handle jpeg, bmp, xpm file format applications.
- 2022-05-21 09:24:14下载
- 积分:1
-
Linux 串口通信程序,包含基本的读写
Linux 串口通信程序,包含基本的读写-Linux Serial Communication Program, including basic literacy
- 2022-02-01 09:01:17下载
- 积分:1
-
Multi
Multi-module programs and MAKE-compile and link multiple c code source files together into a single executable file named "calcit". To simplify the entry of commands to build the executable file you will use UNIX command “make” with a file named “makefile”.
- 2022-01-21 23:37:15下载
- 积分:1
-
Linux平台下的pppoe拨号程序
Linux平台下的pppoe拨号程序-Linux platform under the PPPOE dial-up procedures
- 2022-03-22 18:09:51下载
- 积分:1
-
类似于FTP的远程文件拷贝程序。
类似于FTP的远程文件拷贝程序。-similar to the remote FTP file copy process.
- 2023-06-14 20:45:03下载
- 积分:1
-
memory management mechanisms to achieve
linux内存管理机制的实现-memory management mechanisms to achieve
- 2022-08-18 15:06:32下载
- 积分:1
-
code for all source shortest path
code for all source shortest path
- 2022-10-20 13:40:03下载
- 积分:1
-
mtd最新cvs的ffs系统
mtd最新cvs的ffs系统-MTD latest cvs the FFS system
- 2022-02-06 03:48:30下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i
- 2022-04-02 11:01:45下载
- 积分:1
-
死锁以及如何与互斥解决它
Deadlock and how to solve it with mutex
a client request bank command like DEPOSIT CREATE TRANSFER WITHDRAW
and 4 server
server 1 simple server.
server 2 shows wrong answer an withdraw(2 terminal - 2 threads)
server 3 solve 2
server 4 solve deadlock on transfer-Deadlock and how to solve it with mutex
a client request bank command like DEPOSIT CREATE TRANSFER WITHDRAW
and 4 server
server 1 simple server.
server 2 shows wrong answer an withdraw(2 terminal- 2 threads)
server 3 solve 2
server 4 solve deadlock on transfer
- 2022-06-19 01:49:01下载
- 积分:1