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

搜索资源列表

  1. auto_allocate

    0下载:
  2. 纯c下一般用链表实现内存的动态分配,有点麻烦,而且容易出错,为了方便实用,这里尝试写了一个在用c写的动态分配内存的console程序,例子实现的是可以动态分配二维数组的大小。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6010
    • 提供者:彦竹
  1. 电梯运行

    0下载:
  2. 很好的一个C++控制台程序-good a C Console
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9809
    • 提供者:尘灰
  1. Sudoku

    0下载:
  2. 这时一个计算数独游戏的console程序。使用搜索算法剪枝中最为强大的dance link(可参考knuth论文),并用STL-set优美实现。
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:116498
    • 提供者:李如其
  1. trix

    1下载:
  2. 三角网的生成算法,是win32控制台程序,能自动构成Delauney三角网-triangulation algorithm for the generation of console win32 procedures, automatically constitute Delauney triangulation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:49743
    • 提供者:福哥
  1. Genetic最短路径

    0下载:
  2. 在vc控制台中运行,用遗传算法求解最短路径,用邻接矩阵表示路线图。-in vc console operations, Genetic Algorithm for the shortest path, adjacency matrices road map.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:125825
    • 提供者:rabo
  1. Primer_Number

    0下载:
  2. 以VC的Console模式,實作尋找Primer Number的方法.-to VC Console mode, it made for Primer Number method.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6275
    • 提供者:阿哲
  1. FitLine

    1下载:
  2. 采用最小二乘的方法拟合出了一条空间直线,用VC6.0编写的控制台程序-Using the method of least squares fitting of a straight line in space with console procedures prepared by VC6.0
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2855793
    • 提供者:GongChun
  1. fragtrack_console_app

    0下载:
  2. 很牛的外国人写的跟踪算法,包括文章和源代码。文章名:Robust Fragments-based Tracking using the Integral Histogram-Is cattle tracking algorithm written by foreigners, including articles and source code. Article Name: Robust Fragments-based Tracking using the Integral Histogram
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:743721
    • 提供者:dingph
  1. Newmark

    0下载:
  2. 实现Newmark法的fortran 控制台程序-Newmark method to achieve the fortran console procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2217
    • 提供者:luckytsi
  1. NHFang

    0下载:
  2. 功能:四阶幻方全解 运算时间:3、40秒 结果:7040个 环境:Visual Studio.net 2003的vc++的控制台项目-Function: fourth-order magic square-wide computing solutions Time: 3,40 seconds Results: 7040 Environment: Visual Studio.net 2003 the vc++ Console project
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:18241
    • 提供者:柴宝杰
  1. Huffman

    0下载:
  2. Huffman源码,用C++编写,配套数据结构教程,为控制台应用程序-Huffman code, using C++ Prepared, supporting data structure tutorial for the console application
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:64318
    • 提供者:lucy
  1. myString

    0下载:
  2. 自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6.0,测试程序为Console模式。-I have written the String c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:15476
    • 提供者:billsedison
  1. Library

    0下载:
  2. 图书管理系统: 控制台界面--在存储信息的时候模拟了一颗B树-Library management system: console interface- to store information in a time when a B simulated tree
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:587130
    • 提供者:zhanghao
  1. Library

    0下载:
  2. 基于控制台的图书馆管理系统。 用户级操作有按书号、书名、关键字查询,借阅图书,归还图书,追加图书。 管理员级操作有列出所有在库、借出图书,查询借阅用户资料。-Console-based library management system. User-level operations by ISBN, title, keyword query, to borrow books, return books, additional books. Administrator-level oper
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:4899
    • 提供者:Kit
  1. hht

    0下载:
  2. 希尔伯特—黄变换的控制台程序,里面用到了线性插值,结果以磁盘文件形式输出-Hilbert- Huang Transform the console program, which used a linear interpolation, resulting in the form of the output to disk file
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3406
    • 提供者:hailun
  1. migong

    0下载:
  2. 我们学校发的数据结构书上的迷宫算法,只实现了,控制台应用程序,只把源代码传上来了,但没有编译,-Our school books issued by the data structure on the maze algorithm, only to realize, console applications, only the source code Chuan-up, but did not compile,
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2827
    • 提供者:母平
  1. leastsquaresprocedure

    0下载:
  2. 最小二乘法简单实现代码 在控制台程序下运行的-Realize easy least squares procedure code in the console running under
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4373
    • 提供者:limin
  1. Qin_Jiushao_algorithm

    0下载:
  2. 再现数值计算里的秦九韶算法,此程序为控制台程序。-Numerical representation in the Qin Jiushao algorithm, this procedure for the Console program.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:310510
    • 提供者:Albert
  1. console_lib

    0下载:
  2. algorithm to resize an image
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:6390
    • 提供者:b
  1. sga_1

    0下载:
  2. 以VisualC++6.0控制台实现的遗传算法,源主程序其实是本站原有的,但以前的错误很多,调通了大家了分享一下-VisualC++6.0 console in order to realize the genetic algorithm, the source of the main program is the original site, but a lot of previous mistakes, Tiu had the U.S. share
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:319748
    • 提供者:
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com