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

搜索资源列表

  1. xishujuzhen

    0下载:
  2. 稀疏矩阵运算器实习报告,与严蔚敏老师主编的数据结构与算法一书实习4.1相对应-sparse matrix operations for internships, and Yan Wei Min teachers editor of the data structures and algorithms on a corresponding attachment 4.1
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14027
    • 提供者:张广
  1. 严蔚敏《数据结构》答案

    0下载:
  2. 严蔚敏《数据结构》答案,一本经典的严蔚敏《数据结构》的辅助书籍-Yan Wei Min "data structure," the answer, a classic Yan Wei Min "data structure," the auxiliary books
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:43153
    • 提供者:安迪
  1. 方便的小波变换原代码

    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 banks and their properties are de
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:204008
    • 提供者:李强
  1. 稀疏矩阵的运算器

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

    • 发布日期:2008-10-13
    • 文件大小:4948
    • 提供者:snow
  1. Ilib-1.1.8-min

    0下载:
  2. IPL库是Intel为了配合其MMX,SSE,SSE2以及将来的VLSW等技术发布的图像处理库 支持1,8,16,位有/无符号,32位有符号,32位浮点类型数据类型。 支持RGB,CMYK,YCACB,YUV,XYZ,色彩空间,支持alpha通道 支持矩形ROI,通道ROI,遮罩 支持分块图像,错误处理,用户定义函数 支持图像数学,几何,滤波,图象统计,色彩空间变换操作。-IPL is the database to accommodate its Intel MMX, SS
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:163031
    • 提供者:魏刚祥
  1. hc-mmas-ubqp

    0下载:
  2. The software package provides a MAX-MIN Ant System implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP). -The software package provides a MAX-MIN Ant System implemented in the Hyper-Cu
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:320800
    • 提供者:颜晨阳
  1. blueren.net

    0下载:
  2. 用实例学asp.net 章立民著 其中含有很多数据库连接方面的例子-example Asp. Net Zhang Xue Li-min with the database containing many examples of connections
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:43238929
    • 提供者:路雪军
  1. qiangdaqi

    0下载:
  2. 设计一个可容纳四组参赛的数字式抢答器,每组设一个按钮供抢答使用。抢答器具有第一信号鉴别和锁存功能,使除第一抢答者外的按钮不起作用;设置一个主持人“复位”按钮,主持人复位后,开始抢答,第一信号鉴别锁存电路得到信号后,用指示灯显示抢答组别,扬声器发出2—3s的音响。 设置犯规电路,对提前抢答和超时答题(例如3min)的组别鸣笛示警,并由组别显示电路显示出犯规组别。 设置一个计分电路,每组开始预置10分,由主持人记分,答对一次加1分,答错一次减1分。 -a design can acc
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:104165
    • 提供者:曾国帆
  1. matlog

    1下载:
  2. 物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP) Networks: Sho
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4853791
    • 提供者:陈宝文
  1. nearpiont

    0下载:
  2. 最接近点对问题是求二维坐标中的点对问题,该算法是为了将平面上点集S线性分割为大小大致相等的2个子集S1和S2,我们选取一垂直线l:x=m来作为分割直线。其中m为S中各点x坐标的中位数。由此将S分割为S1={p∈S|px≤m}和S2={p∈S|px>m}。从而使S1和S2分别位于直线l的左侧和右侧,且S=S1∪S2 。由于m是S中各点x坐标值的中位数,因此S1和S2中的点数大致相等。 递归地在S1和S2上解最接近点对问题,我们分别得到S1和S2中的最小距离δ1和δ2。现设δ=min(δ
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15666
    • 提供者:黄波
  1. Mytyper3

    0下载:
  2. 这是我用java写的指法练习程序 可以对每个人经常混淆的字母加强训练 使用方法安装了jdk后在该文件夹下 打 java Main 就是26字母训练一遍 打 java Main 4 就是26字母训练4遍 有时间去我网站看看www.myboke.org Chenmin 2006-04-15-This what I used to write java practice in front of each procedure can often confusing alp
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22769
    • 提供者:Chenmin
  1. LetterAssitant

    0下载:
  2. 严蔚敏版《数据结构(C语言)》里的实习作业之“文学助手(LetterAssistant)”-Yan Wei-min version of "data structure (C language)," The internship operations, "Literature assistant (LetterAs sistant) "
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:182835
    • 提供者:what
  1. disanzan

    0下载:
  2. 这是自己编写的,严蔚敏版的数据结构第三章的部分答案-This is their preparation, Yan Wei-min version of the data structure of Chapter III Part of the answer
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4974
    • 提供者:胡海洪
  1. min

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

    • 发布日期:2008-10-13
    • 文件大小:6396
    • 提供者:周龙龙
  1. ProblemsolutioofDatestructureforyanweiming

    0下载:
  2. 清华大学严蔚敏数据结构习题集(C版)答案-Qinghua University, Yan Wei-min data structure Exercises Set (C version) answers
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:140322
    • 提供者:李晓东
  1. suanshubiaodashiqiuzhi

    0下载:
  2. 按照《数据结构习题集》严蔚敏版的实验2.5做的算术表达式求值演示。-accordance with the "data structure Exercises Set" Yan Wei-min 2.5 version of the experiment do the arithmetic expression evaluates demonstration.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:32555
    • 提供者:vegern
  1. jingdutiao

    0下载:
  2. 一个漂亮进度条(可以显示百分比数字) Max:(最大值),Min(最小值),Value(进度条当前值,显示的百分比值) BackColor(背景色),FillColor(进度条的填充色) ForeColor(进度条显示的百分比数字的颜色) ForeVisible(显示或隐藏百分比)-a beautiful progress (percentage figures show) Max : (max), Min (minimum), Value (prog
  3. 所属分类:状态条

    • 发布日期:2008-10-13
    • 文件大小:7834
    • 提供者:aaaaaa
  1. yyyyyyyyv2.0

    0下载:
  2. 如果遇到MD5加密文件,而又不知道的密码的, 请在数据库中换上这组加密的数据吧 469e80d32c0559f8 那么密码就是admin-if they MD5 encryption, and do not know the password. please database with a group of data encryption password then it is 469e80d32c0559f8 ad min
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:36461
    • 提供者:zhangmeng
  1. Huffman 算法的不同实现

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

    • 发布日期:2010-07-01
    • 文件大小:32702
    • 提供者:ray
  1. minimalScreenSaver

    0下载:
  2. This class loads a texture file and prepares it to be used in OpenGL. It can open a bitmap or a targa file. The min filter is set to mipmap b/c they look better and the performance cost on modern video cards in negligible. -This class loads a fi
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:123598
    • 提供者:werwerwer
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com