- 博客(7)
- 收藏
- 关注
原创 编译VTK(VS2008)
<br /> <br />http://www.vtk.org/VTK/resources/software.html<br /> <br />文件:<br />1. vtk-5.6.1.zip<br />2. vtkdata-5.6.1.zip<br />3. cmake-2.8.4-win32-x86.exe<br /> <br /> <br />安装cmake-2.8.4-win32-x86.exe<br /> <br />用cmake生成VS2008工程文件<br />Configure: <br
2011-03-19 20:12:00 408
原创 windows引导linux
需要软件: 1. grub for dos(GRUB4DOS):sf.net有下. 2. explore2fs过程:1:把下好的grub for dos 解压到C盘根目录下,取名为grub,把里面的grlrd复制到C盘根目录下2:找到C盘下面的boot.ini文件(这是个操作系统隐藏文件),在里面最后一行加入c:/grldr="linux"3:用explore2将linux下的/boot/
2009-02-27 09:30:00 507
原创 thinkpad x61-lg2装XP
攒钱买了个小黑,预装VISTA,不习惯,决定重新装个XP。 需要软件: 1.UltraISO 9.33 2.老毛桃的WINPE 3.windows xp sp3 (xp.iso) 4.x61驱动(尤其是网卡驱动,如果你没有两台机子可用的话!)硬件: 1.U盘 过程: 1.用UltraISO,把老毛桃的WINPE给写入U盘,做个启动盘。 2.将windows xp
2009-02-27 09:06:00 779
原创 哈希表
实现一个简单的哈希表。 /* * hashtab.h - * A hash table (hashtab) maintains associations between * key values and datum values. The type of the key values * and the type of the datum values is a
2008-09-24 18:09:00 442
原创 双链表
实现了一个简单方便使用的双链表结构。是修改linux 2.6 kernel 中 list.h 得来的。 /** * macro.h - common macro define. * * Author:jta , 2008.6 * */#ifndef _MACRO_H_ #define _MACRO_H_ /* * common p
2008-09-24 17:32:00 398
原创 获得网卡MAC地址
获得网卡MAC地址c代码(linux)/* * get network adapters mac address * @ifname [IN] interface name(eg. eth0) * @mac [OUT] output mac address to it */static int get_mac_addr( const char *ifname, un
2008-09-24 14:45:00 455
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人