CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 类C语言

搜索资源列表

  1. slr

    0下载:
  2. 编译原理课程试验,一个类C语言编译器前端的SLR方法实现。使用VC,c语言风格-compiler test, a Class C language compiler front-end SLR method. Using VC, c language style
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:29323
    • 提供者:劳尔
  1. 利用双向走动法改进冒泡排序算法C语言源代码

    0下载:
  2. 传统的冒泡排序法是这样操作:从前往后,依次比较两个相邻的元素,如果逆序则交换这两个元素值,然后继续往后操作;到了数据尾部时,就找出了一个最大值(或最小值)。然后重复上面的操作n-1次(n为元素个数)。相关的改进办法:按照上面的办法来操作的话,第一次扫描把最大数(或最小数)放到最后面的位置,第二次扫描时其实只需要扫描到倒数第二个位置就可以了,因为最后一个位置已经不需要判断了,以后的操作都是类似的。这样可以减小程序运行时间。-traditional Bubble Sort method is ope
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4316
    • 提供者:张庚
  1. 在任务栏显示图标的类

    0下载:
  2. 该文件是在任务栏显示图标的类,采用C++语言实现,比较实用。-the document is in the task bar icon shows the class using C language, more practical.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:47679
    • 提供者:王元
  1. c(classi)

    0下载:
  2. c语言的一些算法函数(i类) 开发语言 VC & C++ 运行平台 Windows XP 等 -some arithmetic functions (i) development languages VC
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3745
    • 提供者:刘德华
  1. c(classs)

    0下载:
  2. c语言的一些算法函数(s类) 开发语言 VC & C++ 运行平台 Windows XP -some arithmetic functions (s) development languages VC
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4769
    • 提供者:刘德华
  1. dbscan-C++

    1下载:
  2. 采用C++语言编写的,用于聚类相关方面的dbscan算法源程序,希望大家共同提高-using the C language for the relevant aspects of clustering algorithm source dbscan hope that we can raise! !
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:124352
    • 提供者:周君
  1. compile_words

    0下载:
  2. 编译器之词法分析,可以分析类C语言 包括<=的处理,里面有详细注释-compiler device lexical analysis, analysis of category C language including lt; = Handling, there are detailed notes
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3165
    • 提供者:mazhichao
  1. duihanshu

    0下载:
  2. 基于类C语言的基本函数,堆函数及其相关操作程序-Class C language based on the basic function, function and sculpture related procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2665
    • 提供者:Wiracle
  1. Data-configuration

    0下载:
  2. 数据结构的经典书籍,用类C语言就行讲解,将数据结构分析的很透彻-data structure of the classic books, C-like programming language used on the trip to explain to the data structure is very thorough analysis
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16115503
    • 提供者:kaye
  1. datastructnote

    0下载:
  2. 数据结构笔记,类c语言版本,我自觉很不错,大家可以-data structure, type c language version, I do feel quite well, and we can s
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30486
    • 提供者:郑小光
  1. c_script_src

    0下载:
  2. 简单的类C语言脚本实现。不支持过程调用。数据类型只有cstring ,int.-simple C-like scr ipting language to achieve. Do not support the procedure call. Only cstring data type, int.
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:56006
    • 提供者:yuxilv
  1. chsh

    1下载:
  2. 一个类c++语言解释器,由一位国外c++大师所作,喜欢脚本脚本语言的可以-a Class C language interpreter, by a master of his foreign c, like the scr ipt scr ipting language can s
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:193349
    • 提供者:clisper
  1. embedpython_1_src

    0下载:
  2. unix下解释类c++语言的封装类,可以深入理解编译原理-unix interpret the language category c Packaging category, in-depth understanding of compiler theory
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5669
    • 提供者:李力
  1. C++applicationProgram200

    0下载:
  2. C++应用编程200例--------专为广大学习和使用C++语言的读者设计的,旨在帮助读者更快更有效地掌握C++语言。全书共分4部分,通过大量实例全面系统地介绍了C++语言程序设计的基本概念和方法,主要内容包括:基本运算、数据类型、程序结构、函数、类与对象、预处理指令、文件处理、函数模板、类模板和STL的使用等。 这些是书中的代码 -C Application Programming -------- 200 cases for the majority of the learning and
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:104738
    • 提供者:andy
  1. yacc_LL1

    0下载:
  2. 编译原理实验中的yacc源码,是一个基于小类C语言的yacc程序,有助于学习yacc的编写。-principle experiment compiler generates the source code, is based on a subset of the C language yacc procedures, contribute to the preparation of learning yacc.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:346120
    • 提供者:jiajia
  1. C++matrix

    0下载:
  2. C++语言的复数与矩阵运算库,编写工程类软件必备。包括矩阵乘、加、数乘、逆等-C language in the plural and matrix operations for the preparation of engineering software required. Including matrix multiplication, Canada, multiply, the inverse
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9359
    • 提供者:杨文海
  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. cure.c++

    0下载:
  2. 经典cure聚类算法,实现用c++语言.大家-classic cure clustering algorithm, and using the c language. We look at
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:44284
    • 提供者:孔明
  1. associationrule

    0下载:
  2. 数据挖掘中购物篮分析的apriori算法,这是用类C语言实现的 -data mining analysis of the shopping basket apriori algorithm, which is used like the C Language
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12600
    • 提供者:杨正余
  1. bayes.c

    1下载:
  2. 两类正态分布模式贝叶斯分类算法源程序,用c语言实现的-two normal mode Bayesian classification algorithm source files, using the C Language
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4052
    • 提供者:张珊
« 1 2 34 5 6 7 8 9 10 ... 49 »
搜珍网 www.dssz.com