- 博客(15)
- 资源 (2)
- 收藏
- 关注
原创 jflash源码分析
常常是板子出了问题就手足无措,常常要给板子上面信号的时候要用ADS写长长的程序(我用ARM)常常看到Jflash的程序出错就只知道重起板子,于是我就常常想阅读一下Jflash的源代码今天,我终于祭起长久不用的Source Insight,建立工程,开始阅读Jflash所谓打蛇打七寸,读程序先读main我就从main开始对jflash进行解剖我读的代码是windows版本的,用VC进行编译,我想Li
2008-06-02 11:00:00
1358
1
原创 了解软件测试知识的网站
软件测试学习网站小全 以下的网站都是我经常访问、实用的软件测试网站,当然,网上的资源有如浩瀚大海无边无际,但我认为初学者看看下面这些就足够了。个人意见仅供参考。 1、无忧测试网 51Testing论坛 http://www.51testing.com http://www.51testing.com/cgi-bin/index.php 国内软件测试行业绝对的NO。1,内容覆盖软件测
2008-05-29 09:48:00
883
原创 股市交易教训。
3-23-08 -- 3-25-081.在大盘下跌趋势依旧,逢高反弹,获微利,未出;本计划出货,但执行不够坚决。本可获利1%2.后市但盘低开,反弹;应该及时了结,手中筹码;没有了结,执行不够坚决。亏损7%3.下跌大势,没有改善;保证本金,为上上策;如有热点,可用相当少量本金 逢低 买入,不可追高,切记!反弹后,即可抛出, 快进快出,获利了结。4.大盘不走稳,不可轻易,杀入;不要被
2008-03-25 12:40:00
541
原创 进程转入中断的细节
MINIX3进程转入中断的细节分为为三步:1.硬件将进程的寄存器保存到其堆栈中2.中断的硬件细节汇编代码将堆栈中的信息保存 1>保存寄存器信息及状态,到该进程对应PCB的entry中 2>调用中断剩余的具体实现的C代码程序3.中断的C代码执行中断处理的实现 1>清除保留在堆栈保存的信息(包括进程的寄存器信息) 2>执行中断处理 3>发送消息,通知该进程
2008-02-02 10:39:00
475
原创 回车键&换行符&回车符 朦胧中!
c语言中怎样知道文件中的换行符是还是 回答是:这是一个实现相关的问题。 首先纠正一下你说法中的错误:是回车,在C中就是字符/r;换行是,是字符/n。 在Windows环境中,如果输入到文本文件,程序中的一个/n换行符被解释成/r、/n两个字符(会车、换行);相反,如果读取文本文件,文件中的相邻的两个/r、/n会合并为
2008-01-21 16:05:00
1804
原创 Foreground Process&Background Process
When an operating system is booted, often several processes are created. Some of these are foreground processes, that is, processes that interact with (human) users and perform work for them. Others a
2008-01-15 20:16:00
730
原创 Physical disk geometry & disk fragmentation
Physical disk geometry ------is a way of describing the disks structure to make it readable by the system BIOS.It consists of the number of cylinders per disk,the number of read/write heads per cy
2008-01-10 09:39:00
610
原创 两种获得Device Context方法的区别
in WinUser.h 定义了PAINTSTRUCT结构typedef STRUCT TAG_PAINTSTRUCT{ HDC hdc; BOOL fErase; RECT rcPaint; BOOL fRestore; BOOL fIncUpdate; BYTE rgbReserved[32];}PAINTSTRUCT
2007-12-29 12:00:00
1264
原创 USA English Words Records.
1.abort:流产,堕胎. 2.preemie:早产儿 3. goad: 刺棒,激励物 vt 驱策,激励,刺激. 4.build-up:内建的 5.deadlock:死锁,僵局 6.coalition:联合 7.extravagant:奢侈,浪费的,放纵的 8.converse: 相反 v 交谈9.saloon: 大酒店,轮船大厅 10.salon:大的客厅 11.sporadic:ad
2007-12-24 20:30:00
481
原创 MBR(Master Boot Record)
The Master Boot Record(MBR),created when the first partition is created on a hard disk,is located in the drives first logical sector.The MBR contains the following:。The disk partition table,which
2007-12-19 17:14:00
389
原创 MS-DOS Memory Sturcture: Diagram Presents
MS-DOS operating system memory management structure: Application programs can load into memory at the first address above the resident part of the command processor ,and can use memory all the way u
2007-12-19 11:51:00
779
原创 extern 和 extern "C" 分析
extern 和 extern "C" 分析2007年12月14日 星期五 09:25 文章出处: /***************************************************************************
2007-12-17 14:03:00
521
原创 LoadIcon function usage:
wndclass.hIcon = LoadIcon (NULL, IDI_APPLICATION) ;sets an icon for all windows created based on this window class. The icon is a small bitmap picture that represents the program to the user. When
2007-12-13 16:45:00
481
原创 LPARAM&WPARAM' History
the third and fourth parameters to WndProc are defined as WPARAM and LPARAM, respectively. The origin of these names requires a bit of history. When Windows was a 16-bit system, the third parameter to
2007-12-13 15:51:00
373
原创 intel processor unicode下strlen函数返回值出错原因
We all know how to find the length of a string. For example, if we have defined a pointer to a character string like so: char * pc = "Hello!" ;we can call iLength = strlen (pc) ;The
2007-12-12 15:52:00
1166
COM原理及应用电子版
2009-04-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