摘要:在研发布做主板的引导程序和操作系统。
1、8:30左右醒来,立刻给女朋友发个消息。之前可能醒过一次,但没有清醒就又睡着了,原因是被下面收废品的吵醒,不明白为什么他每天都来收。起得这么晚是因为晚睡,而且研发部的同志都是夜郎。
2、步行到实验室,路上要买早饭,还得通过门检。他们老是看我不太爽,估计是我没有开“壬p-000001”车牌的缘故。
3、边吃早饭,打开彩显,我靠,......
摘要:联机的linux的系统分析(第二部分)(第一版)
======================================================================
----原著:mariusz burdach
翻译:西安邮电学院电科0101 徐兆元 02985384887
译文版权: 徐兆元 西安邮电学院156# flxyzsby@163.com/flxyzs......
一段清屏的c++代码(转贴)// clrscr.h
//
// adapted from
// vincent fatica
// vefatica@syr.edu
// syracuse university mathematics
// http://barnyard.syr.edu/~vefatica/
//
// by shannon bauman
// august 9, 1998
//
// clear entire console screen buffer
#ifndef clrscr_h
#define clrscr_h
int clrscr();
#include "clrscr.cpp"
#endif
-----------------
// clrscr.cpp
//
// adapted from
// vincent fatica
// vefatica@syr.edu
// syracuse university mathematics
// http://barnyard.syr.edu/~vefatica/
//
// by shannon bauman
// august 9, 1998
//
// clear entire console screen buffer
#include <windows.h...
下一页 摘要:在进程退出前删除启动进程的可执行文件?记得《csdn开发高手》上登过一篇类似的文章,不过该文最后认为这是不可能的。这里转载一篇,大家看看他的精妙实现。(作者说转载要经过他同意,我不想那么麻烦,所以就只给一个链接了)
http://www.driverdevelop.com/lu0/app/20010112.html
......