CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 程序运行时间

搜索资源列表

  1. GATSP

    0下载:
  2. 用遗传算法求解旅行商问题,程序中的数据采用的是马少平,朱小燕编写的人工智能P298中的10城市的数据,运行的结果和书上给出的最优解一致,由于程序中群体规模设置的较大,程序运行时间可能需要7s左右。另外初始群体的生成是采用的排列组合算法,有兴趣的读者可以研究此算法的原理或共同探讨-A Genetic Algorithm for Traveling Salesman Problem, program data is in Ma Siu-ping, Xiao-Yan Zhu artificial in
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:209445
    • 提供者:fuyaozong
  1. 111

    0下载:
  2. 完美的神经网络程序,程序运行时间按短,效率高。-Perfect neural network program, the program running time by a short, high efficiency.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:273997
    • 提供者:hym
  1. debug

    0下载:
  2. Linux 终端显示的缓冲是有限的(默认的显示几百行),所以如果我们程序printf行数较多,或者程序运行时间较长,难免有一些记录被冲掉,进而影响查看bug。特别是对随机的、少重现错错误,想通过屏幕上printf出来的数据调试,就难免困难一些,当然我们也可以使用重定向实现 程序>log.txt 但是这种方式,打印到文件上便不能显示到屏幕上了,所以有一定的局限性。 于是写了一个程序用意实现。 改程序有以下几个文件 Debug.c Debug.h
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5587
    • 提供者:璐盟其
  1. vbFRMNET

    0下载:
  2. 一款局域网网络密码探测器,可探测局域网工作站上的共享目录密码,本程序旨在说明原理,因此界面做的比较简,有兴趣的网友可自行完善。本程序主要采用穷举法,从1位至8位,对于简单密码例如: aa , ab, bb 可很快探测到,否则程序运行时间会很长,比较长的密码例如8位可能需要几天的时间;可以再进行一些优化处理.例如只探测字母,只探测数字,探测字母与数字,从几位密码开始探测等。-A LAN network password detector, can detect the shared directo
  3. 所属分类:Remote Control

    • 发布日期:2017-04-01
    • 文件大小:6032
    • 提供者:
  1. TIME-10.12.31.13.51.24

    0下载:
  2. linux平台下用于计算程序运行时间的库函数说明-linux platform used to calculate the run time library functions that
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1902
    • 提供者:aa
  1. RSA

    0下载:
  2. RSA的加密和解密算法,程序运行时间较长,请耐心等待-RSA encryption and decryption algorithms, run time is a little long, please be patient
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:322986
    • 提供者:乾坤
  1. traffic1

    0下载:
  2. 模拟实现十字路口的交通灯管理系统逻辑,具体需求如下: 1、异步随机生成按照各个路线行驶的车辆。 例如: 由南向而来去往北向的车辆---- 直行车辆 由西向而来去往南向的车辆---- 右转车辆 由东向而来去往南向的车辆---- 左转车辆 。。。 2、 信号灯忽略黄灯,只考虑红灯和绿灯。 ·3、应考虑左转车辆控制信号灯,右转车辆不受信号灯控制。 ·4、具体信号灯控制逻辑与现实生活中普通交通灯控制逻辑相同,不考虑特殊情况下的控制逻辑。
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:98241
    • 提供者:jirihua
  1. clock

    0下载:
  2. 计算程序运行时间的小函数,C语言编写,可以学习一下-funtion to calculate the time which your programme had been cost
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2119
    • 提供者:杰麟
  1. GetPixelsOfImage

    0下载:
  2. 结合OpenCV,获取图像任意位置的像素值(包含程序运行时间计算).-combine with OpenCV, the project can get the pixels at any position of the image.(inclue the execution time of the program)
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-02
    • 文件大小:580756
    • 提供者:雷会
  1. lianbiao

    0下载:
  2. 2000个随机数存入链表,并查找给定数值,显示在第几个,外加程序运行时间-2000 random numbers into the list, and look for a given value, shown in the first few, plus running time
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:741940
    • 提供者:张梦飞
  1. ourdev_508935

    0下载:
  2. 用汇编语言写了一个十进制到二进制,二进制到十进制的转换程序,以缩短数制转换程序运行时间,本程序已编译成库函数和编写了相应的头文件,在GCC中可直接调用,如用其他的AVR单片机C编译器,可将提供的源程序作适当修改后使用。-Written in assembly language of a decimal to binary, binary to decimal conversion program to reduce the number system conversion program is
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:6504
    • 提供者:吴明
  1. undirected_weighed_origin

    0下载:
  2. 检测图同构,给出图中个点的对应关系,并且判断程序运行时间是否符合标准-Check graph isomorphism
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:15088
    • 提供者:justin lee
  1. clock

    0下载:
  2. 用cuda编写时,计算程序运行时间的应用。-With cuda writing, calculating run time applications.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:946
    • 提供者:小毛驴
  1. timestamp_p

    0下载:
  2. 显示程序运行时间的程序,非常好的子程序 调用很简单-The subroutine of time of program elasped。 It is very easy to call
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:845
    • 提供者:zjh982038
  1. gaborsvm

    0下载:
  2. 基于gabor的svm算法实现过程,这个程序运行时间较长-Gabor based on the SVM algorithm, the program running time is long
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:686861
    • 提供者:老李
  1. bubble--sort

    0下载:
  2. 产生10000个随机数,分别用冒泡法排序、快速排序、插入排序、堆排序等方法排序。比较程序运行时间。-Generate 10000 random numbers using the bubble method to sort, quick sort, insertion sort, heap sort method of sorting. Compare program running time.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:887084
    • 提供者:huanghong
  1. wang3

    0下载:
  2. linux上实现四种排序,分别是选择排序、递归排序、冒泡排序、和快速排序。以及显示程序运行时间-Linux on its four sorting, respectively is choice, sort and recursion sequence, bubble sort, and quick sort. And show program running time on its Linux four sort
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:1786
    • 提供者:wang
  1. stm8s_led

    0下载:
  2. 采用STM8S208r8实现的数码管显示,用到IO口的操作以及定时器操作,其中定时器2时作为计数器用的,可以测量定时长度,程序运行时间。-Using STM8S208r8 achieve digital display used IO port operation and timer operation, Timer 2 as a counter measure timing length, the program run time.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-18
    • 文件大小:441952
    • 提供者:曾志皓
  1. module.tar

    0下载:
  2. 此文件为Karman改进源码用来对源karman程序运行时间进行预测,文件中的karman为基于karman源程序的建模-karman modified code which is used to bulid a model to give the prediction of running time.
  3. 所属分类:MPI

    • 发布日期:2017-11-23
    • 文件大小:856390
    • 提供者:yile liu
  1. SIFT_VC

    0下载:
  2. 可以实现两幅图像间的匹配 连线表示两幅图像间对应的匹配点对 另外还有程序运行时间显示等-Can achieve the matching connection between the two image between two images corresponding to the matching points in addition to the run time display, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:3840822
    • 提供者:张恒
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com