-
LINUX 设备驱动程序(第二版) 配套原码
LINUX 设备驱动程序(第二版) 配套原码-Linux device driver (2nd Edition) supporting the original code
- 2022-03-25 20:58:52下载
- 积分:1
-
void DockWidget::dock() {
if (!docked) {
KWin::setSystemTrayWindowF...
void DockWidget::dock() {
if (!docked) {
KWin::setSystemTrayWindowFor(this->winId(), 0)
this->setFixedSize(24, 24)
this->show()
docked = true
}
}
- 2023-04-26 14:10:03下载
- 积分:1
-
ncurses中文解释
ncurses中文说明-ncurses Chinese explanation
- 2022-05-25 06:12:38下载
- 积分:1
-
很N的监视源代码
很N的监视源代码-very source of surveillance
- 2023-03-07 19:00:02下载
- 积分:1
-
通过监控空间的大小,来保证程序能顺利运行。
通过监控空间的大小,来保证程序能顺利运行。-through space control the size, to ensure the smooth functioning procedures.
- 2022-07-19 22:11:27下载
- 积分:1
-
GNU 系统开发优化 C 语言程序的应用程序,能够使源程序产生缩进效果,增加程序的可读性...
GNU 系统开发优化 C 语言程序的应用程序,能够使源程序产生缩进效果,增加程序的可读性-GNU system optimized C language development of the application procedures, so that the source can produce indented effect, increased program readability
- 2023-03-01 09:05:04下载
- 积分:1
-
g.723的编解码c源码(使用intel的ipp包)堪称效率最高。
g.723的编解码c源码(使用intel的ipp包)堪称效率最高。-g.723 arranges decodes the c source code (to use intel the ipp
package) to may be called the efficiency to be highest.
- 2022-03-07 13:50:08下载
- 积分:1
-
uCOS
uCOS-II_LPC2000移植源代码,可移植到基于LPC2000系列芯片的嵌入式系统-uCOS-II_LPC2000 transplant source code, can be transplanted into series based on the LPC2000 chip, embedded systems
- 2023-09-03 04:50:03下载
- 积分:1
-
perl programming language, and a variety of functions within the implementation...
perl编程语言的内部实现以及各种函数库等的代码实现-perl programming language, and a variety of functions within the implementation of code libraries, etc. to achieve
- 2022-02-05 04:51:05下载
- 积分:1
-
JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScri...
JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, JavaScript, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。-JSON (JavaScript Object Notation) is a lightweight data interchange format. Is easy to read and write. But also easy for machines to parse and generate. It is based on JavaScript Programming Language, Standard ECMA-262 3rd Edition- December 1999 a subset of. JSON using entirely independent of language, text format, but also used language similar to C family habits (including C, C++, C#, Java, JavaScript, Perl, Python, etc.). These features make JSON an ideal data exchange language.
- 2022-02-03 03:07:14下载
- 积分:1