CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - algorithms

搜索资源列表

  1. 34460

    0下载:
  2. Floyd v1.0 算法执行,非常简单,由标准的C++编写。适合研究算法的人使用。-Floyd v1.0 algorithm is quite simple, standard C + +. Algorithms for the study of the population.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:144.57kb
    • 提供者:高兴
  1. CSharp写的计算器

    0下载:
  2. 自己用C#写的程序,里面包含各种算法,如:加减乘除,平方开方,实现计算结果累加.是学windows的典型好例。-own use C# to write procedures, which contains algorithms, such as : the arithmetic, square prescribing and achieving results accumulate. The school windows is a good typical cases.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13.16kb
    • 提供者:
  1. 小小秘书(SmartAssistant)

    0下载:
  2. 本软件用C#编写,功能强大,其内容有:系统时间读取与修改,正点报时,农历算法,时节算法,定时闹钟,定时关机,日程表,记事本,私人日记,语音秘书(含语音识别功能),通信录,优美活泼的界面,是网上少见的C#学习极品。你安装完试试,肯定让你喜欢。-the software with C# prepared, powerful, its contents are : system time to read with changes revealed timekeeping, the Lunar New
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.27kb
    • 提供者:
  1. 数据结构与算法综合资料库

    0下载:
  2. 数据结构与算法综合资料库.很详细的资料.有一些实例和详细分析-data structures and algorithms integrated database. Very detailed information. Some examples and detailed analysis
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.59mb
    • 提供者:zyj
  1. shuju jiegou实验1

    0下载:
  2. 《数据结构与算法》实验要求与指导,来自重点大学2005的一个实习内容。很不错的程序老师做的帮助同学更好的学习数据结构-"data structures and algorithms" experimental requirements and guidance from the university in 2005 as an attachment. The procedure is very good teachers do to help students learn b
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:18.35kb
    • 提供者:张伟
  1. 分配回收

    0下载:
  2. 1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。 2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。 3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作业需要量的空闲区,则把它分成二部分,一部分为占用区,另一部分
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:14.96kb
    • 提供者:王阳
  1. hsdfhjshdj

    0下载:
  2. 对深度优先(Depth first) 、宽度优先(Breath first) 、爬山法(Hill Climbing) 、 最佳优先(Best first) 以及A*搜索算法进行分析比较,要求: 给出这几种算法的描述; 根据SearchDemonstration程序中给出的示例,给出各算法的执行过程-priority right depth (Depth first), the width of priority (Breath first), mountaineering (Hill C
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.67mb
    • 提供者:yao
  1. 银行家法

    0下载:
  2. 一、实验目的: 熟悉银行家算法,理解系统产生死锁的原因及避免死锁的方法,加深记意。 二、实验要求: 用高级语言编写和调试一个描述银行家算法的程序。 三、实验内容: 1、 设计一个结构体,用于描述每个进程对资源的要求分配情况。包括:进程名——name[5],要求资源数目——command[m](m类资源),还需要资源数目——need[m],已分配资源数目——allo[m]。 2、 编写三个算法,分别用以完成:①申请资源; ②显示资源;③释放资源。(动态完成)-an ex
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:23.78kb
    • 提供者:陈晨
  1. 生成树gr

    0下载:
  2. 养学生的算法设计能力及良好的程序设计习惯。通过学习,要求学生能够掌握典型算法的设计思想及程序实现,能够根据实际问题选取合适的存储方案设计出简洁、高效、实用的算法,为后续课程的学习及软件开发打下良好的基础。学习这门课程,习题和实验是两个关键环节。学生理解算法,上机实验是最佳的途径之一。因此,实验环节-support students algorithm design capability and good programming habits. Through the study, requiri
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5.1kb
    • 提供者:wangmingzu
  1. 0335087

    0下载:
  2. 一些常用的计算机图形学算法用c语言的实现-some frequently used in computer graphics algorithms using C Language Implementation
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.53kb
    • 提供者:大宝
  1. other

    0下载:
  2. 数据结构算法演示版,简单易学,截面更人性化,多多关照-data structure algorithms demo, easy, section more humanized, to take care of
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:88kb
    • 提供者:张伊圣
  1. Euclidean

    0下载:
  2. 欧几里德距离的C++算法,在人工免疫系统中有广泛的应用-Euclidean distance between the C algorithms, artificial immune system in a wide range of applications
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:921byte
    • 提供者:朱方红
  1. hausdorrmatching

    0下载:
  2. haussdorf匹配加遗传算法, 采用遗传算法提高速度,用haussdorf算法进行图像的匹配-haussdorf matching increase genetic algorithm, using genetic algorithms to improve the speed with haussdorf algorithm for image matching
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:506.34kb
    • 提供者:奕竹
  1. Data-Structures-and-Algorithms-in-CSharp

    0下载:
  2. Data Structures and Algorithms in C#
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:71.31kb
    • 提供者:sadegh
  1. the-code-of-9-prediction-algorithms

    0下载:
  2. 价值50万元的经典算法:_9种预测、处理算法(源代码)c#-50 million worth of classic algorithms: 9 predictive, processing algorithms (source code) c#
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:417.95kb
    • 提供者:flyriz
  1. sorting-algorithms

    0下载:
  2. C++编写的各种排序算法。包括插入排序、堆排序、归并排序、基数排序、冒泡排序、希尔排序、选择排序、直插排序。-C++ written various sorting algorithms. Including insertion sort, heap sort, merge sort, radix sort, bubble sort, shell sort, selection sort, in-line sort.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:8.94kb
    • 提供者:王国栋
  1. oscillator-algorithms-source-code

    0下载:
  2. 模拟谐振子算法源代码,内有求解旅行商问题的算例。-oscillator algorithms source code,include examples for solving the traveling salesman problem.
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:3.87mb
    • 提供者:吴鸣
  1. 2-D-phse-wrapping-algorithms

    0下载:
  2. 2-D phase wrapping algorithms
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:9.08kb
    • 提供者:Orin
  1. sorting-algorithms

    0下载:
  2. 几种常见排序算法的实现-realization of several common sorting algorithms.
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:236.27kb
    • 提供者:
  1. SU15-Algorithms-CustomCollections-master

    0下载:
  2. a collection of algorithms master calculator
  3. 所属分类:C#编程

« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com