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

搜索资源列表

  1. 传教士与野人问题程序

    0下载:
  2. 一个自己写的传教士与野人问题程序。程序结构比较清楚。完全安装人工智能的里面的结构编写的。-himself wrote a missionary with the Savage issue procedures. Program structure more clearly. Complete installation of artificial intelligence inside the structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.55kb
    • 提供者:高陈强
  1. 冒泡、快速排序算法比较程序

    0下载:
  2. 数据结构课程设计:冒泡、快速排序的比较,用C语言编写,调试成功-curriculum design data structure : Bubble, rapid sequencing of comparison, the C language, debugging success
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.85kb
    • 提供者:qin
  1. 有限元分析程序

    0下载:
  2. 这是一个小的有限元分析程序,在DOS下运行,是加洲伯克利分校泰勒教授编写,主要作为研究和学习用途
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-16
    • 文件大小:75.24kb
    • 提供者:elend
  1. 气象常用fortran程序集魏凤英.rar

    3下载:
  2. 各种突变检验方法、EOF等程序。这些程序是魏凤英老师编写的,我只是把我下载到的内容发布在这里,网上可以直接下载这些程序,所以应该不会牵扯到版权问题。 希望我可以获得积分,然后下载其他程序。
  3. 所属分类:数据结构常用算法

  1. 编写一个函数单词逆序存放

    0下载:
  2. 编写一个函数InverseByWord(char *sentence), 实现一个英文句子按单词逆序存放的功能,并给出测试程序。(50分) 如:This is an interesting programme. 逆序后变为:.programme interesting an is This-Write a function InverseByWord (char* sentence), to achieve an English sentence by the word st
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:622byte
    • 提供者:qianfan
  1. LBM 多孔介质 C++程序

    40下载:
  2. 多孔介质内自然对流的LBM模拟程序,采用C++语言编写,基于Guo等人的模型开发,能够用于模拟多孔介质内的流动与传热问题。
  3. 所属分类:数据结构常用算法

  1. yinghangjia

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,本课程设计要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-Bankers algorithm avoid deadlock is an important method, the curriculum design requires high-level language writing and debugging a simple procedure of Banker s
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:126.15kb
    • 提供者:丁泽霞
  1. datastructure

    0下载:
  2. 数据结构是学习软件编程的核心课程,对以后的程序编写非常重要-data structure
  3. 所属分类:Data structs

    • 发布日期:2017-05-23
    • 文件大小:7.19mb
    • 提供者:赵文广
  1. code

    0下载:
  2. 学习数据结构时编写的有关二叉树基本运算实现,有向图和邻接矩阵,邻接表的转换,输出某矩阵转置矩阵的三元组以及两矩阵进行运算后结果用三元组表示,在学习VC程序设计写了一个简单的机场不同型号车辆的收费系统。-Learning data structures to prepare basic operations on binary tree realization of a directed graph and the adjacency matrix, adjacency list of the c
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:6.36kb
    • 提供者:徐洁
  1. aglo7

    0下载:
  2. (一) 编写一个程序LAGO7-1.CPP,实现二叉树的各种运算,并在此基础上设计一个主程序完成如下功能。 (1) 输出二叉树B; (2) 输出二叉树B的深度; (3) 输出H结点的左、右孩子结点值; (4) 输出二叉树B的宽度; (5) 输出二叉树B的结点个数; 输出二叉树B的叶子结点个数 -(A) to prepare a program LAGO7-1.CPP, to achieve a variety of binary operations, and on
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:1.52kb
    • 提供者:xjj
  1. ss

    0下载:
  2. 操作系统的进程调度的一个实验,是用C++程序编写,易于理解和调试-Operating system, the process of scheduling an experiment, is to use C++ programming, easy to understand and debug
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.47kb
    • 提供者:何玉
  1. leidezhuhexianduanlei

    0下载:
  2. 本程序利用C++进行类的组合线性类的程序编写,对于理解组合类的组合线性类有很大作用-The program uses C++, the linear combination of classes programming category for understanding the combination of the linear combination of class plays a significant role class
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:861.12kb
    • 提供者:xuyugui
  1. Cprogram1

    0下载:
  2. 这是一篇用C语言程序编写的文档,能实现 将N的平方个数按正方形矩阵式排列,由里到外,按顺时针方向。-This is a program written in C language documentation, to achieve the square of the number of N by the square matrix arrangement, from inside to outside, in a clockwise direction.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.74kb
    • 提供者:胡裕珍
  1. houzixuandawang

    0下载:
  2. 经典程序,用c语言程序编写,用数据结构知识,初学者的必选。-this is an interesting problem.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3.2kb
    • 提供者:李磊
  1. 3303006

    0下载:
  2. 学生成绩单管理 基础程序编写和调试: 1. 学生成绩排名 1) 定义一个数组a[11],用以存放学生的成绩。-Student transcr ipts basic programming and debugging: (1) student achievement ranked 1) to define an array a [11] used to store student achievement.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.49kb
    • 提供者:woaini
  1. 3-1-2maze

    0下载:
  2. 这是一个迷宫算法的实现,使用C++程序编写的,-Maze algorithm, using the program written in C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.23kb
    • 提供者:张建安
  1. 关于约瑟夫环的程序

    0下载:
  2. 用vc编写的一个关于约瑟夫环的程序-one of the procedures Josephus -one of the procedures Josephus one of the procedures Josephus
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-11-04
    • 文件大小:578byte
    • 提供者:现实太假
  1. Multi-machine-scheduling

    0下载:
  2. 将对n个独立作业如何分配在m台相同的机器加工处理的多机调度问题进行解决,这就是我们要解决的任务。 本程序编写目的为使得解决多机调度问题的过程以图形界面方式动态的展示出来,以让用户能够轻易的看出解决的方案以及过程。采用java开发。 -Will be n independent jobs on m machines how to allocate the same machine processing of multi-machine scheduling problem to solv
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:352.27kb
    • 提供者:invest
  1. btsystem

    0下载:
  2. 基于MFC的北京铁路公交系统,利用C++程序编写。为北京理工大学数据结构结课作业。-MFC-based Beijing rail transit system, using C++ programming. Data structures for the Beijing Institute of Technology knot class job.
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6.63mb
    • 提供者:wang
  1. fortran语言常用程序集

    0下载:
  2. 使用fortran语言编写的常用语言程序集!!!
  3. 所属分类:数据结构常用算法

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