CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - test function

搜索资源列表

  1. Captcha-Image

    0下载:
  2. 在程序中使用了lua脚本配置进行开发,实现了生成验证码图片,图片中加入了背景干扰,字体干扰,图片干扰,图片注入斑点等干扰码,并有验证测试功能,使用vc6.0开发,后来又把工程改成了2005版本!-Used in the program configuration lua scr ipts to develop , implement verification code to generate images , pictures, added background noise , interfer
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:430810
    • 提供者:liu
  1. mopsoC

    1下载:
  2. 使用C 语言编写的 多目标的粒子群优化算法 MOPSO 可以运行 内含测试函数 可以多功能运行-Using the C language for multi-objective particle swarm optimization algorithm MOPSO can run embedded test function can be multi-run
  3. 所属分类:Other systems

    • 发布日期:2016-09-14
    • 文件大小:35914
    • 提供者:姚思
  1. TEST

    0下载:
  2. 关于C语言函数指针的使用,对于c语言初学者非常有帮助-Function pointer on the C language use, language for beginners c very helpful
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:7445
    • 提供者:dfpdn
  1. test

    0下载:
  2. 逃跑按钮,实现鼠标抓不到按钮的简单功能。-Escape button, grasp the mouse button to achieve a simple function.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:27328
    • 提供者:雷震杰
  1. test

    0下载:
  2. 编程语言是c语言,开发环境是keilC51,该程序的功能是辅助无刷电机控制器进行调试-C programming language is the language, the development environment is keilC51, the program s function is to assist the brushless motor controller debugging
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:28924
    • 提供者:gexiaozhong
  1. text

    0下载:
  2. 该系统实现了出试卷功能并能导出打印出来,实现任意组合试卷结构。-The system implementation of a test function and can export to print out any combination of papers in the structure of implementation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:304508
    • 提供者:曹石
  1. partest

    0下载:
  2. This function calculate the performance, based on Bayes theorem, of a clinical test. The input is based on a 2x2 matrix (true positive, false positives false negative, true negatives). The Outputs are: - Prevalence of disease - Test Sensibility
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3173
    • 提供者:Rafal
  1. @Cmy_Hash_Table_Template

    0下载:
  2. 一个基于(临界表)哈希类模版,里面包含了测试函数,及注释。-Based on the (critical table) hash-type template, which contains a test function, and the Notes.
  3. 所属分类:Other systems

    • 发布日期:2017-06-24
    • 文件大小:1004915
    • 提供者:过限于
  1. 74serial_test

    0下载:
  2. 很好的应用查表法检测常见74系列芯片功能及好坏,可以自动测试-The application of good common look-up table method detected 74 series chip function and performance, you can automatically test
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1573998
    • 提供者:杜峰
  1. shutdown

    0下载:
  2. 利用VC++实现了windows下的定时关机功能,经测试可以实现功能-Using VC++ implements timing under windows shutdown function can be achieved by the test function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:399829
    • 提供者:王贺
  1. runtest

    0下载:
  2. 函数功能:本函数将完成对输入的[0,1]随机序列的游程检验.-Function Function: This function will complete the input [0,1] random sequence runs test.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:662
    • 提供者:xlmm
  1. HMM

    0下载:
  2. 通用HMM,文件:Hmm.h and Hmm.cpp是Hmm class cmain.cpp是用c语言写的测试函数 main.cpp是用c++语言(stl)写的测试函数 HmmData.txt是一个hmm的存储文件,可由程序读出-Universal HMM, file: Hmm.h and Hmm.cpp yes Hmm class cmain.cpp is written in c language test function main.cpp is c++ language
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:57865
    • 提供者:yoen
  1. MouseClick.Test

    0下载:
  2. 在Linux下用codeblocks IDE中的wxwidgets编写的一个简单的小程序,功能:点击鼠标左键,会出现一个提示对话框!-In Linux, under the wxwidgets using codeblocks IDE written in a simple little procedure, function: Click the left mouse button, there will be a prompt dialog box!
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:245570
    • 提供者:左玉斌
  1. ads7870test

    0下载:
  2. ADC Test Function with avrlib and AVR MCU
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1022
    • 提供者:AFSHIN
  1. test

    1下载:
  2. 定义一个date类如下: class Date { public: void SetDate(int y,int m,int d) void IsLeapYear() private: int year int month int day } 要求: (1)编写SetDate(int y,int m,int d)函数,实现对象中数据成员的设置; (2)编写IsLeapYear()判断该年是否是闰年。 -Define a
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:586
    • 提供者:momo
  1. test-function

    0下载:
  2. 文档中包括22个测试函数的具体表达形式,主要给检测算法优化提供依据;用于算法的函数优化。-Documentation includes 22 test functions specific forms of expression, mainly to provide the basis for detection algorithm optimization functions for algorithm optimization.
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1068334
    • 提供者:zhang wan
  1. test function

    0下载:
  2. it was good for man that work on optimization
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:4096
    • 提供者:sadeghn
  1. test fun.

    0下载:
  2. it was fine for man that work on optimization
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:sadeghn
  1. Download Test Function

    0下载:
  2. it is good for optimization cod.,.,.,.
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:4096
    • 提供者:sadeghn
  1. test

    0下载:
  2. test 文档空白的文档里面无内容,试一试上传功能。(There is no content in the blank document of the test document, and try the upload function.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:6144
    • 提供者:mradam
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com