-
Linux下编程实现服务器与客户端的连接
Linux下编程实现服务器与客户端的连接-Programming Linux server and client connections
- 2022-02-04 06:55:47下载
- 积分:1
-
系统调用拷贝函数
本程序通过Linux的系统调用进行文件拷贝,如果进行一定的修改可以支持断点续传...
系统调用拷贝函数
本程序通过Linux的系统调用进行文件拷贝,如果进行一定的修改可以支持断点续传-System call function copy of the procedures adopted by Linux system calls to file copy, if changes must support HTTP
- 2022-05-23 18:17:03下载
- 积分:1
-
C + +程序设计图形用户界面(GUI)的QT离散度的国际标准书号刊号:7 3 /
《C++ GUI QT 3编程》
ISBN/ISSN:7-81077-731-9
北京航空航天大学出版社 2006
本书详细讲述了用Qt进行图形交互界面编程的各个部分。主要内容包括:入门、创建对话框、布局管理、事件处理、二维和三维图像等。
(加)JASMIN BLANCHETTE,(英)MARK SUMMERFIELD著
=====本书是使用QT3进行跨平台GUI程序开发的最佳参考书,此为配套源代码
- C++ GUI QT 3 Programming ISBN/ISSN :7-81077-731-9 Beijing University of Aeronautics and Astronautics Press 2006 book to describe in detail the use of Qt graphical interface to the various parts of programming. The main contents include: Introduction, create dialog, layout management, event handling, two-dimensional and three-dimensional images. (Plus) JASMIN BLANCHETTE, (British) MARK SUMMERFIELD forward ===== Qt3 book is the use of cross-platform GUI development the best reference books, such as matching source code
- 2022-02-15 16:35:11下载
- 积分:1
-
linux环境下多线程编程的例子
linux环境下多线程编程的例子-multithreaded programming examples
- 2022-03-20 16:45:57下载
- 积分:1
-
这是有关于使用linux下的定时器的实验,通过下载到实验板上,可以观察到linux下统计进程执行时间。...
这是有关于使用linux下的定时器的实验,通过下载到实验板上,可以观察到linux下统计进程执行时间。-This is under linux timer on the use of experiments to test the board by downloading, can be observed under linux statistical process execution time.
- 2022-02-03 04:34:32下载
- 积分:1
-
Windows上的精简Linux系统
Windows上的精简Linux系统-Windows on the Linux system to streamline
- 2022-06-20 18:52:21下载
- 积分:1
-
一个例子程序,使用linux +gtk+gnome,主要功能是建立一个对话框,打印hello world,有详细的注释,如何编译以及怎样运行,是一个很好的学习上...
一个例子程序,使用linux +gtk+gnome,主要功能是建立一个对话框,打印hello world,有详细的注释,如何编译以及怎样运行,是一个很好的学习上手的例子程序。-An example, the use of linux+ Gtk+ Gnome, the main function is to create a dialog box, print hello world, has detailed notes on how to compile and how to run, is a good example of learning-to-use procedures.
- 2022-03-10 02:12:12下载
- 积分:1
-
rtl8187的源码,最新的,从官方网站来的
rtl8187的源码,最新的,从官方网站来的-rtl8187 the source, the latest from the official website of
- 2022-05-14 11:06:37下载
- 积分:1
-
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(ro...
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
keypad(win, TRUE)
post_form(form)
refresh()
wrefresh(win)
wrefresh(subwin)
//设置覆盖模式
form_driver(form, REQ_OVL_MODE)
- 2023-04-25 08:50:03下载
- 积分:1
-
linux2.6输入子系统,包括详细的代码分析
linux2.6输入子系统,包括详细的代码分析-linux2.6 input subsystem, including a detailed analysis of the code
- 2022-07-09 00:40:21下载
- 积分:1