虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

auto-detect

  • [ Common Function Lib ] ## Function List LogWrite : LogWrite Function by two Parameter LogDelete1

    [ Common Function Lib ] ## Function List LogWrite : LogWrite Function by two Parameter LogDelete100Day : Auto Delete after 100 Day

    标签: Function LogWrite LogDelete1 Parameter

    上传时间: 2013-12-26

    上传用户:miaochun888

  • MTK flash TOOL源程序代码 ========== FlashTool v3.1.05 (2007/05/15) ======= Bug fixes: 1. [DA] Fix

    MTK flash TOOL源程序代码 ========== FlashTool v3.1.05 (2007/05/15) ======= Bug fixes: 1. [DA] Fix that DA cannot be loaded on MT6225 for exceeding internal SRAM size. 2. [DA] Fix that NAND download/read-back issue on MT6225 because buffer is linked on TCM. New features: 1. [DA] Supports new NOR Flash device [SPANSION] S29WS128P [SPANSION] S29WS256P [TOSHIBA] TV00560002DDGB 2. [DA] Supports OTP driver for below NOR Flash device [SPANSION] S29WS128P [SPANSION] S29WS256P Enhancements: 1. [DA] Provide Customized FlashTest_AllInOne_DA.bin. 2. [DA] NFB can auto format after first download. 3. [DA] Improve DA download algorithm: next sector will be erased only when a sector is fully programmed. 4. [DA] Improve DA download algorithm: enable recovery mechanism when press STOP button. 5. [DA] Improve MT6223 Download Speed.

    标签: FlashTool flash fixes 05

    上传时间: 2014-01-04

    上传用户:xg262122

  • jsp 留言系统try { Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance()

    jsp 留言系统try { Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance() } catch (InstantiationException e) { // TODO Auto-generated catch block e.printStackTrace() } catch (IllegalAccessException e) { // TODO Auto-generated catch block e.printStackTrace() } catch (ClassNotFoundException e) { // TODO Auto-generated catch block System.out.println("Driver not found") }

    标签: SQLServerDriver newInstance microsoft sqlserver

    上传时间: 2014-07-10

    上传用户:开怀常笑

  • java 线程 静态锁

    java 线程 静态锁,对象锁, synchronized 是锁方法还是锁对象?还是锁类?如何实现?? 部分代码如下, public static Object lock=new Object() //静态锁,锁类,不是锁对象了!!所以两个线程同时 运行两个 TestThread 的execute( ),也可以同步!!! public void execute(){ // synchronized(lock){ for(int i=0 i<20 i++){ try { Thread.sleep(30) } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace() } System.out.println(Thread.currentThread().getName()+Thread.currentThread ().getName()+" "+i) } } }

    标签: java 线程

    上传时间: 2017-07-15

    上传用户:lijianyu172

  • 采用Access数据库

    采用Access数据库,三层开发 DB_51aspx下为Access数据库文件,Web为网站文件夹 目录下的Auto Generated Code均为代码生成器自动生成的代码 ExamDAL/DBHelp.cs为数据处理文件,注意使用时请先配置其中string strPath = "E:\\downCode\\ExamOnline\\DB_51aspx\\ExamOnline.mdb" 的数据库路径并编译才能使用。 可以进行学生的在线注册和登陆,用户注册采用验证码进行验证 首页登录地址:login.aspx 默认测试学生学号/密码:001/001 管理员学号/密码:51aspx/51aspx源码测评

    标签: Access 数据库

    上传时间: 2013-12-11

    上传用户:黄华强

  • BGP-Broder Gateway Protocol which is a set rules govern by some functions which interconnects 2 auto

    BGP-Broder Gateway Protocol which is a set rules govern by some functions which interconnects 2 autonomous systems.

    标签: which interconnects BGP-Broder functions

    上传时间: 2017-07-29

    上传用户:gxf2016

  • A java based programming environment - processing - free from processing.org. here it uses a free l

    A java based programming environment - processing - free from processing.org. here it uses a free library - OpenCV - to detect blobs in a live video capture - some parts like - hands or head or the entire human are evidenced through some visual effects.

    标签: processing free environment programming

    上传时间: 2013-12-26

    上传用户:erkuizhang

  • The potential of solving real-time demanding industrial applications, using vision-based algorithms

    The potential of solving real-time demanding industrial applications, using vision-based algorithms, drastically grew due to an increasing availability of computational power. In this thesis a novel real-time, vision-based Blackjack analysis system is presented. The embedding of the vision algorithms in a compound system of other information sources such as an electronic chip tray, reduces the vision task to detect cards and chips. Robust results are achieved by not just analyzing single frames but an image stream regarding game-ß ow informations. The requirements for such a system are a highly robust and adaptive behav- ior. This is motivated by the vital interest of casino entrepreneurs in a 100 statistical analysis of their offered gambling in order to support the business plan, measuring table and dealer performance and give accurate player rating. Extensive experiments show the robustness and applicability of the proposed system.

    标签: applications vision-based algorithms industrial

    上传时间: 2017-08-20

    上传用户:liansi

  • This book provides the reader with the basics in radio engineering, the techniques needed to genera

    This book provides the reader with the basics in radio engineering, the techniques needed to generate, control, detect, and use radio waves. The text approaches the relevant problems both from the electromagnetic theory based on Maxwell抯 equations and from the circuit theory based on Kirchoff and Ohm抯 laws. Brief introductions to the electromagnetic theory as well as to the circuit theory are provided. Besides passive transmission lines and components, active RF circuits are also addressed.

    标签: the engineering techniques provides

    上传时间: 2014-01-17

    上传用户:rocketrevenge

  • SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussi

    SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation, SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors.

    标签: SiftGPU implementation processes parallely

    上传时间: 2013-11-27

    上传用户:zhangjinzj