搜索资源列表

  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上解最接近点对问题,我们
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:黄波
  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 pro
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:22528
    • 提供者:Chenmin
  1. LetterAssitant

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

    • 发布日期:2024-05-20
    • 文件大小:450560
    • 提供者:
  1. yuan-cheng-xu

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

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

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

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:胡海洪
  1. min

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

    • 发布日期:2024-05-20
    • 文件大小:203776
    • 提供者:周龙龙
  1. ProblemsolutioofDatestructureforyanweiming

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

    • 发布日期:2024-05-20
    • 文件大小:140288
    • 提供者:李晓东
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:32768
    • 提供者:
  1. jingdutiao

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

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者: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
  3. 所属分类:数据库编程

    • 发布日期:2024-05-20
    • 文件大小:35840
    • 提供者:zhangmeng
  1. haffmancode(VC)

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

    • 发布日期:2024-05-20
    • 文件大小:32768
    • 提供者: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 negl
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:2255872
    • 提供者:werwerwer
  1. acs_TSP

    0下载:
  2. 蚁群算法VB源代码,解决TSP问题的程序,有多种TSP问题解答!-Ant Algorithm VB source code to solve the TSP process, a number of TSP answer!
  3. 所属分类:代理服务器

    • 发布日期:2024-05-20
    • 文件大小:51200
    • 提供者:叶小勇
  1. BBSdfbdgdr

    0下载:
  2. 如果遇到MD5加密文件,而又不知道密码的, 请在数据库中换上这组加密的数据吧 16位:7a57a5a743894a0e 32位:21232f297a57a5a743894a0e4a801fc3 那么密码就是admin-if they MD5 encryption, and do not know the password. please database with a group of encrypted da
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:3984384
    • 提供者:西西公主
  1. Minigui-fivechess_windowgui

    0下载:
  2. min gui, running on the window platform
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:4532224
    • 提供者:yjr
  1. quadprog

    0下载:
  2. function [X,fval,exitflag,output,lambda]=quadprog(H,f,A,B,Aeq,Beq,lb,ub,X0,options,varargin) % X=QUADPROG(H,f,A,b) 求解二次规划: % min 0.5*x *H*x + f *x subject to: A*x <= b %x=quadprog(H,f, A, b, Aeq, beq)求解二次规划:-fu
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:王志波
  1. CORE_V1

    0下载:
  2. 多任务调度核心 根据严恭敏老师代码改编 在TC4.0上编译通过-multi-task scheduling based on the core code Yan Gong Min adapted the teachers compiled by TC4.0
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:tugou
  1. mydatacode

    0下载:
  2. 此源码是 严蔚敏《数据结构》一书中的全部代码实现。-this source is strictly Wei-Min "data structure," a book of all the code to achieve.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:123904
    • 提供者:刘林
  1. fmax_ga

    0下载:
  2. 求解函数最大值的遗传算法Matlab源代码-maximum function for the genetic algorithm source code Matlab
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:mmcc
  1. PolyFitSingle

    0下载:
  2. //=== === === === === === === = //函数说明 //函数名称:PolyFit //函数功能:最小二乘法曲线拟合 //使用方法:double *x ---- 存放n个数据点的X坐标 // double *y ---- 存放n个数据点的Y坐标 // int n -------- 给定数据点个数 // double *a ---- 返回m-1次拟合多项式的m个系数 // i
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:石林
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »

源码中国 www.ymcn.org