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

搜索资源列表

  1. pagereplace

    0下载:
  2. 页面置换算法演示,程序中含有一些对控制台输出和事件进行控制的API函数.-Demo page replacement algorithm, the program contains some of the console output and the control of the incident API function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:15513
    • 提供者:陈小东
  1. RANSAC-gb

    0下载:
  2. Ransac(随机抽样一致性估计)拟合直线,将网上的算法进行了整理修改,RawData1.txt与RawData2.txt为测试数据,result.txt为去除外点以后的数据-Ransac Random sample console for Line
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:801860
    • 提供者:张本梁
  1. cPP

    0下载:
  2. 通过先序遍历中序遍历后续遍历还原二叉树 通过先序遍历中序遍历后续遍历还原二叉树- Defines the entry point for the console application.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1922
    • 提供者:潘志鹏
  1. beibao

    0下载:
  2. 用c语言编写的背包问题的算法设计,属于控制台编程-Knapsack problem using the c language algorithm design, and a console programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:928
    • 提供者:helloworld
  1. kuaipai

    0下载:
  2. 用c语言编写的快速排序的算法,属于控制台编程-Quicksort algorithm using the c language, console programming
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:919
    • 提供者:helloworld
  1. lab22

    0下载:
  2. 首先,定义两个对象一个定义了点的x,y坐标和它的标号,另一个对象是两点之间的距离。然后用冒泡比较法对点的x,y坐标分别进行排序,编写控制台程序,输入点的个数,分为两种方法求最近点对。根据点的个数分为3个点的情形和大于3个点的情形,3个点的直接对两两点之间的距离进行比较。大于3点的用分治递归法求解,通过划定界限分8块没一点只对其他7块内的点进行比较长度最后求出最短距离。-First of all, define two object a definition of a x, y and its l
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1406
    • 提供者:安智超
  1. A-star

    0下载:
  2. 典型的A*算法,是VC控制台应用程序,可以帮助读者理解A*的基本流程-The typical A* algorithm VC console application that can help the reader understand the basic processes of the A*
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1127329
    • 提供者:liming
  1. Queens-problem

    0下载:
  2. 经典的皇后问题,可直接放在C++工程运用,控制台操作,以图形方式输出,简单明了,易学易用 -Classic queen problem, can be placed directly on the C++ project to use the console operation, graphical output, simple, easy to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:742
    • 提供者:dieye
  1. guanjianlujing-cmd

    0下载:
  2. 关键路径数据结构课程设计的控制台程序,创建网的时候请注意空格字符-Critical path data structure courses designed console application to create a network Please note that the space character
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2100
    • 提供者:彭博
  1. xunluceshi

    0下载:
  2. 对深度优先、广度优先、A*3种寻路的算法、 以及自己写的一个控制台渲染器类和一个检测按键输入的类-Depth-first, breadth-first, A* pathfinding algorithm, as well as their own to write a console rendering the class of the class and a test button input
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:11940
    • 提供者:何江
  1. KMP_MP

    0下载:
  2. KMP算法实现的字符串查找、替换控制台程序。数据结构必备。-KMP algorithm to achieve the string to find, replace the console program. Data structure is essential.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:38580
    • 提供者:魏翔
  1. Huffman

    0下载:
  2. 哈夫曼编码。控制台程序。数据结构必备。快速排排,双队列建树。-Huffman coding. Console application. Data structure is essential. Quickly in a row, the dual queue contribution.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:14306
    • 提供者:魏翔
  1. ScanflineFill

    0下载:
  2. 扫描线区域填充算法,完全在VC++6.0控制台上实现-Scan line region filling algorithm, completely in VC++6.0 console
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1806
    • 提供者:殷文斌
  1. CaculateWordsOfSentence

    0下载:
  2. 计算句子长度,输入一个句子,该程序用来计算句子中单词的长度,eclipse开发,句子从控制台输入-caculate the words of a sentence,input a sentence into the console,and it will show how many words are there in the sentence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:4267
    • 提供者:王恒
  1. GA

    0下载:
  2. GA遗传算法 c++实现,详细注释 单浮点数编码,控制台演示-GA genetic algorithm c++ realization of a single floating-point encoding of detailed notes, console demo
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4508
    • 提供者:tk
  1. kr

    0下载:
  2. 克鲁斯卡尔算法 控制台下运行 提供给大家参考-Kruskal algorithm running under the console to provide for reference
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:624
    • 提供者:四百
  1. 77

    0下载:
  2. c++ 实现高斯-勒让德求积法: 定义控制台应用程序的入口点。-c++ Gauss- Legendre Germany seeking product method: custom console application entry point.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:4053
    • 提供者:谢皆
  1. grid

    0下载:
  2. 使用c++语言编写程序在控制台输出一个n*n的方格,并且能够输入特殊点坐标-C++ language programming in the console output an n* n grid, and can enter a special point coordinates
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:5354649
    • 提供者:林棋
  1. cPPpoke

    0下载:
  2. 使用c++在控制台中输出一副扑克牌,并能对扑克牌进行操作-To use c++ in the console output of a deck of cards, and poker operation
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:458071
    • 提供者:林棋
  1. GA568

    0下载:
  2. 另一个版本的遗传算法 解决TSP问题 c++ conslon控制台应用程序 算法收敛速度、效率很高-Another version of the genetic algorithm to solve TSP c++ conslon console application algorithm convergence rate and high efficiency
  3. 所属分类:AI-NN-PR

    • 发布日期:
    • 文件大小:18208
    • 提供者:heaven
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com