CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - c算法

搜索资源列表

  1. 求网络的最小费用最大流-C语言

    0下载:
  2. 本程序是利用Ford和Fulkerson迭加算法,求最小费用最大流-use of this procedure is superposition Ford and Fulkerson algorithm, the minimum cost for maximum flow
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2703
    • 提供者:李平
  1. 数据结构( C语言版) 讲义

    0下载:
  2. 一个很好的数据结构(C语言版)讲义。附带全部所需算法源码。-a very good data structure (C-language version) lectures. All the necessary collateral source algorithm.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1049171
    • 提供者:张东岳
  1. C++常用排序算法

    0下载:
  2. 这个主要介绍了C++常用的排序算法,编程序算法是相当重要的,希望这个对大家有帮助-introduces the C commonly used algorithm, the algorithm is programmed very important, we hope that the right help
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3471
    • 提供者:刘庆
  1. bank-C++

    0下载:
  2. 操作系统银行家算法分析模拟 操作系统银行家算法分析模拟-OS operating system simulation algorithm analysis algorithm analysis bankers bankers operating system simulation algorithm, simulation Analysis
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:61646
    • 提供者:胡宗波
  1. C++memory

    0下载:
  2. c++ 内存管理算法,适合于中高级程序员,从可执行文件格式到linux/windows内存管理方式,涉及内存管理的所有方面-c memory management algorithm, which is suitable for middle - and high-level programmers, from the executable file format to linux / windows memory management, memory management involved i
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:5730905
    • 提供者:everest
  1. c

    1下载:
  2. 拟牛顿法(变尺度法)DFP算法,求解无约束极值问题。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2691
    • 提供者:林颉
  1. DSP-C

    0下载:
  2. 一本基于DSP的C语言算法的书,我专门从超星格式转换过来的。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:841691
    • 提供者:
  1. LJClusterDemo

    0下载:
  2. 文本聚类是基于相似性算法的自动聚类技术,自动对大量无类别的文档进行归类,把内容相近的文档归为一类,并自动为该类生成特征主题词。适用于自动生成热点舆论专题、重大新闻事件追踪、情报的可视化分析等诸多应用。 灵玖Lingjoin(www.lingjoin.com)基于核心特征发现技术,突破了传统聚类方法空间消耗大,处理时间长的瓶颈;不仅聚类速度快,而且准确率高,内存消耗小,特别适合于超大规模的语料聚类和短文本的语料聚类。 灵玖文档聚类组件的主要特色在于: 1、速度快:可以处理海量规模
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1100725
    • 提供者:lingjoin
  1. c++

    0下载:
  2. 在线性表的实现中增加一个成员函数,实现对表中元素置逆的操作(设原链表为a1,a2,...,an 则置逆后的序列为an,...,a2,a1)。对于具有n个元素的线性表,你的算法的运行时间应为O(n),空间消耗应为O(1). 注:有对时间和空间分析的说明
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:847
    • 提供者:dgftd
  1. YICHUAN

    0下载:
  2. 给予遗传算法的K均值聚类算法的c语言源代码,采用浮点数编码格式-ji YU YI CHUAN SUAN FA DE K JUN ZHI SUANFA
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:141720
    • 提供者:jim green
  1. fuzzyC

    0下载:
  2. 遗传算法改进的模糊C均值聚类的matlab源程序,可以运行,格式需要更改-Improved genetic algorithm fuzzy C means clustering matlab source code, you can run, you need to change the format
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:5112
    • 提供者:李慧
  1. os

    0下载:
  2. java和c语言编写的操作系统的算法,有生产者消费者问题和银行家算法,具体的实验报告格式-java and c language operating system algorithms, there are producers of consumer issues and banker s algorithm, the specific reporting format experiment
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:59733
    • 提供者:fantasysq
  1. yinhangjia

    0下载:
  2. 操作系统课程设计报告(含源码),C语言实现。功能比较简单,课自己添加功能,应付报告还是可以的。 资源管理系统的设计与实现-银行家算法实现-Operating systems curriculum design report (including source), C language. Function of relatively simple classes to add their own features, or can deal with the report. Resource M
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:68163
    • 提供者:张许
  1. DianZiXiangCe

    0下载:
  2. c/c++简单算法,比较典型的,适合于初等c/c++语言的学习者下载和使用-c/c++ simple algorithm, a typical suitable for elementary c/c++ language learners to download and use
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2917371
    • 提供者:刘弈眸
  1. c-important105example

    0下载:
  2. 原名是:c语言经典教程105例源代码,里面讲述了一些经典的C语言编程,附代码,适合于初学者,里面许多编程的思想值得借鉴,它把复杂的算法用了一种很简单的方式来用c语言实现,让你有所领悟-Formerly known as are: c language tutorial 105 cases of classic source code, which describes some of the classic C language programming, with code, suitable f
  3. 所属分类:software engineering

    • 发布日期:2017-05-21
    • 文件大小:5919826
    • 提供者:connyzone
  1. c

    0下载:
  2. 全国计算机二级公共基础知识- 目录: (1) 数据结构与算法 (2) 程序设计基础与软件工程基础 (3) 数据库设计基础-National computer rank examination C
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:367863
    • 提供者:dada
  1. C

    0下载:
  2. 100个关于C程序设计算法,非常有帮助,值得好好学习。-Windows programming on the document, very comprehensive and specific.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:15662
    • 提供者:廖良彬
  1. AnApproachToTheNeuralNetworkBasedDataMining

    0下载:
  2. 针对数据挖掘中的分类问题,本文提出了一种利用神经网络抽取分类规则都方法。为了易于抽取规则,采用遗传算法对神经网络的结构进行了进化。实际运行结果表明了该方法的有效性。-Classification is an inportant problem in data mining.This paper presents an approach to discover classification rules by using neural networks.Genetic algorithms is u
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:20539
    • 提供者:yunzhang
  1. 数据结构与算法分析英文C++描述V3.2

    0下载:
  2. 数据结构与算法分析英文C++描述V3.2(Data structure and algorithm descr iption)
  3. 所属分类:软件设计/软件工程

    • 发布日期:2017-12-12
    • 文件大小:2184011
    • 提供者:egv
  1. C+L波段掺铒光纤光源模拟算法

    0下载:
  2. 掺铒光纤放大器算法,介绍了算法以及模拟结果与实际测量的对应(Er doped fiber amplifier simulation)
  3. 所属分类:系统设计方案

    • 发布日期:2018-05-01
    • 文件大小:366592
    • 提供者:topgun822002
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com