码迷,mamicode.com
首页 >  
搜索关键字:kernel header files    ( 28704个结果
Linux内核架构读书笔记 - 2.5.3 处理优先级
kernel 进程优先级及其权重计算
分类:系统相关   时间:2014-07-22 23:13:14    阅读次数:471
C#单链表(数据结构)
学习单链表的源码项目:http://files.cnblogs.com/xmfdsh/CSharp%E5%8D%95%E9%93%BE%E8%A1%A8.rar链表是用一组任意的存储单元来存储线性表中的数据元素(在存储单元中可以是连续的,也可以是不连续的)。链表在存储数据元素时,除了存储数据元素本身...
分类:其他好文   时间:2014-07-22 23:13:13    阅读次数:495
同时使用ADO与Excel类库冲突的问题
客户需要一个Demo程序实现Access数据库表导出到Excel表格,并将表中存储的照片(OLE对象)以其中一个字段(编号)命名存储到本地。程序中引入了ADO操作Access数据库("C:\Program Files\Common Files\System\ado\msado15.dll" no.....
分类:其他好文   时间:2014-07-22 23:08:15    阅读次数:310
Linux tar command usage
Linux tar command usageLinux tar command usageTable of Contents1. Create an archive:2. Create a gzipped archive:3. List the files in an archive4. Add ...
分类:系统相关   时间:2014-05-01 16:16:01    阅读次数:586
Windows7 64bit 安装python3.3 & cx_Freeze-4.3.2
Python 3.3.5https://www.python.org/downloads/release/python-335/cx_Freezehttp://sourceforge.net/projects/cx-freeze/files/4.3.2/cx_Freeze 注意下载对应版本,有分32...
分类:编程语言   时间:2014-05-01 02:05:07    阅读次数:623
Windows JDK环境变量的配置
下载JDK:http://www.oracle.com/technetwork/java/javase/downloads/index.html安装计算机-->属性-->高级系统设置-->高级-->环境变量-->用户变量:新建 JAVA_HOMED:\Program Files\Java\jdk1....
分类:Windows程序   时间:2014-05-01 00:35:42    阅读次数:518
向开发板中烧写Linux系统-型号S3C6410
向 S3C6410开发板中烧写 bootloader, Linux Kernel, FileSystem...
分类:系统相关   时间:2014-04-28 10:21:43    阅读次数:558
java Annotation 自定义实例
Defining annotations Here is the definition of the annotation above. You can see that annotation definitions look a lot like interface definitions.  In fact, they compile to class files like any oth...
分类:编程语言   时间:2014-04-27 21:47:05    阅读次数:348
Linux 0.11中write实现
看了一下Linux 0.11版本write的实现,首先它在标准头文件unistd.h中有定义 int write(int fildes, const char * buf, off_t count); 接下来看write.c /* * linux/lib/write.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__...
分类:系统相关   时间:2014-04-27 21:45:04    阅读次数:523
linux下的APK反编译软件及过程介绍
需要工具:   1.apktool apk打包工具   下载地址:http://android-apktool.googlecode.com/files/apktool1.5.2.tar.bz2   安装:直接解压即可,是一个apktool.jar文件,通过 $java -jar apktool.jar   来运行,依赖于java运行环境   2.dex2jar dex转化...
分类:系统相关   时间:2014-04-27 21:11:07    阅读次数:496
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!