-
723 codec convert ,use intel ipp lib,it is ok
723 codec convert ,use intel ipp lib,it is ok
- 2023-04-24 06:25:02下载
- 积分:1
-
linxu环境下的蓝牙协议栈和测试程序,对在linux下开发蓝牙技术的同行很有帮助。...
linxu环境下的蓝牙协议栈和测试程序,对在linux下开发蓝牙技术的同行很有帮助。-Environment linxu Bluetooth protocol stack and test procedures, in the Bluetooth technology developed under linux peer helpful.
- 2022-02-06 00:13:13下载
- 积分:1
-
一张非常经典的内核图
一张非常经典的内核图-A very classic core map
- 2023-08-17 04:40:03下载
- 积分:1
-
从新浪天气下载/切割页面 形成一个体积较小的html天气预报文件。包括图片。
在ubuntu/apache环境下,wwwroot=/var/www...
从新浪天气下载/切割页面 形成一个体积较小的html天气预报文件。包括图片。
在ubuntu/apache环境下,wwwroot=/var/www
-Weather download from the Sina/Cutting the page to form a smaller forecast of html files. Including pictures. In ubuntu/apache environment, wwwroot =/var/www
- 2022-11-21 00: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
-
Nucleus PLUS实时操作系统是很好的
Nucleus PLUS是美国著名RTOS厂商ATI公司(Accelerated Tedmology lnc) 在嵌入式实
时多任务操作系统Nucleus基础上,为实时嵌入式应用而设计的一个抢先式多任务操作系统内核。其95%的代码是用ANSI C写成的,非常便于移植并支持大多数类型的处理器 Nucleus PLUS是一组c函数库,应用程序代码与核心函数连接在一起,生成一个目标代码,下载到目标板的RAM 中或直接烧录到目标板的ROM 中执行。在典型的目标环境中,Nucleus PLUS核心代码区一般不超过20K字节大小。-Nucleus PLUS RTOS is well-known American manufacturers ATI Corporation (Accelera ted Tedmology lnc) in Embedded Real-time Operating System Nucleus multi-task basis, for real-time embedded applications designed to pre-empt a multi-tasking operating system kernel. Its 95% of the code is written in ANSI C, very easy transplantation and to support most types of processors Nucleus PLUS is a function of the group c, Application code and linked to the core function, generating an object code, downloaded to the target board RAM or direct copying to the target board ROM implementation. In a typical target environment, Nucleus PLUS core code is generally not exceed 20 K byte size.
- 2022-06-18 03:55:05下载
- 积分:1
-
LINUX驱动程序开发的第三版中的源代码.
对LINUX开发十分有用
LINUX驱动程序开发的第三版中的源代码.
对LINUX开发十分有用-LINUX driver for the development of the third edition of the source code. On the development of very useful LINUX
- 2022-06-20 21:57:03下载
- 积分:1
-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1
-
Linux 内核0.11 完全注释 修正版1.2.本书对Linux 早期操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短...
Linux 内核0.11 完全注释 修正版1.2.本书对Linux 早期操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间
内对Linux 的工作机理获得全面而深刻的理解,为进一步学习和研究Linux 系统打下坚实的基础。虽然所选择的版本较低,
但该内核已能够正常编译运行,其中已经包括了LINUX 工作原理的精髓,通过阅读其源代码能快速地完全理解内核的运作
机制。书中首先以Linux 源代码版本的变迁历史为主线,详细介绍了Linux 系统的发展历史,着重说明了各个内核版本之间
的重要区别和改进方面,给出了选择0.11(0.95)版作为研究的对象的原因。另外介绍了内核源代码的组织结构及相互关系,
同时还说明了编译和运行该版本内核的方法。然后本书依据内核源代码的组织结构对所有内核程序和文件进行了注释和详细
说明。每章的安排基本上分为具体研究对象的概述、每个文件的功能介绍、代码内注释、代码中难点及相关资料介绍、与当
前版本的主要区别等部分。最后一章内容总结性地介绍了继续研究Linux 系统的方法和着手点。2-A Heavily Commented Linux Kernel Source Code
- 2022-12-01 11:30:04下载
- 积分:1
-
《Understanding The Linux Kernel 2nd(深入理解Linux内核第二版)》,好书出新版,大家快来看。这是为2.4版内核写的。...
《Understanding The Linux Kernel 2nd(深入理解Linux内核第二版)》,好书出新版,大家快来看。这是为2.4版内核写的。-"Understanding The Linux Kernel 2nd (in-depth understanding of the Linux kernel 2nd Edition)", the new books out, we Come see. This is the version 2.4 kernel written.
- 2022-04-18 05:38:56下载
- 积分:1