资源列表

« 1 2 ... .75 .76 .77 .78 .79 6180.81 .82 .83 .84 .85 ... 9711 »

[Linux/Unix编程ReaderAndWriter

说明:Linux下读者写者问题, 1)写-写互斥:不能有两个写者同时进行写操作; 2)读-写互斥:不能同时有一个线程在读,而另一个线程在写; 3)读-读允许:可以有一个或多个读者在读; 4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作; 5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。-Under
<翔子> 在 2025-02-06 上传 | 大小:2kb | 下载:0

[Linux/Unix编程linux-will-learn-of-the-60-orders

说明:Linux必学的60个命令,是北航嵌入式培训的资料,对linux学习很有帮助-Linux will learn 60 commands, the Northern embedded training very helpful information on linux
<肖潇> 在 2025-02-06 上传 | 大小:52kb | 下载:0

[Linux/Unix编程Linux-file-system-proficient-Guide

说明:Linux.文件系统精通指南,学习Linux的同学可以看看这本书。-Linux file system, proficient in the guide, students can look at this book to learn Linux.
<枫林白雪> 在 2025-02-06 上传 | 大小:166kb | 下载:0

[Linux/Unix编程standarddlg

说明:Qt 的良好封装机制使得 Qt 的模块化程度非常高,可重用性较好,对于用户开发来说是非常 方便的。 Qt 提供了一种称为 signals/slots 的安全类型来替代 callback,这使得各个元件之间的协同工作变得十分简单。-Qt' s good encapsulation mechanism makes very high degree of Qt modular, reusable better, it is very c
<sky> 在 2025-02-06 上传 | 大小:302kb | 下载:0

[Linux/Unix编程3Marquee

说明:Qt包括多达 250 个以上的 C++ 类,还提供基于模板的 collections, serialization, file, I/O device, directory management, date/time 类。甚至还包括正则表达式的处理 功能。-Qt includes up to more than 250 C++ class also offers collections of templates, the seriali
<sky> 在 2025-02-06 上传 | 大小:13kb | 下载:0

[Linux/Unix编程easierMusicPlayer.v1.0

说明:但是真正使得 Qt 在自由软件界的众多 Widgets (如 Lesstif,Gtk,EZWGL,Xforms,fltk 等等)中脱颖而出的还是基于 Qt 的重量级软件 KDE 。-But what really makes the Qt or the KDE Qt-based heavyweight software stand out a number of Widgets, the free software community,
<sky> 在 2025-02-06 上传 | 大小:11kb | 下载:0

[Linux/Unix编程pb

说明:Qt是一个1991年由奇趣科技开发的跨平台C++图形用户界面应用程序开发框架。它既可以开发GUI程式,也可用于开发非GUI程式,比如控制台工具和服务器。-Qt is a cross-platform C++ graphical user interface application development fr a mework developed by Trolltech, a 1991. It can develop GUI prog
<sky> 在 2025-02-06 上传 | 大小:3kb | 下载:0

[Linux/Unix编程myValueCode

说明:2009年5月11日起,诺基亚Qt Software 宣布 Qt源代码库面向公众开放,Qt 开发人员可通过为 Qt 以及与 Qt 相关的项目贡献代码、翻译、示例以及其他内容,协助引导和塑造 Qt未来的发展。为了便于这些内容的管理,Qt Software 启用了基于 Git 和 Gitorious 开源项目的Web 源代码管理系统 。-Qt is a object-oriented language, easy to expand and
<sky> 在 2025-02-06 上传 | 大小:32kb | 下载:0

[Linux/Unix编程ubuntu-xiugaijiemian

说明:ubuntn 系统下美化界面的过程和方法-ubuntu system meihua yige jiemian de jutiguocheng
<xiaoqiang> 在 2025-02-06 上传 | 大小:766kb | 下载:0

[Linux/Unix编程Tom_Swans_GNU_CPP_for_Linux

说明:Tom_Swans_GNU_C++_for_Linux 很有意思的一份资料-Tom_Swans_GNU_C++_for_Linux Interestingly, an information ~ ~
<杨庆锐> 在 2025-02-06 上传 | 大小:2.3mb | 下载:0

[Linux/Unix编程GNU-Make

说明:关于make的从入门到精通的书籍,非常适合初学者实用-Books, make entry to the master and very suitable for beginners and practical
<fay> 在 2025-02-06 上传 | 大小:39.6mb | 下载:0

[Linux/Unix编程LINUX-Programming-White-Paper

说明:LINUX编程白皮书,用于在Linux环境下进行C语言的编程。-White Paper on LINUX Programming for the C programming language under the Linux environment.
<枫林白雪> 在 2025-02-06 上传 | 大小:16.03mb | 下载:0
« 1 2 ... .75 .76 .77 .78 .79 6180.81 .82 .83 .84 .85 ... 9711 »

源码中国 www.ymcn.org