-
这本书(v0.95)全部代码文件进行了
本书对Linux 早期操作系统内核(v0.95)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对Linux 的工作机理获得全面而深刻的理解,- This book (v0.95) the complete code document has carried on the
detailed comprehensive annotation and the explanation to the Linux
early time operating system essence, is for the purpose of enabling
the reader to obtain comprehensive and the profound understanding in
the as far as possible short time to the Linux work mechanism,
- 2022-03-19 06:09:15下载
- 积分:1
-
二叉树遍历(递归版).
二叉树遍历(递归版).-binary tree traversal (recursive version).
- 2022-05-15 07:19:52下载
- 积分:1
-
! 平面杆系结构静力分析程序 ! 先处理法源程序 ! ! 主要功能和特点: ! 可调数组 ! 输入单元结点编号和结点位移编码; ! 先处理法形成总体刚度阵和结构...
! 平面杆系结构静力分析程序 ! 先处理法源程序 ! ! 主要功能和特点: ! 可调数组 ! 输入单元结点编号和结点位移编码; ! 先处理法形成总体刚度阵和结构综合结点荷载 ! 存储总刚上三角元素; ! GAUSS消元法解线性代数方程组; ! 计算结点位移和单元杆端力-! Plane truss structure static analysis program! First treatment source!! Main functions and characteristics:! Adjustable array! Input module node number and node displacement coding ! First approach to form and structure of the overall stiffness matrix Consolidated Statement point load! storage total just on the triangular element ! GAUSS elimination method solving linear algebraic equations ! computing node displacement and force unit rod end
- 2022-12-24 13:40:03下载
- 积分:1
-
求有向网最短路径
求有向网最短路径-are seeking the shortest path to the net
- 2022-01-22 05:21:03下载
- 积分:1
-
用于求解环境污染物在地下水中迁移规律的解析解
用于求解环境污染物在地下水中迁移规律的解析解-for solving environmental pollutants in the groundwater migration laws of the analytic solution
- 2022-06-27 15:39:32下载
- 积分:1
-
CRC校验码
RTU通信技术的校验实现,labview程序下的,需要的人可以试试,通过测试完全可用,希望大家共同进步。谢谢
- 2022-07-27 16:57:22下载
- 积分:1
-
matlab 遗传算法求解旅行商问题
一个基于遗传算法求解旅行商问题的MATLAB程序,里面注释很清楚,可以运行,而且能够有实时更新显示。
- 2023-07-16 05:10:04下载
- 积分:1
-
very good c program for software6
very good c program for software6
- 2022-08-26 06:02:48下载
- 积分:1
-
追赶法解三对角线方程组
追赶法解三对角线方程组-chased three diagonal Solving equations
- 2022-03-25 06:07:16下载
- 积分:1
-
无线传感器质心定位matlab 仿真
实现算法可能的方法:
1. 未知节点利用邻居锚节点进行定位,没有邻居锚节点的未知节点无法定位。
2. 未知节点一旦被定位,就充当锚节点。这时没有邻居锚节点的未知节点在等到自己的邻居未知节点定位之后就可以进行定位。
3. 有邻居锚节点的未知节点只利用邻居锚节点进行定位,没有邻居锚节点的未知节点才利用已经定位了的邻居未知节点进行定位。
Centroid.m采用的第一种方法;
Centroid_second.m采用的第二种方法;
Centroid_third.m采用的第三种方法;
- 2022-01-21 17:57:46下载
- 积分:1