CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - Detection

搜索资源列表

  1. MillerRabin

    0下载:
  2. java实现的检测大素数 已经测试可用,请放心下载-java implementation of the detection test can have a large prime number, please be assured Download
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:831
    • 提供者:dff
  1. thesis

    0下载:
  2. Implementation of Iris Detection
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1676871
    • 提供者:Andrei
  1. hough-src

    0下载:
  2. java detection line source code..in the book you will find liear code detection hough in java code -java detection line source code..in the book you will find liear code detection hough in java code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:16461
    • 提供者:mangas963
  1. a-wp-mobile-detector

    0下载:
  2. The WP Mobile Detector wordpress plugin automatically detects if the visitor is using a standard mobile phone or a smart phone and loads a compatible wordpress mobile theme for each. This plugin is one of the first to differentiate between a standard
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-09
    • 文件大小:2525747
    • 提供者:Reezo
  1. Webqq

    0下载:
  2. 主要技术: (1)弹出新窗口时,自动关闭父窗口。 (2)弹出窗口居中显示 (3)从网页对话框中选择头像 (4)应用Ajax技术实现用户名的检测,同时应用ASP实现UTF-8到GB2312的编码问题进行解决。 (5)验证输入的日期格式是否正确 (6)客户端验证输入的Email地址格式是否正确 (7)在ASP中使用ctrl+enter实现表单提交。 (8)解决ASP进行程序开发时遇到的错误。 (9)解决当前用户在不在线的问题,如果在线的话就显示彩色头像,如果不在线
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-08
    • 文件大小:554378
    • 提供者:宁远夜
  1. JavaScript

    0下载:
  2. 包括:Javascr ipt 浏览器检测、浏览器检测、Navigator 对象、Javascr ipt Cookies、Javascr ipt 表单验证等-Including: Javascr ipt browser detection, browser detection, Navigator objects, Javascr ipt Cookies, Javascr ipt form validation, etc.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-17
    • 文件大小:166166
    • 提供者:duantianhui
  1. nyx-ids

    0下载:
  2. source code for nyx intrusion detection system
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-11
    • 文件大小:2070806
    • 提供者:warlok
  1. js

    0下载:
  2. 这个文件可以实现输入表单各种数据类型的格式检测-This file can form various types of data input format detection
  3. 所属分类:JavaScript

    • 发布日期:2017-04-05
    • 文件大小:53706
    • 提供者:laofd
  1. charsetDetect

    0下载:
  2. 文本文件编码检测(charset detect)工具。提供单一api。特别适用于爬虫(spider)检测html编码-Text file encoding detection (charset detect) tools. Provides a single api. Especially for reptiles (spider) html code detection
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:76501
    • 提供者:li
  1. Login

    0下载:
  2. windows环境下的登录窗口,实现登录检测-windows environment login window, log on to achieve detection
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:581
    • 提供者:wgl
  1. CannyEdgeDetector

    0下载:
  2. java语言实现的具有应用程序界面的canny算法实现,代码编写的可读程度高,并有本人的详细注释。现在网上只有canny算法的java代码,并没有应用程序界面的canny算法实现,所以很多代码不知道能不能用,也不知道效果如何。本程序全面解析了canny算法的java实现,并且达到了很好的效果。canny算法是非常重要的单像素边缘提取算法,对他的理解可以使你明白很多的图像处理手段。-java language application program interface with the canny
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:7371
    • 提供者:yepeng
  1. CannyEdgeDetector

    0下载:
  2. canny edge detection
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5631
    • 提供者:sandeep
  1. formcheck

    0下载:
  2. 表单自动检测类,能轻松实现自定义检测项目,类型,提示框样式和检测方式,方便修改和添加自己需要的功能-Automatic detection of form class, can easily implement custom test items, type, style boxes and detection methods, easily modify and add the functionality they need
  3. 所属分类:JavaScript

    • 发布日期:2017-04-23
    • 文件大小:27024
    • 提供者:cyc
  1. 20092100085-

    0下载:
  2. (1)写一个final参数类M,包括比较次数、交换次数、探测次数属性,并重写构造器和toString方法。 (2)写一个抽象类A,其中包括要排序的数据。提供三个final方法,分别完成比较、探测、交换操作的同时,正确改变私有的M类对象成员的相关属性。并提供一个虚方法doSort,同时提供一个final方法sort(先设置M对象初值,然后调用doSort方法,返回M对象引用) (3)写三个采用不同方法排序的A类的派生类A1,A2,A3 (4)写一个测试类作为主类,分别生成A1,A2,A
  3. 所属分类:Applet

    • 发布日期:2017-04-25
    • 文件大小:41857
    • 提供者:xhg
  1. cheakCameraStatus

    0下载:
  2. 使用Acrionscr ipt3.0检测摄像头状态-Detection status of the camera
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-16
    • 文件大小:11669
    • 提供者:张三
  1. VAD

    0下载:
  2. a new vad system to detect voice activty detection but not fullu tested
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:33349
    • 提供者:mohammed
  1. ToolSpilt

    0下载:
  2. java实现 图片实现加强,模糊,平滑,边缘检测,灰度图-java implementation to achieve enhanced picture, fuzzy, smooth, edge detection, grayscale
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:135121
    • 提供者:zhangqiao
  1. WirelessIntruderDetectionSystem

    0下载:
  2. Intruder Detection System
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:50445
    • 提供者:AKK
  1. RenYidong

    0下载:
  2. 利用低级用户界面GameAPI实现简单的人移动 和简单的碰撞检测-The use of low-level user interface GameAPI simple people move And simple collision detection
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:387389
    • 提供者:吴华彬
  1. Ditu

    0下载:
  2. 利用低级用户界面GameAPI实现简单的地图移动 和简单的碰撞检测,大家可以参考-The use of low-level user interface GameAPI simple moving map And simple collision detection, we can refer to
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:345159
    • 提供者:吴华彬
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 22 »
搜珍网 www.dssz.com