pans0ul's blog
  • Home
  • Archives
  • Categories
  • Tags
  •   
  •   

DEMO ONLY

Linux 0.11 内存管理-代码阅读记录 Linux 0.11 MMU Code Reading Record

Linux 0.11 内存管理代码阅读记录MMU(Memory Management Unit) 代码主要是在mm/memory.c中 此代码文件包含的函数有 123456789101112131415161718void do_exit(long code); //非主要的函数static inline void oom(void) //非主要的函数#define invalidate
2024-01-02
#OS #MMU

Linux 0.11 内存管理-寻址 Linux 0.11 MMU Addressing Machanism

Linux 0.11 内存管理-寻址 Linux 0.11 MMU Addressing Machanism什么是内存管理? 内存管理,是指软件运行时对计算机内存资源的分配和使用的技术。其最主要的目的是如何高效、快速的分配,并且在适当的时候释放和回收内存资源。 在此之下还有一个关键基础内容需要了解,也就是寻址 寻址, 是指计算机处理器通过某种特定的规则访问内存或存储器中的数据. 在操作系统中,”寻
2023-11-23
#OS #MMU

IPC: openharmony与android有多相似/IPC: how similar between openharmony and android

IPC: openharmony与android有多相似/IPC: how similar between openharmony and android通过本篇文章 你会发现 在IPC这块的代码和架构设计 . openharmony(以下简称oh)与android 有相当大程度的相似性 可能有人会认为oh是在抄袭android, 所以给予oh负面的评价. 本篇的主要目的 不是为了贬低o
2022-07-09
#OS #IPC

团队周例会开展心得 comprehension of team weekly report

团队周例会开展心得 comprehension of team weekly report序亲身经历,目前所在公司,几千人下的一个十几人的团队中每次周例会将要长达1个小时多每个人对自己做的事情做一些描述,基本这样就结束了大多数人多是在做流水账团队leader给出一些点评和建议这样就结束了而且每周都是这样周例会开得不痛不痒团队的效率和协作潜力根本没有激发出来这样的团队怎么能够帮助公司保质保量的完成项
2022-07-03
#team

OS Lifecycle

OS Lifecycle / OS 生命周期 操作系统生命周期 主要包含几个阶段 简单描述 重生/Reborn : 描述一个操作系统是如何诞生的.通过用户的反馈,功能增加,性能优化,BUG修复等,不断迭代出更加完善的操作系统. 部署/Deployment : 描述操作系统软件是如何被部署安装在不同的硬件机器上. 维护/Maintenance : 描述
2022-06-26
#OS

ANN vs Hash Table

ANN( artificial neural network ) VS Hash TableThe story began that when I reviewed Hash table in Data Structure lesson and I saw the figure of Hash table principle ,suddenly , a idea comes to my mind
2020-07-08
#AI

Robomaster Evolution

Robomaster Evolution
2020-05-09
#Engineering #Robot

Structure From Multi-Views

Structure From Multi-ViewsDEMO at first Features this project is modified from Chapter4_StructureFromMotion non gpu version is better for beginner of learning CV . i.e. compile the project would be e
2020-05-06
#CV #SFM

Structure From two views

Structure From two viewsFeatures this project is modified from Chapter4_StructureFromMotion non gpu version is better for beginner of learning CV . i.e. compile the project would be easy . structure
2020-04-28
#CV #SFM

National Undergraduate Electronic Design Contest

National Undergraduate Electronic Design ContestNational Undergraduate Electronic Design Contest consists of two parts .One is analog electronic design ,another is theme design. 致谢温州大学我的导师–陈老师我的导师
2020-04-21
#Engineering
12

Search

Techonology makes touching and enlightening!