11 2013 档案

Ext4中内存使用技巧的一点思考
摘要:今天在分析Ext4文件系统的时候,看到两个函数ext4_kvzalloc()/ext4_kvfree(),想到以前在使用kzalloc()/kmalloc()带来的内存分配失败问题,不得不感叹社区牛人的思路是多么的......(海量褒义词) 1. kvzalloc分配分析 ... 阅读全文

posted @ 2013-11-19 19:48 YoungerChina 阅读(454) 评论(0) 推荐(0) 编辑

[内存管理]linux X86_64处理器的内存布局图
摘要:linux X86 64位内存布局图 阅读全文

posted @ 2013-11-19 19:45 YoungerChina 阅读(630) 评论(0) 推荐(0) 编辑

进程间通信系列 之 共享内存简单实例
摘要:进程间通信系列 之 概述与对比 http://blog.csdn.net/younger_china/article/details/15808685 进程间通信系列 之 共享内存及其实例 http://blog.csdn.net/younger_china/article/de... 阅读全文

posted @ 2013-11-13 20:30 YoungerChina 阅读(255) 评论(0) 推荐(0) 编辑

进程间通信系列 之 信号综合实例
摘要:进程间通信系列 之 概述与对比 http://blog.csdn.net/younger_china/article/details/15808685 进程间通信系列 之 共享内存及其实例 http://blog.csdn.net/younger_china/article/det... 阅读全文

posted @ 2013-11-13 20:27 YoungerChina 阅读(242) 评论(0) 推荐(0) 编辑

进程间通信系列 之 信号(理论)
摘要:进程间通信系列 之 概述与对比 http://blog.csdn.net/younger_china/article/details/15808685 进程间通信系列 之 共享内存及其实例 http://blog.csdn.net/younger_china/article/de... 阅读全文

posted @ 2013-11-13 20:15 YoungerChina 阅读(230) 评论(0) 推荐(0) 编辑

进程间通信系列 之 信号实例
摘要:进程间通信系列 之 概述与对比 http://blog.csdn.net/younger_china/article/details/15808685 进程间通信系列 之 共享内存及其实例 http://blog.csdn.net/younger_china/article/detai... 阅读全文

posted @ 2013-11-13 20:08 YoungerChina 阅读(367) 评论(0) 推荐(0) 编辑

进程间通信系列 之 共享内存及其实例
摘要:进程间通信系列 之 概述与对比 http://blog.csdn.net/younger_china/article/details/15808685 进程间通信系列 之 共享内存及其实例 http://blog.csdn.net/younger_china/article/detai... 阅读全文

posted @ 2013-11-13 20:04 YoungerChina 阅读(3380) 评论(0) 推荐(0) 编辑

进程间通信系列 之 管道(客户端和服务端通信)
摘要:进程间通信系列 之 概述与对比 http://blog.csdn.net/younger_china/article/details/15808685 进程间通信系列 之 共享内存及其实例 http://blog.csdn.net/younger_china/article/de... 阅读全文

posted @ 2013-11-13 09:51 YoungerChina 阅读(277) 评论(0) 推荐(0) 编辑

进程间通信系列 之 socket套接字实例
摘要:进程间通信系列 之 概述与对比 http://blog.csdn.net/younger_china/article/details/15808685 进程间通信系列 之 共享内存及其实例 http://blog.csdn.net/younger_china/article/de... 阅读全文

posted @ 2013-11-13 09:46 YoungerChina 阅读(312) 评论(0) 推荐(0) 编辑

进程间通信系列 之 socket套接字及其实例
摘要:进程间通信系列 之 概述与对比 http://blog.csdn.net/younger_china/article/details/15808685 进程间通信系列 之 共享内存及其实例 http://blog.csdn.net/younger_china/article/de... 阅读全文

posted @ 2013-11-13 09:42 YoungerChina 阅读(540) 评论(0) 推荐(0) 编辑

进程间通信系列 之 概述与对比
摘要:进程间通信系列 之 概述与对比 http://blog.csdn.net/younger_china/article/details/15808685 进程间通信系列 之 共享内存及其实例 http://blog.csdn.net/younger_china/article/det... 阅读全文

posted @ 2013-11-13 08:59 YoungerChina 阅读(394) 评论(0) 推荐(0) 编辑

进程间通信系列 之 信号量详解及编程实例
摘要:进程间通信系列 之 概述与对比 http://blog.csdn.net/younger_china/article/details/15808685 进程间通信系列 之 共享内存及其实例 http://blog.csdn.net/younger_china/article/de... 阅读全文

posted @ 2013-11-13 08:41 YoungerChina 阅读(449) 评论(0) 推荐(0) 编辑

