CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - c compiler

搜索资源列表

  1. cscript1(zhuanzai)

    0下载:
  2. 完成一个简化的C语言编译程序,最终能生成汇编语言或中间结果。有一些基本的数据结构和语言成分-completion of a simple C language compiler and eventually will generate assembly language or intermediate results. There are some basic data structure and composition language
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:114887
    • 提供者:zhaoyan
  1. LZW111

    0下载:
  2. 用C++语言编译的LZW压缩算法,自我感觉编写不错,根据提示输入要压缩的文件名即可-C language compiler of the LZW compression algorithm, and feel good preparation, When prompted to input compressed file can be
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2403
    • 提供者:caohan12
  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. Opus6_Source

    1下载:
  2. Data Structures and Algorithms with Object-Oriented Design Patterns in C# 这本书的范例代码dll自己反编译的source code http://www.brpreiss.com/books/opus6/-Data Structures and Algorithms with Objec t-Oriented Design Patterns in C# this book since dll code exam
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:608476
    • 提供者:李奕璋
  1. matrix11

    0下载:
  2. Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compil
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39692
    • 提供者:lxh
  1. 45666019bosuxingchengsuanfa

    0下载:
  2. MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数?BR> [lms_communication
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:22663
    • 提供者:黄礼祥
  1. compiler3

    0下载:
  2. The MATLAB Compiler automatically converts MATLAB M-files to C and C++ code. The MATLAB Compiler includes the MATLAB C/C++ Math and Graphics Libraries, which let you automatically convert your MATLAB applications to C and C++ code for stand-alo
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1041800
    • 提供者:zhuzhu
  1. shenjingwangluomoshishibie

    0下载:
  2. The code on this diskette has been organized by chapter. Each subdirectory containing listing has a readme.txt describing program usage and any relevent file formats. The readme will also describe how to compile the target programs under IBM OS
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:566342
    • 提供者:奖励
  1. examle

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

    • 发布日期:2008-10-13
    • 文件大小:104080
    • 提供者:亲切
  1. 7个数据结构的实验_DataStructure

    0下载:
  2. 编译系统: Visual C++ 6.0 操作系统: Windows 2000/XP 这几个程序对于学习和理解数据结构有很大的帮助。-Compiler System : Visual C 6.0 operating system : Windows 2000/XP these procedures for the study and understanding of data structure will be very helpful.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:230081
    • 提供者:郑浩
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. C_kmeans.rar

    0下载:
  2. kmeans均值聚类算法c语言版,最基础的实现,经过编译调试通过的,c-means clustering algorithm kmeans language version of the realization of the most basic, after debugging the compiler through the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1891
    • 提供者:张娟
  1. xindaoC

    0下载:
  2. 信息论编程信道容量计算,C语言。编译环境为DEV_C-Information theory, channel capacity calculation programming, C language. Compiler environment DEV_C
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1055
    • 提供者:李三
  1. hashtable

    0下载:
  2. 一个哈希查找算法,用c实现, gcc编译 如果使用vs可能会提示少stdint.h-A hash search algorithm, with c and gcc compiler to achieve, if you are using VS , you may get a "can t find stdint.h",
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:4762
    • 提供者:qz
  1. test_dct

    0下载:
  2. 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4 x 4 matrix for the transformat
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:556
    • 提供者:浪飞人海
  1. gobang_lowAI

    1下载:
  2. 纯c语言写的五子棋. 标准c程序, 可以在任何编译器上运行. 自带简单的AI系统, 可以和人对弈-Written in pure c language backgammon. Standard c program that can run on any compiler. Comes with a simple AI system that can and human chess
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-06-29
    • 文件大小:2260
    • 提供者:scan
  1. LLongInt

    0下载:
  2. 一个大整数运算类,其中用了Windows下的汇编语言做了优化,在Visual C++ .NET下编译通过-A large category of integer calculations, which used the Windows under optimized assembly language, in the Visual C++. NET compiler passed under
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-11
    • 文件大小:5537
    • 提供者:
  1. swr1

    0下载:
  2. 这是数据结构的四则运算的c语言程序,只要编译就能运行呀!-This is the data structure of the four operations c language program, as long as the compiler can run!
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:1159
    • 提供者:宋维仁
  1. parking

    0下载:
  2. 演示停车场管理的C++算法。VC下编译通过。-Demonstration of the car park management C++ Algorithm. Adopted under the VC compiler.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3435
    • 提供者:扬木
  1. Qsort

    1下载:
  2. 快速排序算法C实现。编译器使用的为dev C-Quick Sort Algorithm C to achieve. Compiler used for dev C
  3. 所属分类:Data structs

    • 发布日期:2014-11-23
    • 文件大小:109706
    • 提供者:youname
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com