LINUX文件系统体系结构用户空间(Userspace)包含一些应用程序(例如,文件系统的使用者)和GNUC库(glibc),它们为文件系统调用(打开、读娶写和关闭)提供用户接口。系统调用接口(Systemcallinterface)的作用就像是交换器,它将系统调用从用户空间发送到内核空间(Kernelspac..
分类:
系统相关 时间:
2015-09-14 19:35:49
阅读次数:
387
TL;DR: Don't ever setfsync=off, don'tkill -9the postmaster then deletepostmaster.pid, don't run PostgreSQL on network file systems.Reports of database...
分类:
数据库 时间:
2015-09-14 01:52:57
阅读次数:
498
人工智能遵循着:感知->思考->行动
决策方法:有限状态机(Finite-State Machines),分层状态机(Hierarchical Finite-State Machines),行为树(Behavior Trees),效用系统(Utility Systems),目标导向型行动计划(Goal-Oriented Action Planners),分层任务网络(Hierarchical...
分类:
其他好文 时间:
2015-09-09 08:34:24
阅读次数:
220
人工智能遵循着:感知->思考->行动决策方法:有限状态机(Finite-State Machines),分层状态机(Hierarchical Finite-State Machines),行为树(Behavior Trees),效用系统(Utility Systems),目标导向型行动计划(Goal...
分类:
其他好文 时间:
2015-09-09 08:32:02
阅读次数:
199
?Great Software Is Not Built, It Is GrownBill de hÓraAS An ARCHiTECT, you are tasked with providing the initial structure and arrangement of software systems that will grow and change over time, will h...
分类:
其他好文 时间:
2015-09-08 09:42:30
阅读次数:
164
?The User Acceptance ProblemNorman CarnovalepEoplE AREn’T AlWAyS HAppy about new systems or major upgrades. This can pose a threat to the successful completion of a project.
It’s not uncommon for peop...
分类:
其他好文 时间:
2015-09-08 09:41:31
阅读次数:
125
elinux.org/Raspberry_Pi_Kernel_Compilation#Use_the_provided_compilerSoftware & Distributions:Software - an overview.Distributions - operating systems ...
分类:
Web程序 时间:
2015-09-07 01:49:51
阅读次数:
256
?Build Systems to Be ZuhandenKeith BraithwaiteWE Build ToolS. The systems that we make have no other reason to exist (nor we to get paid) than to help someone, usually someone else, do something.
Mart...
分类:
其他好文 时间:
2015-09-06 09:53:55
阅读次数:
184
ADAS在车载导航设备上的应用 首先我们来了解一下ADAS的基本概念,ADAS全称是Advanced DriverAssistance Systems,中文翻译是高级驾驶辅助系统。随着城市化的进一步发展,居民生活水平的提高,路上的车越来越多了,一个可悲的事就是交通事故越来越多了,这里面有很多原因驾驶人员的安全意识、违法驾驶、路况、疲劳驾驶等等原因很复杂,因此有一个ADAS来帮...
分类:
其他好文 时间:
2015-09-05 17:55:57
阅读次数:
326
用给定的面值的纸币,组成总值为N的情况,有多少种组法,每张纸币数量没有限制,思路类似完全背包。dp[i][j]表示在前i中纸币中,组成总值为j的方法数。每次更新时都得枚举,第i张纸币,只用1张时的组合数,只用两张时,用三张时,为了省去枚举的麻烦,可以直接使用完全背包的优化方法。/*ID: moden...
分类:
其他好文 时间:
2015-09-05 00:04:50
阅读次数:
247