进程间通信系列 之 消息队列应用实例
摘要:进程间通信系列 之 概述与对比 http://blog.csdn.net/younger_china/article/details/15808685 进程间通信系列 之 共享内存及其实例 http://blog.csdn.net/younger_china/article/de... 阅读全文

posted @ 2013-11-13 08:33 YoungerChina 阅读(332) 评论(0) 推荐(0) 编辑

进程间通信系列 之 消息队列函数(msgget、msgctl、msgsnd、msgrcv)及其范例
摘要:进程间通信系列 之 概述与对比 http://blog.csdn.net/younger_china/article/details/15808685 进程间通信系列 之 共享内存及其实例 http://blog.csdn.net/younger_china/article/det... 阅读全文

posted @ 2013-11-12 15:59 YoungerChina 阅读(580) 评论(0) 推荐(0) 编辑

FrameBuffer系列 之 一点资源
摘要:Iamonlyme的FrameBuffer编程实例http://download.csdn.net/detail/iamonlyme/6512955 light588的通过framebuffer直接写屏http://download.csdn.net/download/light588... 阅读全文

posted @ 2013-11-07 20:47 YoungerChina 阅读(126) 评论(0) 推荐(0) 编辑

FrameBuffer系列 之 显示图片
摘要: 摘自:http://blog.csdn.net/luxiaoxun/article/details/7622988 #include #include #include #include #include #include #include #include #include //14... 阅读全文

posted @ 2013-11-07 20:45 YoungerChina 阅读(766) 评论(0) 推荐(0) 编辑

FrameBuffer系列 之 相关结构与结构体
摘要:在linux中,fb设备驱动的源码主要在Fb.h (linux2.6.28\include\linux)和Fbmem.c(linux2.6.28\drivers\video)两个文件中,它们是fb设备驱动的中间层,为上层提供系统调用,为底层驱动提供接口。 在fb.h文件中有fb驱动... 阅读全文

posted @ 2013-11-07 20:42 YoungerChina 阅读(635) 评论(0) 推荐(0) 编辑

FrameBuffer系列 之 介绍
摘要:1. 来由 FrameBuffer是出现在2.2.xx内核当中的一种驱动程序接口。Linux工作在保护模式下,所以用户态进程是无法象 DOS 那样使用显卡 BIOS里提供的中断调用来实现直接写屏,因此Linux抽象出FrameBuffer这个设备来供用户态进程实现直接写屏。 2. ... 阅读全文

posted @ 2013-11-07 20:38 YoungerChina 阅读(998) 评论(0) 推荐(0) 编辑

FrameBuffer系列 之 简单编程
摘要:一、Linux的帧缓冲设备 帧缓冲(framebuffer)是 Linux为显示设备提供的一个接口,把显存抽象后的一种设备,他允许上层应用程序在图形模式下直接对显示缓冲区进行读写操作。这种操作是抽象的,统一的。用户不必关心物理显存的位置、换页机制等等具体细节。这些都是由Frame... 阅读全文

posted @ 2013-11-06 18:54 YoungerChina 阅读(766) 评论(0) 推荐(0) 编辑

程序员五大层次,你属于哪一层?
摘要:软件界一个无可争议的事实是,不同程序员的效率有差别,而且差别很大。许多专家将优秀程序员和一般程序员区分地很清楚。 大多数研究得出结论认为,一般程序员跟优秀程序员之间在工作效率和质量上存在10:1的关系:优秀程序员和水平较差的程序员的编码时间比例为1:20;debugging时间比为1:25;代码... 阅读全文

posted @ 2013-11-05 18:50 YoungerChina 阅读(397) 评论(0) 推荐(0) 编辑

提高编程效率的14件事
摘要:下面是14件如何有效编程的方法: 1:计划(Plan) 所谓Plan,其实就是对应于编程中的“设计”阶段,当然,这里的Plan并不像设计那样重量级。它要求我们程序员在正式编程前至少要考虑一下下面的问题: 你这个程序,工具或是项目的目的,究竟是用来干什么的。你只有知道做什么,要达到什么样的目的,你... 阅读全文

posted @ 2013-11-05 18:47 YoungerChina 阅读(1327) 评论(0) 推荐(0) 编辑

GTK简单了解记录
摘要:GTK+http://zh.wikipedia.org/wiki/GTK%2B#.E5.9B.BE.E5.BD.A2.E6.97.A0.E5.85.B3.E4.BB.A3.E7.A0.81 GTK+最初是GIMP的专用开发库(GIMP Toolkit),后来发展为Unix-like系统下开发图形... 阅读全文

posted @ 2013-11-05 15:05 YoungerChina 阅读(783) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示