奋
--- 勤能补拙
首页
博问
闪存
新随笔
联系
管理
随笔-231 文章-29 评论-74
10 2008 档案
C/C++中的函数参数传递机制(zz)
摘要: 一、 函数参数传递机制的基本理论 函数参数传递机制问题在本质上是调用函数(过程)和被调用函数(过程)在调用发生时进行通信的方法问题。基本的参数传递机制有两种:值传递和引用传递。以下讨论称调用其他函数的函数为主调函数,被调用的函数为被调函数。 值传递(passl-by-value)过程中,被调函数的形式参数作为被调函数的局部变量处理,即在堆栈中开辟了内存空间以存放由主调函数放进来的实参的值,从...
阅读全文
posted @
2008-10-30 10:22
josh.yang 阅读(836) |
评论 (0)
编辑
LDD3 笔记: 第3章 字符设备的驱动
摘要: 第3章 字符设备驱动 一些重要的数据结构以及引用关系: 第一步:MAJOR设备编号的动态分配 int register_chrdev_region(dev_t first, unsigned int count, char *name); int alloc_chrdev_region(dev_t *dev, unsigned int firstminor, unsigned int count,...
阅读全文
posted @
2008-10-20 16:31
josh.yang 阅读(354) |
评论 (0)
编辑
2008年看书计划
摘要: 最近需要看的材料: H.264 AVC: Video coding using the H.264 MPEG-4 AVC compression standard (57 pages) 新一代视频压缩编码标准(毕厚华) 主攻: 帧间预测(intra)和熵编码(entropy) Image Processomg Algorithm: color conversion, color matching...
阅读全文
posted @
2008-10-17 12:28
josh.yang 阅读(414) |
评论 (0)
编辑
H.264学习建议(zz)
摘要: H.264学习建议(zz)分三个阶段学习1、第一个阶段:学习H.264,首先要把最基本最必要的资料拿在手里。这些资料包括:标准文档+测试模型+经典文章,在本FTP中能找到。首先看 《H.264_MPEG-4 Part 10 White Paper》(本群的FTP中在“H.264相关论文"经典文章”目录中),看完之后再看《Video coding using the H.26...
阅读全文
posted @
2008-10-13 22:04
josh.yang 阅读(1366) |
评论 (1)
编辑
几种常用的视频接口(端子)
摘要: VGA输入接口:VGA 接口采用非对称分布的15pin 连接方式,其工作原理:是将显存内以数字格式存储的图像( 帧) 信号在RAMDAC 里经过模拟调制成模拟高频号,然后再输出到等离子成像,这样VGA信号在输入端( 等离子内) ,就不必像其它视频信号那样还要经过矩阵解码电路的换算。从前面的视频成像原理可知VGA的视频传输过程是最短的,所以VGA 接口拥有许多的优点,如无串扰无电路合成分离损耗等。 ...
阅读全文
posted @
2008-10-13 15:44
josh.yang 阅读(550) |
评论 (0)
编辑
U-boot 移植到FS2410
摘要: U-Boot能够支持多种体系结构的处理器,支持的开发板也越来越多。因为Bootloader是完全依赖硬件平台的,所以在新电路板上需要移植U-Boot程序。开始移植U-Boot之前,先要熟悉硬件电路板和处理器。确认U-Boot是否已经支持新开发板的处理器和I/O设备。假如U-Boot已经支持一块非常相似的电路板,那么移植的过程将非常简单。移植U-Boot工作就是添加开发板硬件相关的文件、配置选项,然...
阅读全文
posted @
2008-10-12 15:02
josh.yang 阅读(1105) |
评论 (1)
编辑
NandFlash和NorFlash的区别
posted @
2008-10-12 02:34
josh.yang 阅读(210) |
评论 (0)
编辑
A simple tourial for Linux 2.6.24 kernel module
posted @
2008-10-11 21:59
josh.yang 阅读(196) |
评论 (0)
编辑
Linux basic use
posted @
2008-10-11 15:06
josh.yang 阅读(112) |
评论 (0)
编辑
Kernel resource list
posted @
2008-10-11 13:23
josh.yang 阅读(143) |
评论 (0)
编辑
Linux2.6 驱动设计―从 2.4.x 到 2.6.x
posted @
2008-10-11 00:00
josh.yang 阅读(272) |
评论 (0)
编辑
Linux 2.6.x 内核模块入门(LKM)
posted @
2008-10-10 23:53
josh.yang 阅读(749) |
评论 (0)
编辑
C++中无处不在的临时变量
posted @
2008-10-08 19:02
josh.yang 阅读(234) |
评论 (0)
编辑
类中引用成员的初始化
posted @
2008-10-08 18:08
josh.yang 阅读(469) |
评论 (0)
编辑
C++初始化与赋值
posted @
2008-10-06 23:53
josh.yang 阅读(2418) |
评论 (0)
编辑
C异常处理实现: setjmp和longjmp
posted @
2008-10-06 23:18
josh.yang 阅读(609) |
评论 (0)
编辑
公告
All these works in this site are offically licensed under the
Creative Commons 3.0 License
.
昵称:
josh.yang
园龄:
5年4个月
粉丝:
16
关注:
0
<
2008年10月
>
日
一
二
三
四
五
六
28
29
30
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
6
7
8
搜索
随笔分类
(128)
Algorithm(3)
(rss)
Assembly/IA-32
(rss)
C(6)
(rss)
C++ Implementation(3)
(rss)
C++ Miscellaneous (3)
(rss)
C++ Specification(33)
(rss)
C++ Standard Library(4)
(rss)
Complier/Linker/Loader
(rss)
Computer Basic(6)
(rss)
Data Structure(18)
(rss)
Embedded System(1)
(rss)
GNU/Linux Dev(17)
(rss)
Interview Question(23)
(rss)
Misc.(10)
(rss)
Network
(rss)
Operation System(1)
(rss)
随笔档案
(231)
2009年8月 (2)
2008年11月 (2)
2008年10月 (16)
2008年9月 (10)
2008年8月 (9)
2008年6月 (1)
2008年3月 (1)
2008年2月 (1)
2008年1月 (3)
2007年12月 (20)
2007年11月 (43)
2007年10月 (35)
2007年9月 (38)
2007年8月 (5)
2007年7月 (21)
2007年6月 (24)
©2005-2008 Suprasoft Inc., All right reserved.