CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c 编译器

搜索资源列表

  1. c68

    1下载:
  2. 一款拥有一定历史的C语言编译器,最初为MOTOROLA 68000 开发,后来为其他一些通用处理器实现了后端,支持C99中的大部分新特性。-has some history of C language compiler, originally developed for Motorola 68000, Later, some of the other processor to achieve a common back-end, the C99 support most of the new p
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:473817
    • 提供者:可可
  1. differenct

    0下载:
  2. 堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(static)—,全局变量和静态变量的存储是放在一块的,初始化的全局变量和静态变量在
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:14949
    • 提供者:stevephen
  1. haffuma

    0下载:
  2. c 实现的哈夫曼码编译器 sample demo-c achieve Huffman code compiler sample demo
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1814
    • 提供者:chen-fu
  1. 24093835if8l_reflector

    1下载:
  2. 一个小的c#的反编译器,很不错,可以转换多种格式!-a small anti-c # compiler, quite good, and a variety of formats can be converted!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:855022
    • 提供者:xy
  1. 16

    0下载:
  2. 将该实例的源代码,比如1.c文件(在【001】目录下)拷贝到【c:\\tc】目录下,在MS-DOS方式下运行tc.exe,打开编译器,在TC中,按【F3】键或者“File->Open”菜单命令,打开1.c文件,按【Ctrl+F9】键,或者“Run->Run”菜单命令,编译运行该程序。若有相应的dat文件,应将dat文件一起拷贝到【c:\\tc】目录下。
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:744
    • 提供者:毛毛虫
  1. 101

    0下载:
  2. 将该实例的源代码,比如1.c文件(在【001】目录下)拷贝到【c:\\tc】目录下,在MS-DOS方式下运行tc.exe,打开编译器,在TC中,按【F3】键或者“File->Open”菜单命令,打开1.c文件,按【Ctrl+F9】键,或者“Run->Run”菜单命令,编译运行该程序。若有相dat文件,应将dat文件一起拷贝到【c:\\tc】目录下。-example of this source code, for example 1.c ([001] in the catalog)
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3464
    • 提供者:毛毛虫
  1. GP_correlation_dimension

    2下载:
  2. 没有采用短暂分离的方法的GP方法求关联维 G-P算法计算关联维的 Matlab 程序(mex版) 文件说明: 1、GP_Algorithm_main.m - 程序主文件 2、LorenzData.dll - 产生Lorenz离散数据 3、normalize_1.m - 数据归一化 4、correlation_interal.c - 计算关联积分的源代码文件 5. correlation_interal.dll-计算关联积分的mex文件 没有采用短暂分离的方
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6975
    • 提供者:许小可
  1. jxxfc1

    0下载:
  2. 介绍了如何将m文件转换成VC可调用的dll文件,在这章中介绍如何利用编译器将m文件转换成对应的C\\C++文件,并在VC中调用-on how to convert documents into m VC dll with the available documents, In this chapter, how to use the compiler to convert documents into m corresponding to the C \\ C paper and called
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:13927
    • 提供者:王大众
  1. BenC

    1下载:
  2. 在linux下实行的简单的c语言编译器,希望大家指正评判,-implemented under linux in the simple C language compiler, we hope that the correct judgment, I would like to thank
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:232400
    • 提供者:李标
  1. pl0_c++_2

    2下载:
  2. PL0 C++ 对pl0语言程序的语法分析源程序,另外一个PL0的编译器-PL0 of p10 C language syntax analysis procedures source, and a compiler PL0
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6135
    • 提供者:ben
  1. ha0123(2)

    0下载:
  2. 设计一个实用的小型类C语言的编译器,能够通过词法分析程序将一串字符流转换为一组单词,并能够通过语法分析程序将该单词组转换为中间代码,中间代码可为四元组等各种形式。-practical design a small category C language compiler. through lexical analysis procedure to a bunch of characters flow into a group of words Grammar can pass this word
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:16500
    • 提供者:李想
  1. gethostbyname

    0下载:
  2. 在 c++ builder 编译器下,通过SDK 编写,求本机的计算机名和IP的源代码.-builder in c compiler, the SDK through preparation, The demand for computer and IP source code.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4429
    • 提供者:xinran
  1. ZigBeeProtocolSourseAndSample

    0下载:
  2. 编译器:MCC18 v2.30.01 及其以上 编译环境:MPLAB 7.51 请把MpZBee文件夹拷贝到C盘根目录下才能正常编译。-compiler : MCC18 v2.30.01 and above compiler environment : Please MPLAB 7.51 MpZBee folder are copied to the directory C can be deep-rooted normal compiler.
  3. 所属分类:SCSI/ASPI

    • 发布日期:2008-10-13
    • 文件大小:1759411
    • 提供者:qinghui
  1. jxxfcsrcfdgfdsswwww

    0下载:
  2. 在上一章中对MATLAB 编译器做了简要介绍,并介绍了如何将m文件转换成VC可调用的dll文件,在这章中介绍如何利用编译器将m文件转换成对应的C\\C++文件,并在VC中调用。这章节中的例子是在第四章中介绍过的解线形方程组。-in the previous chapter on MATLAB Compiler made a brief presentation, and describes how to convert documents into m VC dll with the avail
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13927
    • 提供者:啊啊啊啊
  1. c_make_code

    0下载:
  2. Following is a repost of the public domain make that I posted to net.sources a couple of months ago. I have fixed a few bugs, and added some more features, and the resulting changes amounted to about as much text as the whole program (hence the
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16779
    • 提供者:zhouwei
  1. 4th-3.3d-for-unix

    0下载:
  2. 4tH compiler是一个稍有不同的Forth 编译器,不像标准Forth 引擎所提供的常规编译器。4tH 是一个非常小的编译器,它可以生成字节码,嵌入式C字节码,单独的可执行文件,但是它也可以作为一个脚本语言-4tH compiler is a slightly different Fortran compiler, Unlike standard Forth engine provided by conventional compilers. 4tH is a very small co
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:292336
    • 提供者:zhouwei
  1. tongxueluC++biany

    0下载:
  2. 同学录C++编程 程序文件(VC++编译器,其他编译器也可以) cclassmate.h cclassmate.cpp ClassmateLib.h classmatelib.cpp Classmate.cpp StdAfx.h StdAfx.cpp 文件内容在后面列出来. -lots C programming files (VC compiler, Other compilers may) cclassmate.h cclassmate.c
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3103
    • 提供者:宁承林
  1. IICMaster

    0下载:
  2. 12Mhz标准51的100KHz IIC总线主器件模拟方式驱动程序。 本驱动程序即可以在没有Small RTOS的情况下使用。此时,要使用本驱动程序只需要配置IIC总线使用的IO口。在驱动程序的主文件iic_master.c仅包含一个文件config.h。用户需要的是在这个文件中设置IIC总线使用的IO口SDA和SCL。如果用户单独使用iic_master.c,还要在config.h包含iic_master.h文件和其它必须的文件如reg51等;并定义宏TRUE、FALSE和与编译器无关的
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:3537
    • 提供者:李强
  1. USART_main

    0下载:
  2. AVR USART串口使用的一个范例 编译器:GCC 工具: C && ASM 芯片:ATMEL的ATMEGA系列-AVR USART serial use of a model compiler : GCC tools : C
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:3234
    • 提供者:刘健华
  1. Getting_Started_with_ImageCraft_C_for_AVR

    0下载:
  2. Getting_Started_with_ImageCraft_C_for_AVR 使用ImageCraft C语言编译器编写AVR单片机程序的教程-Getting_Started_with_ImageCraft_C_fo ImageCraft r_AVR use C language compiler prepared AVR procedures Directory
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:98791
    • 提供者:杨生
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com