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

搜索资源列表

  1. MaoPao

    0下载:
  2. 冒泡排序算法的C语言实现。简单的冒泡排序算法实例(Dos下运行)。-Bubble Sort Algorithm C language. Simple bubble sort algorithm instance (Dos run).
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:568
    • 提供者:Domain
  1. test

    0下载:
  2. 动画演示排序算法 , DOS运行平台, 测试-Sorting Algorithm Animations DOS operating platform
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2797
    • 提供者:王史鉴
  1. AntColony

    0下载:
  2. It s a simple program that simulate ant colony in DOS environment. It get size of environment and number of foods and ants and simulate finding foods. Ant colony, foods and ants position will random selected.
  3. 所属分类:Algorithm

  1. the-shortest-path-gragh

    0下载:
  2. 求一个图的最短路径的问题,程序在dos的界面下运行 程序还输出了最短路径的问题-Find a map of the shortest path problem, the program interface run in the dos program also outputs the shortest path problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:211114
    • 提供者:马浩原
  1. DOSCalculator

    0下载:
  2. dos 加法器 实现先乘除后加减,先括号内再括号外的依次运算。-dos adder to achieve the first after the addition and subtraction multiplication and division, first in brackets followed by further operations outside the parentheses.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1482
    • 提供者:林子牧
  1. yunsuandengshi

    0下载:
  2. 输入四则运算表达式,返回运算结果,它能处理dos窗口中输入的各种运算符,如同简易的计算器。-Enter the arithmetic expression and returns the results of operations, it can handle a variety of dos window, enter the operator, as a simple calculator.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1656
    • 提供者:张凌峰
  1. STACKS

    0下载:
  2. 堆栈、队列的链式实现 基本要求:所设计的程序要有简单的DOS界面,方便用户进行操作,完成以下功能: 以链式存储方式,实现堆栈的入栈、出栈、取栈顶元素功能。 以链式存储方式,实现带表头结点的循环队列的入队、出队、取队首元素、求队列长度。 查找出队列中的最大元素。 利用所实现的堆栈对队列中元素进行逆置,并将结果输出到文本文件中。 提高要求: 系统运行时能从文本文件中读取堆栈、队列元素信息,运行结束能将堆栈、队列最新元素信息保存至相应文件中。-Stack, queue ch
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1499743
    • 提供者:房贷首
  1. 73143860PISO

    0下载:
  2. No presente trabalho sã o apresentados o modelo Matemático e metodologia numérica para a soluç ã o do problema clássico do escoamento tridimensional incompressível em uma cavidade com tampa deslizante. Na soluç ã o numérica fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:6674
    • 提供者:savicki
  1. Bezier

    0下载:
  2. A simple application/algorithm to implement Bezier Curve using Turbo C/C++ for DOS using mouse pointer.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:876
    • 提供者:M. Akhlaq
  1. command

    0下载:
  2. 这是收集的关于matlab 和dos中的很多命令查询,方便我们使用matlab和dos 系统。-This is a collection of matlab and many dos commands in the query, we use the matlab and easy dos system.
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:11054
    • 提供者:何黄凯
  1. Network-node-shortest-path

    0下载:
  2. 此代码实现了网络结点之中最短路径的计算,并输出了各个网络结点的路由表 ,路由表包括:目的网络,下一跳,代价,详细地址。此代码的原理是Dijstra算法。在代码的注释中有测试用例,用户测试时只需将程序运行后再将测试用例复制到DOS黑框中即可。测试用例中有详细的用例解释。-This code implements the network nodes being the shortest path calculation, and output of each network node routi
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1439
    • 提供者:刘伟强
  1. kmeans

    0下载:
  2. 数据挖掘里的经典kmeans算法,已生成exe文件,需要在dos命令里输入参数来运行,不能直接运行cpp文件。详见文件说明。-kmeans algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:24708
    • 提供者:cc
  1. perception

    0下载:
  2. 数据挖掘里的感知器算法,已生成exe文件,需要在dos命令里输入参数来运行,不要直接运行cpp文件。详见文件说明。-perception algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:21796
    • 提供者:cc
  1. convolucion-ejemplo

    0下载:
  2. con este archivo tu puedes convolucionar dos funciones graficamente
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2089
    • 提供者:Omar
  1. ATM

    0下载:
  2. 基于VC++,采用DOS界面,简单的模拟ATM机运作的程序。-Based on VC++, DOS interface, a simple simulation of the ATM operational procedures.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:309748
    • 提供者:韩涛乐
  1. calculator

    0下载:
  2. 计算器,实现+,-,*,/四则运算,是在DOS窗口下的一个小程序-Calculator, achieve+,-,*,/four operations, is a small program in a DOS window
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1183
    • 提供者:曹政
  1. BB

    0下载:
  2. 这是一个计算数字平台长度的程序,如: 运行时输入: 111122333,结果为: 4          1111 注:本程序在dos中或windows98中运行。-This is a calculation procedure of the digital platform length, such as: Runtime: 111 122 333 results for: 41111 Note: This program is run in DOS or in wi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1617
    • 提供者:周斧
  1. Modelisation

    0下载:
  2. quelques programes de modelisation des prob de sac à dos la pierce de monais et les fils d attentes
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2525104
    • 提供者:slch
  1. GIntegralm1

    0下载:
  2. matlab code of calculated f dos of graphene
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1021
    • 提供者:sa
  1. engine

    0下载:
  2. 围棋引擎初版,可以再DOS下棋。目前实现了代码框架,可以再此基础上继续开发。-Go engine, the first edition, you can re-DOS game of chess. Code framework, and can continue to develop on this basis.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:15180
    • 提供者:周明明
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com