登录
首页 » 软件系统 » Introduce a good Linux kernel development books (formerly linux kernel programmi...

Introduce a good Linux kernel development books (formerly linux kernel programmi...

于 2022-01-25 发布 文件大小:212.32 kB
0 182
下载积分: 2 下载次数: 1

代码说明:

介绍Linux kernel 开发的好书籍(原名linux内核编程), 详细介绍了linux kernel 开发的有关源码。-Introduce a good Linux kernel development books (formerly linux kernel programming), described in detail the development of the linux kernel source code.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Two data, one is the development of ST7565 notes, was very well written, and the...
    两个资料,一个是ST7565的开发笔记,写得很好,另一个是SED 1565图形点阵LCD 模块的中文资料,可对比开发-Two data, one is the development of ST7565 notes, was very well written, and the other is SED 1565 dot-matrix graphic LCD module in Chinese information, comparing the development of
    2022-08-16 06:43:52下载
    积分:1
  • DSO文保存到服务器原理
    DSO文件保存到服务器原理 -DSO principle save the file to the server
    2022-03-25 09:07:29下载
    积分:1
  • 模拟电梯运行程序 功能如下: 初始化时,电梯位于第一层; 有键按下时,开始运行   运行时距离相差一层的才被记录并 向上运行时记下...
    模拟电梯运行程序 功能如下: 初始化时,电梯位于第一层; 有键按下时,开始运行   运行时距离相差一层的才被记录并 向上运行时记下所有的所在层下面的请求; 向下运行时记下所有的所在层上面的请求; 到达楼层后,关掉指示灯,开门并停留20S 在停留的20S中包含关门的时间 在停留期间,按下关门则立即关门! 假设关门的时间是5S,在这个时间内按下开门时将开门停留 当有人按下该层按钮时,则自按下起停留20S 然后关门继续运行 当到达楼层时,传感器输出高电平 ************************************************************ I/O口描述: 模拟方式驱动: P0口连接DAC0832的数据口 P2_6CS1 P2_7CS2 P2口作为传感器信号输入端 P2_0-P2_41~5 P1口作为来自按键的控制信号输入端 P1_0~P1_6 按键的 1~7 timer1作为定时器定时20S使用 -simulated lift operating procedures following functions : initialization, the lift in the first layer; Press a button, Operation started running away from the difference was only one record to run on all remember when the host layer below the request; remember running down all the host layer above; arrived at the floor, turn off lights come on, 20 remain open and stay in the S 20 S includes closing time during his stay in? closed immediately closed! Assuming the c
    2022-04-01 16:57:37下载
    积分:1
  • 工程思想》讲述“开发”和“做程序员”的道理,视野独特,构思新颖,内容风趣,不落窠臼,令人耳目一新。堪称难得,以至回味无穷。...
    《软件工程思想》讲述“软件开发”和“做程序员”的道理,视野独特,构思新颖,内容风趣,不落窠臼,令人耳目一新。堪称难得,以至回味无穷。-" Software engineering thinking" about the " software development" and " programmers to do" , the vision of a unique, innovative ideas, the content of humor, have an original style, it is refreshing. Can be rare, and memorable.
    2022-01-28 16:25:32下载
    积分:1
  • Prediction interpolation algorithm can be used to produce three
    预测插值算法可以用来生成三维图形,详细说明
    2022-07-20 00:40:25下载
    积分:1
  • AS3源码小游戏(猜数字)
    AS3源码小游戏(猜数字)
    2022-06-16 06:31:17下载
    积分:1
  • 编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数...
    编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买 / 卖( B/S ) 输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。 2. 查询未成交的委托: 输入:股票编码 输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买 / 卖 ) 3. 委托撤消: 输入:要撤消的委托号。 输出:若成功,显示该委托信息,其中委托包括数据项:委托序号、股票编码、价格、数量、 B/S (买 / 卖 ) ;否则显示“ not found ”失败信息。 委托输入格式 : 1 股票编码 价格 数量 买卖 查询输入格式 : 2 股票编码 委托撤销 : .3 委托号 退出: 0 如: 1 0038 20 1000 b orderid: 0001 1 0278 18 2000 s orderid: 0002 1 0003 8 5000 b orderid: 0003 -编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买/卖( B/S ) 输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。 2. 查询未成交的委托: 输入:股票编码 输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买/卖 )
    2022-03-16 00:17:05下载
    积分:1
  • arm编程 ads应用hello.rar
    arm编程 ads应用hello.rar-ads programming arm applications hello.rar
    2022-12-28 02:00:04下载
    积分:1
  • 对嵌入式实时操作斗C/OS一Ⅱ的组成和S3c2410微处理器进行了简单介 绍。在此基础上,详细介绍了将斗C/OS―II移植到S3C24lo微处理器的步骤...
    对嵌入式实时操作系统斗C/OS一Ⅱ的组成和S3c2410微处理器进行了简单介 绍。在此基础上,详细介绍了将斗C/OS―II移植到S3C24lo微处理器的步骤和方法,指出 了移植过程的关键点和相应的处理办法,并对移植过程的关键部分进行了详细描述。-Embedded real-time operating system doo C/OS Ⅱ one composition and S3C2410 microprocessor had a brief introduction. On this basis, will be described in detail Doo C/OS-II microprocessor S3C24lo transplanted to the steps and methods, pointing out that the transplant process, the key points and the corresponding treatment approaches, and a key part of the transplanting process described in detail.
    2023-04-16 20:35:03下载
    积分:1
  • VisualC, in some practical experiences.
    VisualC,得一些实用心得体会-VisualC, in some practical experiences.
    2022-05-19 02:00:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载