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

搜索资源列表

  1. dsadsa

    0下载:
  2. 贪心算法的实现:1、 最优装载实现 2、 0-1背包问题实现. -The greedy algorithm implemented: 1, the optimal load the implementation 2, knapsack problem is realized.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:31460
    • 提供者:宇文
  1. DataGridView

    0下载:
  2. This file to set a grid design & load a grid easyly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:235192
    • 提供者:Mahfuz
  1. KMP

    0下载:
  2. KMP算法,这是我在课后编的,能查找到所有的子串,并标记其位置,使用DEVCPP,也可以载入VC6.0工程中。先输入要查找的子串,再输入任意串,将从任意串中找到所有子串,包括重叠部分,并一一标号-KMP algorithm, which is a series of after school can find all the substring, and mark its location, use DEVCPP can also load the VC6.0 project. To enter
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:109157
    • 提供者:
  1. single-linked-list

    0下载:
  2. 这个程序是有关单链表的数据结构的实现 可以直接加载头文件与源文件即可使用-This program is the realization of the single linked list data structure can directly load the header files and source files can be used
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:2092
    • 提供者:罗宏俊
  1. Dynamic-Memory-Allocation

    0下载:
  2. 这个程序是有关计算机的动态内存分配的数据结构 可以直接加载头文件与源文件即可使用其中的接口-This program is a data structure for dynamic memory allocation of the computer can directly load the header files and source files you can use one of the interfaces
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2638
    • 提供者:罗宏俊
  1. sequensed-list

    0下载:
  2. 这个代码是有关顺序表的数据结构的实现 可以直接加载头文件与源文件即可使用-This code is on the order of the table data structure can directly load the header files and source files can be used
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1648
    • 提供者:罗宏俊
  1. Address

    0下载:
  2. 数据结构课设-通讯录管理,VC++编写 基本要求 (1) 添加:增加一个人的记录到通讯录中; (2) 显示:在屏幕上显示所以通讯录中的人员信息,应能分屏显示; (3) 存储:将通讯录信息保存在一个文件中; (4) 装入:即将文件中的信息读入程序; (5) 查询:可根据姓名查找某人的相关信息,若找到显示其姓名、地址、电话号码、电子邮箱; (6) 修改:可修改一个人的除姓名之外的其他信息 -Set of data structures class- contact m
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1463142
    • 提供者:大空翼
  1. 建立Ybus

    0下载:
  2. 利用C語言建立電力系統中之Ybus矩陣,可從外部文字檔中的data讀入運算,建立完後的Ybus即可拿到load flow做分析
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-04-01
    • 文件大小:1094
    • 提供者:maroon541201
  1. beibao

    0下载:
  2. 给定一个容量为C的背包及n个重量为 wi,价值为pi的物品,要求把物品装入背 包,使背包的价值最大,此类问题为背 包问题。物品或者装入背包,或者不装 入背包,称之为0/1背包问题。 -A given a capacity for the the C of the backpack, and n a of by weight for the wi, the value of for the the the items of of pi, requirements of the
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:2209
    • 提供者:yan
  1. 34-feeder

    0下载:
  2. system data of a simple 34 bus power system for distribution load flow analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8087
    • 提供者:tahomatab
  1. BESTFIT

    0下载:
  2. 常用数据结构,箱子装载fitbox(最优匹配问题)。-Common data structure, the box load (best matching)
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7084
    • 提供者:yuli
  1. Knapsack-problem

    0下载:
  2. 假设有一个能装入总重量为T的背包和n 件重量分别为W1,W2,W3,...,Wn的物品。编写算法从n件物品中挑选若干件恰好装满背包,即使得Wi1+Wi2+...+Win=T.(W旁边的字符皆为角标)。要求找出满足条件的所有解。-Suppose there is a load of T of the total weight of W1, N, W2, W3, Wn. Algorithm is compiled n items selected several pieces just loade
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:591
    • 提供者:chenchen
  1. tstoptimization

    0下载:
  2. 本文采用模糊数学和优化理论建立起一套预测模型由计算机自动预测电力负荷-This article USES the fuzzy mathematics and the optimization theory to set up a forecasting model by computer automatic power load forecast
  3. 所属分类:Data structs

    • 发布日期:2017-12-14
    • 文件大小:66574
    • 提供者:Wiluan
  1. anabysew

    0下载:
  2. 随着新的数学工具小波分析的实用化为基于NN负荷预测模型性能的-As a new mathematical tool of wavelet analysis and practical based on NN load forecasting model to performance
  3. 所属分类:Data structs

    • 发布日期:2017-12-16
    • 文件大小:92160
    • 提供者:cylwjwer
« 1 2»
搜珍网 www.dssz.com