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

搜索资源列表

  1. C99标准ISO/IEC 9899:1999 (E)

  2. Pages:550; File Format:PDF C语言的较新标准 注意:并非所有编译器都支持。比如VC++6.0(old compiler!)
  3. 所属分类:C

    • 发布日期:2009-05-06
    • 文件大小:1048576
    • 提供者:luckystar90
  1. Linux C++ Programming

  2. This document provides a comprehensive list of C++ URL pointers, links to C++ online textbooks, and programming tips on C++. This document also provides a C++ library which imitates Java−language, and which has various methods to avoid memory proble
  3. 所属分类:C++

    • 发布日期:2009-05-06
    • 文件大小:392192
    • 提供者:cdm_xu
  1. 安装程序制作简明教程

  2. 经过好长一段时间的学用和试用,发现上面的(包括网上供下载的大部分)制作安装程序的软件好用的也就只有那么几个.对于我来说,比较好用的是:Install Maker Pro和Inno Setup Compiler汉化版,其实那些东东里大多比较适合于E文软件的打包(因为生成的安装程序界面的字体是E文字体,写上中文会显得字体好难看(包括Install Maker Pro).好在Inno Setup Compiler汉化版生成的安装程序的字体是宋体的:-)好看!并且它生成的界面是WIN2000的安装界面
  3. 所属分类:专业指导

    • 发布日期:2009-05-07
    • 文件大小:543744
    • 提供者:kldande
  1. Java正则表达式 Pattern Compiler

  2. 如果你曾经用过Perl或任何其他内建正则表达式支持的语言,你一定知道用正则表达式处理文本和匹配模式是多么简单。如果你不熟悉这个术语,那么“正则表达式”
  3. 所属分类:Java

    • 发布日期:2009-05-09
    • 文件大小:7168
    • 提供者:a406226715
  1. ITUG729源代码

  2. ITU-T G.729 Annex B ANSI-C Source Code Version 1.4 Last modified: November, 2000 */ TITLE ----- Fixed-point descr iption of Recommendation G.729 with ANNEX B Coding of Speech at 8 kbit/s using Conjugate-Structure Algebraic-Code-Excited Linear-Predic
  3. 所属分类:C

    • 发布日期:2009-05-09
    • 文件大小:164864
    • 提供者:tyglernest
  1. Matcom在vc中的用法

  2. Matcom是mathTools公司推出的一个能将M文件转化成相同功能C++代码的工具。相比Matlab自带的编译器Compiler,用Matcom转化代码要简单和方便 得多。本文将结合作者编程经验,以VC6.0和Matcom为例,详细介绍如何利用Matcom进行VC与Matlab的联合编程。
  3. 所属分类:C++

    • 发布日期:2009-05-12
    • 文件大小:1048576
    • 提供者:h8285953
  1. C Sharp Language Pocket Reference

  2. The C# Language Pocket Reference offers the convenience of a quick reference in a format that will actually fit in your pocket. The book includes a guide to C# language elements, a brief overview of the Framework Class library, a cross-reference for
  3. 所属分类:C#

    • 发布日期:2009-05-12
    • 文件大小:151552
    • 提供者:xkxjy
  1. ARM Linux 在AT91RM9200 平台上的移植

  2. ARM Linux 在AT91RM9200 平台上的移植,步骤包括下载安装内核源码、建立交叉编译环境及以压缩或非压缩方式配置和编译内核。其文件系统的建立及程序开发均在宿主机上完成,再通过串口、网口或者JTAG口烧写至目标板。-: AT91RM9200 ARM Linux platform in the transplant, steps include download and install the kernel source code, the establishment of cross
  3. 所属分类:硬件开发

    • 发布日期:2009-05-15
    • 文件大小:285696
    • 提供者:zhenwenxian
  1. GCC使用指南.txt

  2. GCC使用指南 使用语法: gcc [ option | filename ]... g++ [ option | filename ]... 其中 option 为 gcc 使用时的选项(后面会再详述), 而 filename 为欲以 gcc 处理的文件 说明: 这 C 与 C++ 的 compiler 已将产生新程序的相关程序整合起来。产 生一个新的程序需要经过四个阶段:预处理、编译、汇编,连结, 而这两个编译器都能将输入的文件做不同阶段的处理。虽然原始程序 的扩展名可用来分辨编写原始程序
  3. 所属分类:C

    • 发布日期:2009-05-19
    • 文件大小:12288
    • 提供者:ltisn
  1. c语言编译器源代码(包括设计文档)

  2. 1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-,语法还是不多的); 3. Error Recovery; 4. 生成p-code,便于理解; 5. 生成asm代码,通过masm6.0基本都能编译成功,但代码没有优化,效率极低。
  3. 所属分类:C

    • 发布日期:2009-05-21
    • 文件大小:927744
    • 提供者:caowk
  1. C# 编译利器 snippet compiler

  2. 想脱离 vs IDe 嘛,就用他吧 比 DOs 下的 csc 快些 比 vs studio 鸡肋些 但是足够用了 关键是 这个编辑器本身是 C#开发的
  3. 所属分类:C#

  1. Linguistic Support forin C++ Generic Programming

  2. Generic programming has emerged as an important technique for the development of highly reusable and efficient software libraries. In C++, generic programming is enabled by the flexibility of templates, the C++ type parametrization mechanism. Howeve
  3. 所属分类:C++

    • 发布日期:2009-05-22
    • 文件大小:304128
    • 提供者:scnu_yzy
  1. eclipse中文版教程

  2. 目录 0.环境说明 1.Eclipse 简介 1.1 历史背景 1.2 开发原始码软件 1.3 Eclipse 版本介绍 1.4 跨语言、跨平台 2. Eclipse Platform 2.1 概观 2.2 架构 2.3 项目与资料夹 2.4 平台核心 2.5 工作区(workspace) 2.6 工作台(workbench) 2.6.1 视图(View) 2.6.2 编辑器(Editor) 2.6.3 视景(Perspective) 2.7 重新排列视图和编辑器 2.7.1 放置游标 2.7
  3. 所属分类:Java

    • 发布日期:2009-05-25
    • 文件大小:11534336
    • 提供者:qudaibing
  1. twxproxy_pro_v211.zip

  2. TWX PROXY v2.03 SOURCE RELEASE NOTES 12 March 2005 FOREWORD TWX Proxy began as a pet project of mine back in early 1999. Over a 6 year period, the project evolved from a simple VB "sendkeys" application into a fully featured telnet proxy server comp
  3. 所属分类:Proxy

    • 发布日期:2009-05-26
    • 文件大小:2097152
    • 提供者:jbleak
  1. c#开发十大工具介绍

  2. 本文讨论的工具如下:   NUnit:编写单元测试的工具   NDoc:创建代码文档的工具   NAnt:生成解决方案的工具   CodeSmith:代码生成工具   FxCop:用于监视代码的——代码警察   Snippet Compiler:小型代码段编译工具   两个不同的转换器工具,ASP.NET 版本转换器(Version Switcher)和 Visual Studio .NET 项目转换器(Project Converter)   Regulator:生成正则表达式工具   .N
  3. 所属分类:C#

    • 发布日期:2009-05-28
    • 文件大小:212992
    • 提供者:masky5310
  1. c51 串行通信 初学者可以参考一下

  2. 51与PC通信 1 #include "at89x51.h" 2 #include "must.h" 3 sfr port_display = 0xa0;// 4 Uchar8 incept_data[10]; // 接收缓冲区 5 Uchar8 incept_index = 0; // 接收计数 6 Uchar8 send_data[10]={0,1,2,3,4,5,6,7,8,9}; // 发送缓冲区 7 Uchar8 send_index = 0; // 发送计数 8 Uchar8 ta
  3. 所属分类:C

    • 发布日期:2009-05-30
    • 文件大小:163840
    • 提供者:lmy_123
  1. Professional haXe and Neko

  2. Professional haXe and Neko
  3. 所属分类:专业指导

    • 发布日期:2009-05-31
    • 文件大小:8388608
    • 提供者:freewizard
  1. TRegware 4.02

  2. WAK Productions Presents: TRegware Shareware Security Component for Delphi Version 4.02 Copyright ?003 - WAK Productions ------------------------------------------------ Programmed by Winston Kotzan Email: wak@wakproductions.com Website URL: http://
  3. 所属分类:Web开发

    • 发布日期:2009-05-31
    • 文件大小:1034240
    • 提供者:warrially
  1. 编译原理鲸书中文版

  2. 高级编译器设计与实现(DjVu版)advanced compiler design and implementation
  3. 所属分类:专业指导

    • 发布日期:2007-08-20
    • 文件大小:8388608
    • 提供者:awei_robot
  1. dc中文教程

  2. desing compiler 的中文教程,讲得比较精简,清晰!
  3. 所属分类:其它

    • 发布日期:2007-08-28
    • 文件大小:692224
    • 提供者:sandallevi
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »