CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 算法测试

搜索资源列表

  1. 6paixusuanfa

    0下载:
  2. 1、 演示程序对6种内部排序算法(堆排序、直接插入排序、简单选择排序、快速排序、希尔排序、归并排序)作输入实测比较。 2、 待排序表的元素的关键字为整数。用户可输入不同数据作测试比较。比较的指标为关键字参加的比较次数(用compCount计量)和关键字的移动次数(用shiftCount计量,关键字交换计为3次移动)。 3、 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(不大于20)和数据。 4、 每次测试完毕,显示各种
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:32601
    • 提供者:张涛
  1. Millrab

    0下载:
  2. 经典的MillRab(蒙特卡罗)概率算法,用于素数测试。蒙特卡罗算法的错误概率不超过 (1/4)^k,k为算法的运行次数。-classic MillRab (Monte Carlo) probabilistic algorithm for testing in a few. Monte Carlo algorithm error probability less than (1 / 4) ^ k, k algorithm for the operation frequency.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:265968
    • 提供者:lixing
  1. MD5encAndDec

    0下载:
  2. MD5算法源程序用C实现的,测试可用-MD5 algorithm source code in C to achieve, and testing available.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7671
    • 提供者:shenyun
  1. CvCanny

    0下载:
  2. OpenCV的Canny算法程序,本人测试通过-OpenCV Canny algorithm program, I tested
  3. 所属分类:Console

    • 发布日期:2017-06-19
    • 文件大小:29346816
    • 提供者:张飞
  1. spfa

    0下载:
  2. 求单源点最短路径效率最高的算法,包括2个样例程序和测试数据。-For single-source shortest path algorithm for the highest efficiency, including two sample procedures and test data.
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:61610
    • 提供者:ly
  1. God

    0下载:
  2. 用Windows控制台程序实现A*算法在交通网络中寻找最短路径的应用,并附有实际的测试数据,程序已经调过没有问题。-Windows Console Application with the realization of A* algorithm to find the shortest path transport network applications, along with the actual test data, the program has emphasized there is
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1170903
    • 提供者:丁小寻
  1. guangliusuanfa

    1下载:
  2. 这是图像处理程序是我用光流算法写的,经过测试效果不错,希望大家喜欢-This is the image processing program is written in my optical flow algorithm
  3. 所属分类:Console

    • 发布日期:2016-04-17
    • 文件大小:1389568
    • 提供者:邢春
  1. Ten2TwoTransform

    0下载:
  2. 本程序实现将十进制转换成二进制,并可进行简单的加减乘除四则运算和二进制的与或运算,这是修改部分BUG后源码。经初步测试,算法没有问题。-Program to convert decimal to binary, can be a simple addition, subtraction, multiplication and division four operations and binary OR operation, which is to modify some of the BUG a
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:169596
    • 提供者:Nick
  1. purepso

    0下载:
  2. 基本PSO算法包,带十二个测试函数,java语言,windows环境-pso package
  3. 所属分类:Console

    • 发布日期:2017-12-09
    • 文件大小:737224
    • 提供者:yang
  1. AStar

    0下载:
  2. A星算法测试代码,可以对了解路径搜素算法有所启发-A star algorithm test code, you can understand the path search algorithm prime inspiration
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:1099664
    • 提供者:fan
  1. List

    0下载:
  2. 顺序表的插入和删除算法,顺序表的完整定义(基本操作函数的定义,下标处理函数的定义,元素操作的函数及其重载的定义,测试类)-Sequence table insertion and deletion algorithms, the full definition of the order form (basic operation function definition, the subscr ipt handler definition, the elements and the overloa
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:2361
    • 提供者:张宏超
  1. stack-and-queue

    0下载:
  2. (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法-(A) implement the stack using the chain store initialization, the stack, the stack operation. (2) using seq
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:2195
    • 提供者:fei
  1. UserCF

    2下载:
  2. 用C++实现的基于用户的协同过滤算法,包含训练集、测试集-Achieved with C++ user-based collaborative filtering algorithms, including training set, test set
  3. 所属分类:Console

    • 发布日期:2015-05-27
    • 文件大小:6074368
    • 提供者:limingyao
  1. cordic_1-0

    2下载:
  2. 关于cordic算法的C MODEL实现,包括几种不同的模式,如求模值、求相角,求COS,SIN函数等。程序还包括TESTBENCH测试程序。-About cordic algorithm C MODEL implementation, including several different modes, such as modulus values, seeking phase angle, seeking COS, SIN function and so on. TESTBENCH test
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1055864
    • 提供者:hanyu
  1. CNN

    2下载:
  2. 本程序实现深度学习的卷积神经网络(CNN)算法,含有训练程序和测试程序-This program implements convolution depth learning neural network (CNN) algorithm contains training programs and test procedures
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-07
    • 文件大小:3835
    • 提供者:云长
  1. QSort

    0下载:
  2. 快排递归算法的实现,测试数据从10000到100000000,并通过计时函数计算不同规模的数据递归快速排序所用的时间-Row fast recursive algorithm, test data 10 thousand to 100 million, and calculate the different sizes of data recursive quicksort time used by the timing function
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:24122
    • 提供者:gaocongli
  1. Mechine_Learning

    0下载:
  2. 该功能包含决策树、随机森林、SVM机器学习算法,并在VS环境下实现并测试。-This function contains the decision tree, random forests, SVM machine learning algorithms, and implement and test in VS environment.
  3. 所属分类:Console

    • 发布日期:2017-05-17
    • 文件大小:4284383
    • 提供者:李振
  1. object_classfication_end

    0下载:
  2. SVM支持向量机的分类算法,完整的工程文件包,需要测试数据集以及VS2010以上版本-SVM classification
  3. 所属分类:Console

    • 发布日期:2017-06-21
    • 文件大小:39179689
    • 提供者:PBD
  1. ant-and-pso

    0下载:
  2. 基于改进蚁群算法的网格模型和基于pso算法代码的改进测试-ant and pso
  3. 所属分类:Console

    • 发布日期:2017-12-12
    • 文件大小:78663680
    • 提供者:Mr han
搜珍网 www.dssz.com