搜索资源列表
uisp-20050207.tar
- Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the Makefile to remove support for direct I/O port access (that may be necessary on non-PC
Cygwin使用指南
- cygwin是一个在windows平台上运行的unix模拟环境,是cygnus solutions公司开发的自由软件(该公司开发了很多好东西,著名的还有eCos,不过现已被Redhat收购)。它对于学习unix/linux操作环境,或者从unix到windows的应用程序移植,或者进行某些特殊的开发工作,尤其是使用gnu工具集在windows上进行嵌入式系统开发,非常有用。随着嵌入式系统开发在国内日渐流行,越来越多的开发者对cygwin产生了兴趣。本文将对其作一介绍。-cygwin is one
Linuxsypxjc
- Linux实用培训学习教程1.0(最终版) 本书是为广大Linux学习者制做的,本书内容基础,语言简短简洁,也节选了一些比较经典而且一定要了解的Linux知识,循序渐进的介绍Linux相关知识,从入门到提高,希望对所有学习Linux的朋友都有帮助。-Linux learning practical training handbook 1.0 (the final version) is the book for the majority of learners Linux system so
fget.tar
- 应用平台 SCO OpenServer 5 编译命令 cc -o fget fget.c -lcurses 此程序适用于SCO UNIX主机系统,客户端为任意平台. 以Windows客户为例,以下简要说明其使用方法. 1、直接拨号方式 先进入Windows的终端仿真器, 使用ATDT命令向UNIX主机拨号,当主机连通时, 运行主机的FGET程序,格式为 FGET 下载文件名.然后,从终端仿真器的传输" 菜单选接收二进制文件选项,输入本地文件名后,即可接收文件. 2、internet连接方
LinuxUART
- linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #inc
Essential_Linux_Device_Drivers
- 這是一本在講解linux 驅動程式的書籍 包含 MTD Video serial 等驅動程式-This is a linux driver in the brief book contains MTD Video serial driver, etc.
MotifProgrammingManual
- 6A_book_pdf.zip,详细讲解了motif的编程各种widget的创建和资源等等 6B_book_pdf.zip,motif函数简介等 6A_examples.rar,实例例程序,编译通过-6A_book_pdf.zip, detailed account of a variety of widget programming motif creation and resources, etc. 6B_book_pdf.zip, motif function brief 6A_e
qt4lib
- qt中写动态库和调用动态库的简单例子,说明怎么用qt4产后运态库,在源码中都有详细的注释-qt write the dynamic library and dynamic library calls brief examples of how to use QT4 Yun postpartum state library, in source code, there are detailed notes
linux2
- linux简介,说明性文档,概要性的文档-linux brief descr iptive document, a summary of the document
myrm2
- 使用unix的api实现unix下的rm函数,可支持-r -i -u选项-a brief source code of rm under linux,-i-r-u options are available
linux
- 简单介绍linux操作系统的构成和一些常用命令-Linux operating system, a brief introduction of the composition and some commonly used commands
linuxscan
- Linux 扫描式教程 关于本教程,其实在很多学习者中,有一些人希望能偶尔学到些东西,虽不像系统那样学习,零零碎碎总结起来还是受益不少,本教程就是为这些人群制定的。最基本的判断依据是看到哪学到哪,而且以简短的语言来描述,就像用系统一样,不一定要成为高手,但求成为熟悉的使用者。-Linux scanning tutorial on the tutorial, in fact, many learners, there are occasionally some people would li
Chapter_2
- 本章简要介绍Linux中一般的编码结构,并描述诸多与内核打交道的方法。我们首先 关注内核中常见数据类型,比如有效存储、信息检索、编码方法,以及基本汇编语言。这将 为我们在以后的章节中详细分析内核打下基础。接下来介绍Linux如何将源代码编译、链 接成可执行代码,这对理解交叉平台编码和更好地介绍GNU工具集不无益处。之后就是一 系列从Linux内核搜集信息的方法之概要了。本章涉及的内容非常广泛,包括源代码和可 执行代码的分析,以及在Linux内核中插入调试语句。-This ch
2628374-Writing-Device-Drivers-in-Linux-A-Brief-T
- Tutorial for writting device drivers in linux
linux
- 学习Linux的一个很好的教程,本书内容基础,语言简短简洁,也节选了一些比较经典而且一定要了解 的Linux知识,循序渐进的介绍Linux相关知识,从入门到提高,希望对所有学习Linux的朋友都有帮助.-Learning Linux a good tutorial, based on the book content, language, brief concise, but also extracts a number of comparison and must be done in t
HibernateGossip
- Hibernate 环境开发精要 简要介绍Hibernate的开发环境-Hibernate Essentials of environmental development brief Hibernate development environment
Beginning.Linux.Programming.3rd
- 初学linux 系统编程, 简要介绍linux系统编程技巧-Beginner linux system programming, a brief descr iption linux system programming skills
LinuxCprograming
- 本人是Linux初学者并对学习内容加以概括,供大家参考,主要简单的介绍了Linux的组成和Linux下c语言的程序编写。-I am a Linux beginner and learning content to be summarized, for your reference, the main brief introduction to the Linux and Linux under the composition of c language programming.
siftcode
- 在图像匹配中,有很多种算法。在这众多的算法中,SIFT 算法具有良好的尺度、光 照和空间旋转的不变性,所以被广泛的应用于图像匹配当中。本文对SIFT 算法的四个主要 步骤进行了简单的介绍,并将该算法应用到多色二值压缩的压缩算法当中,提高了压缩效率 并且缩小了压缩后的存储空间。-In image matching, there are many kinds of algorithms. In many algorithms, SIFT algorithm has good scale,
a-brief-introduction-of-linux
- 习惯Windows的用户转向Linux的一本基础教程-a brief introduction of linux for someone who used to windows