您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Linux开发资料杂锦

  2. PDF文件格式参考手册 ps2技术参考 tc高级编程技术 djgpp和保护模式编程 linux内核0.11完全注释 现代微机原理和接口技术-第5章-中断技术 微型计算机的硬件维修和软件维护 GCC中文手册 Oracle ProC程序开发
  3. 所属分类:Linux

    • 发布日期:2009-07-16
    • 文件大小:11534336
    • 提供者:zwh520
  1. libnet-1.1.2.1

  2. Libnet supports the following platforms and compilers: * Unix (gcc) -- tested with Linux, FreeBSD and OSF/1 * DOS (djgpp) * Windows (djgpp+RSXNTDJ, Mingw32, or MSVC) Other platforms should be fairly easy to support, especially if GNU CC and GNU Mak
  3. 所属分类:C++

    • 发布日期:2009-08-10
    • 文件大小:1020928
    • 提供者:wangjingfei
  1. C语言程序设计与实例详解

  2. C语言程序设计实例及详解 C语言是目前世界上流行、使用最广泛的高级程序设计语言。C语言对操作系统和系统使用程序以及需要对硬件进行操作的场合,用C语言明显优于其它高级语言,许多大型应用软件都是用C语言编写的。C语言具有绘图能力强,可移植性,并具备很强的数据处理能力,因此适于编写系统软件,三维,二维图形和动画它是数值计算的高级语言。常用的编译软件有Microsoft Visual C++,Borland C++,Watcom C++ ,Borland C++, Borland C++ Builde
  3. 所属分类:C

    • 发布日期:2010-03-19
    • 文件大小:824320
    • 提供者:lp396709128
  1. A*算法智能搜索技术

  2. 1、把原来用于存放已处理节点的堆栈改为(store_queue)队列,这样在从 sort_queue队列出列时可直接放入store_queue中。 2、解除了地图大小的限制(如果有64K内存限制时,地图大小只能是180x180) 3、删除了原程序中的一些冗余,见程序中的注释。 4、程序继续使用dis_map数组保存各点历史历史最佳距离,也包含了某点是否已经 经过的信息,虽然这样做可能会比使用链表多用一些内存,但是在搜索时可以 节省不时间。 5、程序更具有实用性,可直接或修改后运用于你的程序中,
  3. 所属分类:其它

    • 发布日期:2010-04-09
    • 文件大小:6144
    • 提供者:capry86
  1. nasm教程 nasm chinese book

  2. 这本书的目的是为了让读者更好地理解计算机在相比于编程语言如Pascal的更底层如何工作。通过更深刻地了解计算机如何工作,读者通常可以更有能力用高级语言如C和C++来开发软件。学习用汇编语言来编程是达到这个目的的一个极好的方法。其它的PC汇编程序的书仍然在讲授着如何在1981年使用在初始的PC机上的8086处理器上进行编程!那 时的8086处理器只支持实模式。在这种模式下,任何程序都可以寻址任意内存或访问计算机里的任意设备。这种模式不适合于安全,多任务操作系统。这本书改为叙述在80386和后来的
  3. 所属分类:硬件开发

    • 发布日期:2010-04-28
    • 文件大小:1048576
    • 提供者:jxth152913
  1. yasm-0.8.0

  2. 包含文件: yasm-0.8.0-cygwin.exe yasm-0.8.0-dos.exe yasm-0.8.0-win32.exe yasm-0.8.0-win64.exe yasm-0.8.0.tar.gz Source.tar.gz——the source files of yasm Win32.exe——for "normal" (Visual Studio or similar) use on 32-bit Windows Win64.exe——for "normal" (Visu
  3. 所属分类:其它

    • 发布日期:2010-05-14
    • 文件大小:2097152
    • 提供者:bihaichentian
  1. pcasm-book-simplified-chinese.pdf

  2. pcasm-book-simplified-chinese.pdf是一个翻译成中文的汇编语言教程,不是详细的介绍汇编语言,只有一些最基本的方面的介绍。不过这本书是叙述在80386和后来的处理器如何在保护模式下编程。用NASM和DJGPP C/C++编译器。有讲述C/C++中如何使用NASM汇编代码。有样例代码,多平台的。DJGPP,Linux,Borland,Microsoft,Cygwin (Might work for Mingw32 too),Open Watcom
  3. 所属分类:硬件开发

    • 发布日期:2010-05-17
    • 文件大小:869376
    • 提供者:liboyixia
  1. Guide to Inline Assembly.

  2. This is meant to be an introduction to inline assembly under DJGPP.
  3. 所属分类:硬件开发

    • 发布日期:2010-05-23
    • 文件大小:31744
    • 提供者:noodlezh
  1. 使用DJGPP编写DOS程序

  2. 现在开发传统DOS下的程序,常用的是Borland的TC或者BCC,或者是MS的VC1.52,TC只能写 16位程序,如果要用到32位数据的话,就非常麻烦,要用不但要用嵌汇编,还要用机器码来实现32位 的操作。其他的软件,即使可以使用32位的数据,当面临下面一种情况时,同样也需要很麻烦操作:
  3. 所属分类:C++

    • 发布日期:2010-06-30
    • 文件大小:419840
    • 提供者:fenyuxiao
  1. 混乱C语言代码之HelloWorld版

  2. 混乱C语言代码! 一共6个程序,所有的程序的目的都只有一个:打印出Helloworld! 看你能看懂几个! 注:前5个用C语言编译器即可,最后一个需要使用C++的编译器。 代码1到5在DJGPP下编译通过,代码6使用VC6的cl.exe编译通过。
  3. 所属分类:C

    • 发布日期:2010-08-23
    • 文件大小:163840
    • 提供者:supernetuser
  1. djgppv1工具包和源码包 OS开发工具DOS下的GUN编译器来的

  2. djgppv1工具包和源码包 OS开发工具DOS下的GUN编译器来的
  3. 所属分类:其它

    • 发布日期:2010-09-06
    • 文件大小:2097152
    • 提供者:chla
  1. tc2.0 和 tasm3.2 dos下的编译器

  2. tc2.0 和 tasm3.2 dos下的编译器 可以编译linux0.11 的源码 和 djgpp 开发工具的v1版 的源码。
  3. 所属分类:Linux

    • 发布日期:2010-09-08
    • 文件大小:1048576
    • 提供者:chla
  1. 调试圣经——《Debugging with GDB, 9th》

  2. Table of Contentsl Summary of GDBm Free softwarem Free Software Needs Free Documentationm Contributors to GDBl A Sample GDB Sessionl Getting In and Out of GDBm Invoking GDBn Choosing filesn Choosing modesm Quitting GDBm Shell commandsl GDB Commandsm
  3. 所属分类:C

    • 发布日期:2008-03-06
    • 文件大小:2097152
    • 提供者:erway
  1. Debugging with GDB --2001年5.3

  2. Table of Contents Summary of GDB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free Software Needs Free Documentation . . .
  3. 所属分类:C

    • 发布日期:2010-12-22
    • 文件大小:1048576
    • 提供者:shaoguangleo
  1. Debugging with GDB --2002年5.11

  2. Table of Contents q q q q q Summary of GDB r Free software r Free Software Needs Free Documentation r Contributors to GDB A Sample GDB Session Getting In and Out of GDB r Invoking GDB s Choosing files s Choosing modes r Quitting GDB r Shell commands
  3. 所属分类:C

    • 发布日期:2010-12-22
    • 文件大小:1048576
    • 提供者:shaoguangleo
  1. Debugging with GDB --2003年6.0

  2. Table of Contents Summary of gdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free Software Needs Free Documentation . .
  3. 所属分类:C

    • 发布日期:2010-12-22
    • 文件大小:1048576
    • 提供者:shaoguangleo
  1. DebuggingWithGDB 6.8-2008

  2. Table of Contents Summary of gdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free Software Needs Free Documenta
  3. 所属分类:C

    • 发布日期:2010-12-22
    • 文件大小:2097152
    • 提供者:shaoguangleo
  1. 最新版的DebuggingWithGDB7.05-2010

  2. Table of Contents Summary of gdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free Software Ne
  3. 所属分类:C

    • 发布日期:2010-12-22
    • 文件大小:2097152
    • 提供者:shaoguangleo
  1. DJGPP

  2. windows下GNU的C和C++编译器
  3. 所属分类:C

    • 发布日期:2008-03-21
    • 文件大小:6291456
    • 提供者:Balkma
  1. a micro processor simulator for educational purposes

  2. Installation goes in the following simple steps, and should be familiar since you have already installed Allegro: Start a console (e.g. a DOS-box in Windows) Make your Ellen directory to the current (e.g. cd ~/ellen or cd c:\ellen etc) Tell the inst
  3. 所属分类:C/C++

    • 发布日期:2011-04-13
    • 文件大小:277504
    • 提供者:lp19911126
« 1 23 4 »