CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - DISPLAY

搜索资源列表

  1. MSTkruskal

    0下载:
  2. 最小生成树的kruskal算法实现 使用mfc显示界面(可以随机生成边)-Kruskal minimum spanning tree algorithm using mfc display interface (can be randomly generated edge)
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:42283
    • 提供者:纪旭
  1. rddata

    0下载:
  2. MIT心电信号读取程序源代码 针对MIT心电数据的特点 应用MATLAB里的函数对其进行读取 显示心电波形-MIT ECG read source code for MIT ECG data on the characteristics of the application of MATLAB to carry out its function in the ECG waveform read display
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:2526
    • 提供者:陈卿
  1. eight_line_zhenlieyinzitu

    0下载:
  2. 均匀线阵因子方向图,可以修改为不同参数下的方向图,是以极坐标的图形显示。-ULA factor direction map, can be modified for different parameters under the direction of maps, based on polar coordinates of the graphical display.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:819
    • 提供者:刘秦
  1. AppletDemo

    0下载:
  2. 这是一个Apple应用程序,该程序能是实现一个窗口在浏览器上显示。-This is an Apple application that is able to achieve a window display in the browser.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:2687
    • 提供者:gujunjun
  1. CH2

    0下载:
  2. 链表的实现程序,模块性好,易于理解,清晰的展示了数据结构中的问题-List the realization of the procedure, the module is good, easy to understand, clear display of the data structure of the problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:17683
    • 提供者:前敏
  1. HFMBM

    0下载:
  2. 问题描述: 设计哈希表实现电话号码查询系统。 基本要求: 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 6、在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -Problem Descr iption: Design hash table to ach
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:10640
    • 提供者:迟浩东
  1. sy1

    0下载:
  2. 使用如下所谓的简单变量“数据平移”方法来求出Fibonacci数列的第n项(的具体项值)并显示在屏幕上(正整数n通过键盘输入):说明变量old1=1,old2=1,newItem;新的Fibonacci项newItem总是“距它最近”的前两项(old1与old2)的累加和。而后通过“old1=old2 old2=newItem ”进行所谓的“数据平移”。接着计算另一个新的Fibonacci项newItem,依次循环,直到求出数列的第n项时为止。-Use the following so-call
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5333
    • 提供者:mwy
  1. HXBSZ

    1下载:
  2. 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 6、在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -1, for each record the following data items: telephone numbers, user name, addr
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:36260
    • 提供者:迟浩东
  1. bstree

    0下载:
  2. 实现二叉排序树的显示、插入、删除、查找等功能-Binary sort tree to achieve the display, insert, delete, search and other functions
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:30720
    • 提供者:吴超
  1. zuixiaoerchengfa

    1下载:
  2. 最小二乘法是修正误差曲线的算法,本例程实现算法并显示k线修正值只用于后来来者学习使用-Least square method is to amend the error curve algorithm, the routine algorithm and display the correct value of k line only to learn for later use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:272043
    • 提供者:shijinchao
  1. WdFm

    0下载:
  2. 采用拉格朗日和泰勒展开的方法对SinX进行数值的函数拟合。本代码用VC++ .net进行显示,显示了误差-The use of Lagrange and Taylor expansion method of SiNx numerical fitting function. The code used VC++. Net display shows error
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-28
    • 文件大小:16279
    • 提供者:Victor Chou
  1. orderTree

    0下载:
  2. 1.编制构建二叉排序树的程序,并使用一组数据进行验证。 2.实现二叉排序树的查找算法,计算一组输入数据的查找长度。 3.编制构建平衡二叉树的程序,计算一组输入数据的查找长度 . 程序执行的命令包括: (1)输入构造二叉搜索树的文件名来构造二叉排序树 (2)输入要进行查找的文件名 (3)由计算机终端显示各个数据的查找长度和总的查找长度、平均查找长度 (4)结束 -1. Preparation of building a binary sort tree procedur
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2498
    • 提供者:sanghy
  1. tree

    0下载:
  2. 二叉树的生成、查询、删除、插入等基本操作,及图像的动态显示-Tree generation, query, delete, insert the basic operation, and the image of dynamic display
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:37392
    • 提供者:李青
  1. VFW

    1下载:
  2. 显示电子管时间-Display tube time
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-07-19
    • 文件大小:667279
    • 提供者:liqiang
  1. C++paixu

    0下载:
  2. 编写一个程序,用菜单选择各种排序算法,对所给数据进行排序,并显示排序前与排序后的结果。-The preparation of a program, using menu to select a variety of sorting algorithms, to data of the sort, and display the sort order before and after results.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:8839
    • 提供者:yyfy
  1. phpsysinfo2

    0下载:
  2. 这个一个可以显示多种操作系统信息的源码工具-This one can display a wide range of information-source operating system tools
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-28
    • 文件大小:257444
    • 提供者:xiaoniao
  1. ArithmeticExpressionEvaluation

    0下载:
  2. 算术表达式求值 从键盘读入一个合法的算术表达式,输出正确的结果,并显示输入序列和栈的变化过程。-Arithmetic Expression Evaluation Reading from the keyboard into a legitimate expression of the arithmetic, the output correct results, and display the input sequence and stack the process of change.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5108
    • 提供者:杨猛
  1. polyfitconvenient

    1下载:
  2. 利用 matlab的GUI 环境编写 多项式曲线拟合程序,及其界面,由于参数的输入是实时的、拟合过程可以实时显示,因而使用非常方便。-Using matlab GUI to prepare the environment polynomial curve fitting procedures, and its interface, as input parameters in real time, the fitting process can be real-time display, whi
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:7225
    • 提供者:王力
  1. adapativeGA

    0下载:
  2. 一个较好的自适应遗传算法,求解速度快,可移植性好,图形显示,并有例子可供操作。-A better self-adaptive genetic algorithm for solving speed, portability, and graphical display, and have examples for the operation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:147677
    • 提供者:赵辉
  1. hair_RF5

    0下载:
  2. 在海尔的DM642开发板实现RF5框架,实现视频的采集处理与显示-In Haier' s DM642 development board realize RF5 framework, the realization of video acquisition and processing and display
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:390400
    • 提供者:陈泗勇
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com