搜索资源列表

  1. 5-Queen

    0下载:
  2. N皇后问题!图形界面演示,VC6.0开发-N Queen! GUI demonstration VC6.0 development. .
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:37888
    • 提供者:郭上华
  1. wavelet transform-n point

    0下载:
  2. n点长度的DB系列小波多分辨分解程序。 可以实现一维信号的分解和重构-length of the point n DB series multiresolution wavelet decomposition process. Peacekeeping can achieve a signal decomposition and reconstruction
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:183296
    • 提供者:李豪夺
  1. CMU-Cam_Toolkit_v2

    0下载:
  2. 自然语言处理和语音识别中必须的语言模型工具,这个工具可以生成文本或者二进制格式的N-gram表。配合HTK使用效果会更好。-natural language processing, speech recognition and language model must tools, this tool can generate text or binary format of the N-gram table. With the use
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-16
    • 文件大小:124928
    • 提供者:王天庆
  1. N-Step Progress

    0下载:
  2. N级进程调度,界面和进程都不错,是很值得下载的-N-scheduling process, the interface and the process is pretty good, and is worth the download
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:27648
    • 提供者:林一森
  1. N_Queen

    0下载:
  2. N皇后问题的优化版本,对于N= 13的情况可以在1秒内出结果-N Queen of the optimized version for the N = 13 can be in a give results within seconds
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:吴地瓜
  1. shortest_BySophia

    0下载:
  2. 给定平面上N个点,找其中的一对点,使得在N个点组成的所有点对中,该点对间的距离最小。-given plane N and find the one pair of points made in the composition of N points on all points, which points to the distance between the smallest.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:286720
    • 提供者:萌音
  1. nqueue

    0下载:
  2. 用分支界限法实现的n后问题 vc++ 语言效率很好-branch line with the law to achieve n vc language problem after a good efficiency
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:2066432
    • 提供者:郝永生
  1. Ngrams

    0下载:
  2. A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:郑乔鸿
  1. bahuanghouwtdejavashixian

    0下载:
  2. n皇后问题算法。 * 把棋盘看成一个坐标系,以左下角为原点(0,0)。坐标系的每个点为一个Point类。 * 每个皇后为一个皇后对象Queen。 * 判断一个点的坐标是否在,一个皇后控制的范围的函数为Queen.isUnderControl(point)。 -n Queen's Algorithm.* Chessboard as a coordinate system to lower left-hand
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:tangying
  1. bahuanghou44444

    0下载:
  2. 八皇后问题的拓展,n皇后问题的深度优先算法,可以把结果以文件形式输出。N<=20-eight of the Queen's expansion, n depth of the Queen's priority algorithm, the results can be output in the form of a document. N
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:266
  1. gooleansweryang

    0下载:
  2. n后问题回溯(递归) C/C++编写的n后问题回溯(递归) 欢迎大家使用,给大家带来愉快的心情-problems after n retrospective (recursive) C/C n prepared by the issue after backtracking (recursive) Everyone is welcome to use. give us some pleasant mood
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:582656
    • 提供者:杨文博
  1. p_queue

    0下载:
  2. n后问题,主要是算法问题,有java改写-after issue, the main issue is the algorithm, rewritten java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:36864
    • 提供者:胡小川
  1. aglorithm

    0下载:
  2. 问题算法源代码:骑士遍历、万年历、N皇后问题回溯算法、动态计算网络最长最短路线、货郎担分枝限界图形演示、货郎担限界算法、矩阵乘法动态规划、网络最短路径Dijkstra算法-problems algorithm source code : Knight traversal, calendar, N Queens backtracking algorithms, Dynamic computing network longest short
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:23552
    • 提供者:安德里周
  1. 2_8

    0下载:
  2. 设n个不同的整数排好序后存于T[0:n-1]中。若存在一个下标I,0<I<n,使得t[I]=I,设计一个有效算法找到这个下标。要求算法在最坏情况下的计算时间为O(logn).-Let n different integer sequence after arranging deposit T [0 : n-1]. If there is a subscr ipt I, 0
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:33
  1. N.C.P.H--heikejishuyuwangluoanquan

    0下载:
  2. 黑客技术与网络安全,,,,值得一看,,是一般不错的电子书籍-hacking technology and network security,, an eye-catcher, is generally good e-books
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:1111040
    • 提供者:simaxuan
  1. vc8quween

    0下载:
  2. 1. 编写求n后问题的通用函数; 2. 取n=8计算出n后问题的所有可行解,并以8元组的形式输出(可以对可行解的结构进行分析,); 3. 随机输出2个可行解的图形。其中棋盘要有8×8的格子,Queen图象自选; -1. To prepare for issues common after n function 2. Take n = 8 calculated after n all feasible solution, a
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:49152
    • 提供者:
  1. 8queenjava

    0下载:
  2. 利用java编程 1. 编写求n后问题的通用函数; 2. 取n=8计算出n后问题的所有可行解,并以8元组的形式输出(可以对可行解的结构进行分析,); 3. 随机输出2个可行解的图形。其中棋盘要有8×8的格子,Queen图象自选; -Using java programming 1. To prepare for issues common after n function 2. Take n = 8 calculate
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:132096
    • 提供者:
  1. n!qiujie

    0下载:
  2. 本人初学c语言程序不是很拿手,n!的求法。。希望大家指教-I novice c language program is not very good at, n! The Method. . We hope the exhibitions
  3. 所属分类:文档资料

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:liu
  1. st200408202223-01

    0下载:
  2. N皇后问题实验报告,自己设计的一个小程序,望高手指教-N Queens experiment, designed by a small procedure, experts advise Pillar
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:elory
  1. 01-8queens

    0下载:
  2. n皇后问题,rar格式,运行环境c++,n〉=1-n Queens problem, rar format, operating environment c++, n> = 1
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:174080
    • 提供者:王子
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org