搜索资源列表

  1. 异步处理类, C++代码

    0下载:
  2. 异步处理类, C++代码-asynchronous processing and C code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6.95kb
    • 提供者:yj
  1. 类c语言编译器

    0下载:
  2. 类c语言编译器,提供从词法分析到语义分析的一系列操作,可供编译原理学习使用。-category c compiler, from lexical analysis of the semantic analysis of a series of manipulations, Principle study compiled for use.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:32.11kb
    • 提供者:张博
  1. VC上的类C编译器

    0下载:
  2. 简单的类C编译器~

      有词法分析跟语法分析~

  3. 所属分类:Windows编程

    • 发布日期:2009-01-21
    • 文件大小:3.44mb
    • 提供者:Fall0513
  1. 图像模糊C-均值聚类

    2下载:
  2. 图像聚类分割是图像处理的基本操作,该文件含有C-均值聚类分割算法思想以及matlab源程序
  3. 所属分类:其它

    • 发布日期:2011-05-30
    • 文件大小:604.34kb
    • 提供者:xiaomeijiaojiao
  1. 数据结构(C语言版)

    1下载:
  2. 《数据结构》(C语言版)是为“数据结构”课程编写的教材,也可作为学习数据结构及其算法的C程序设计的参考教材。本书的前半部分从抽象数据类型的角度讨论各种基本类型的数据结构及其应用;后半部分主要讨论查找和排序的各种实现方法及其综合分析比较。其内容和章节编排与1992年4月出版的《数据结构》(第二版)基本一致,但在本书中更突出了抽象数据类型的概念。全书采用类C语言作为数据结构和算法的描述语言。本书概念表述严谨,逻辑推理严密,语言精炼,用词达意
  3. 所属分类:编程文档

    • 发布日期:2011-10-28
    • 文件大小:24.92mb
    • 提供者:44617494@qq.com
  1. 异步处理类, C++代码

    0下载:
  2. 异步处理类, C++代码-asynchronous processing and C code
  3. 所属分类:其他小程序

    • 发布日期:2025-04-08
    • 文件大小:7kb
    • 提供者:
  1. c++&vc小程序集合

    0下载:
  2. Astro3.zip 重载==运算的例子 Asycls11.zip 异步处理类, C++代码 addzip06.zip 在程序开发中使用文件压缩技术 addresschange.zip 这是一个用来改变ip地址和硬件地址的小程序 a10_src.zip DirectDraw游戏编程的最佳入门范例 aComressEX.zip 用了三种比较简单的压缩算法。-Astro3.zip
  3. 所属分类:其他小程序

    • 发布日期:2025-04-08
    • 文件大小:1.05mb
    • 提供者:程晖
  1. 神经网络bp类c++

    1下载:
  2. 该程序是BP神经网络算法C++类定义及其说明;经过调试。可用有效工具。对于机器人开发非常好。-BP neural network algorithm definition and category C; After debugging. Effective tools available. For robot development is very good.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-04-08
    • 文件大小:3kb
    • 提供者:王红旗
  1. 类c语言编译器

    0下载:
  2. 类c语言编译器,提供从词法分析到语义分析的一系列操作,可供编译原理学习使用。-category c compiler, from lexical analysis of the semantic analysis of a series of manipulations, Principle study compiled for use.
  3. 所属分类:编译器/词法分析

    • 发布日期:2025-04-08
    • 文件大小:32kb
    • 提供者:张博
  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 wo
  3. 所属分类:汇编语言

    • 发布日期:2025-04-08
    • 文件大小:318kb
    • 提供者:李想
  1. c-junzhi

    0下载:
  2. 一个关于c均值的聚类源程序,在matlab下运行-one on the c-means clustering source, operating under the Matlab
  3. 所属分类:matlab例程

    • 发布日期:2025-04-08
    • 文件大小:3kb
    • 提供者:
  1. c-mean

    0下载:
  2. C-means 算法,模式识别中常用到的C均值聚类算法,使用VC开发,版权归开发者所有-C-means algorithm, pattern recognition used in the C-means clustering algorithm, the use of VC development, belongs to all developers
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-04-08
    • 文件大小:565kb
    • 提供者:门昌骞
  1. codegen-scanner

    0下载:
  2. 自定义简单语法类C语言编译器,具备识别C语言基本语句功能,并生成四元式-Since the definition of simple types of C language syntax compiler, a statement to identify the basic functions of C language and generate quaternion type
  3. 所属分类:编译器/词法分析

    • 发布日期:2025-04-08
    • 文件大小:467kb
    • 提供者:姜北樵
  1. FCM-C-mean-cluster-segment-[matlab]

    0下载:
  2. 模糊C均值聚类的matlab实现,模糊C均值聚类是一种利用模糊数学做的聚类方法,属于图像分割的一种。可利用聚类结果用于图像分析和识别。-FCM,C mean cluster segment [matlab].rar
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-04-08
    • 文件大小:6kb
    • 提供者:3rdo
  1. 大数运算类(支持大数的加减乘除和赋值运算)

    0下载:
  2. 大数运算类(支持大数的加减乘除和赋值运算)(The operation of large numbers (class support large numbers of add, subtract, multiply and divide and assignment operators))
  3. 所属分类:

    • 发布日期:2025-04-08
    • 文件大小:3kb
    • 提供者:SuperMari
  1. 编写DLL所学所思(2)(导出类)

    0下载:
  2. 编写DLL所学所思(2)(导出类)中的相关的例子,有兴趣的朋友可以参考一下,挺值得学习一下的。(The preparation of DLL learning thoughts (2) (derived class) in the relevant examples, interested friends can refer to, is worth learning about.)
  3. 所属分类:Windows编程

    • 发布日期:2025-04-08
    • 文件大小:52kb
    • 提供者:darongshu
  1. 3章31日期类

    0下载:
  2. C++编译运行日期类 C++初学可以试试参考(the date c++ date class)
  3. 所属分类:Internet/网络编程

    • 发布日期:2025-04-08
    • 文件大小:1kb
    • 提供者:胖儿
  1. string类

    0下载:
  2. 自己写的c++string类的实现,有助于更加理解c++string类的实现,也有助于理解c++面向对想编程。(The implementation of the c++string class written by myself is helpful to understand the implementation of c++string class better, and also helps understand c++ ori
  3. 所属分类:其他小程序

    • 发布日期:2025-04-08
    • 文件大小:1.44mb
    • 提供者:likeworld
  1. DES类

    0下载:
  2. 实现DES加密解密 的功能 类函数简单直接(Implementation of DES encryption)
  3. 所属分类:系统编程

    • 发布日期:2025-04-08
    • 文件大小:2kb
    • 提供者:王小二333
  1. programme

    0下载:
  2. 类C语言编译系统,能编译C语言程序,支持函数调用与递归。(compile system for simple C language)
  3. 所属分类:其他小程序

    • 发布日期:2025-04-08
    • 文件大小:49kb
    • 提供者:DestinyK
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org