搜索资源列表

  1. Ilib-1.1.9-min.tar

    0下载:
  2. What is it? Ilib is a library (and some tools and examples) written in C that can read, create, manipulate and save images. It is capable of using X11 BDF fonts for drawing text. (X11 BDF fonts are part of the UNIX-based
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:130922
    • 提供者:fwx
  1. C

    0下载:
  2. 1.把\"Web\"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点,指向该文件夹,如果新建虚拟路径,会导致一些图片的不正常显示. 3.\"Database\"文件夹内有数据库文件hyb2bTest_Data.MDF,在Sql Server企业管理器中选择\"附加数据库\" 4.需要修改根目录web.config文件 <add key=\"DBServer\" value=\".\"/>,改成当前数据库
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:7626491
    • 提供者:xiaoli
  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入
  3. 所属分类:其他小程序

  1. C_minus语言说明

    0下载:
  2. C_minus语言的BNF语法定义 程序由声明的列表(或序列)组成,声明可以是函数或变量声明,顺序是任意的。至少必须有一个声明。接下来是语义限制(这些在C中不会出现)。所有的变量和函数在使用前必须声明(这避免了向后backpatching引用)。程序中最后的声明必须是一个函数声明,名字为main。注意,C-缺乏原型,因此声明和定义之间没有区别(像C一样)。-C_minus BNF language syntax definition o
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:林丰
  1. Ilib-1.1.9-min.tar

    0下载:
  2. What is it? Ilib is a library (and some tools and examples) written in C that can read, create, manipulate and save images. It is capable of using X11 BDF fonts for drawing text. (X11 BDF fonts are part of the UNIX-based
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:131072
    • 提供者:fwx
  1. MiniGUI 编程指南-V1.3-C

    0下载:
  2. MiniGUI 编程指南-V1.3-C,详细描述了MiniGUI开发嵌入式图形界面的基础知识,技术资料和开发技巧。-The guide of MiniGUI programme-V1.3-C,described detailedly of background,technical information and development skills about embeded graphical interface.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-18
    • 文件大小:2004992
    • 提供者:白道贵
  1. 字符串表达式解析器

    0下载:
  2. 此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象: IF,AND,OR,<,<=,>,>=,<>,=,== 数字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,EXP,ABS,SQRT,INT,LN,LOG,MIN,MAX.-this program is a computing device that is in a proces
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:46080
    • 提供者:天空
  1. 稀疏矩阵的运算器

    0下载:
  2. 稀疏矩阵的运算器 [基本要求] 以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两 个矩 阵相加、相减、相乘的运算。稀疏矩阵的输入形式采用三元组表示, 而运算结果的矩阵则以通常 的阵列形式列出。 这是出自清华大学 严蔚敏 吴伟民 编著的数据结构题集(C语言版)的第136页的实习4 -sparse matrix operations for the [basic requirements] "
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:snow
  1. peg

    0下载:
  2. 用PEG方法生成的围长符合输入要求的规则ldpc码的源程序C语言版。-PEG Generation of Girth accordance with the importation requirements of the source code ldpc C language version.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:尹浩
  1. yuan-cheng-xu

    0下载:
  2. 清华大学严蔚敏编著《数据结构(c语言版)》源程序-Qinghua University, Yan Wei Min compilation of "data structure (c language version)," the source
  3. 所属分类:电子书籍

    • 发布日期:2024-05-18
    • 文件大小:96256
    • 提供者:力军
  1. min

    0下载:
  2. 这是本人学习数学分析时编写的程序,最小二乘法-this is my learning math analysis prepared by the procedure, the least square method
  3. 所属分类:网格计算

    • 发布日期:2024-05-18
    • 文件大小:203776
    • 提供者:周龙龙
  1. haffmancode(VC)

    0下载:
  2. ---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 *
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:32768
    • 提供者:ray
  1. xbbhydm

    0下载:
  2. wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter ban
  3. 所属分类:波变换

    • 发布日期:2024-05-18
    • 文件大小:204800
    • 提供者:新月
  1. datastruct(c)

    0下载:
  2. 清华 严蔚敏《数据结构》的全部代码实现(C语言)-YAN Wei-Min Tsinghua
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:202752
    • 提供者:atl
  1. datastructure

    1下载:
  2. 清华大学严蔚敏数据结构题集与答案(C语言版 )精华-Tsinghua University, Yan Wei-min data structure set and answer questions (C language version) Highlights
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:4801536
    • 提供者:Harvey Bai
  1. C_Minus

    0下载:
  2. 简单的C语言编译器,含词法和语法文件,需要flex,bison和C++软件-Simple C language compiler, including morphology and syntax files, the need to flex, bison and C++ Software
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:348160
    • 提供者:xiaohang
  1. c-minus

    0下载:
  2. 词法和语法分析器,其中词法分析是用c写的,语法分析是用java写的-Lexical and syntax analyzer, including lexical analysis is c written grammar analysis is written in java
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:1081344
    • 提供者:AFei
  1. data-structure-the-c-language(yanweimin)

    0下载:
  2. 数据结构(C语言版严蔚敏著)。非常出名的一本书籍,曾经用过,觉得很经典-Data structure (C-min YAN Wei-language version of book). One very well-known books, used once, I think I really classic
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:7540736
    • 提供者:林周
  1. shujujiegou(forc)

    0下载:
  2. 数据结构(C语言版严蔚敏著) PDF版本-Data structure (C-min YAN Wei-language version of book) PDF version
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:7543808
    • 提供者:lovelamb
  1. morphology.c

    0下载:
  2. This program demonstrated the use of the morphology operator, especially open, close, erode, dilate operations. Morphology operators are built on max (close) and min (open) operators as measured by pixels covered by smal
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:marcusbarnet
« 12 3 4 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org