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

MULTI-User

  • A general technique for the recovery of signi cant image features is presented. The technique is ba

    A general technique for the recovery of signi cant image features is presented. The technique is based on the mean shift algorithm, a simple nonparametric pro- cedure for estimating density gradients. Drawbacks of the current methods (including robust clustering) are avoided. Feature space of any nature can be processed, and as an example, color image segmentation is dis- cussed. The segmentation is completely autonomous, only its class is chosen by the user. Thus, the same program can produce a high quality edge image, or pro- vide, by extracting all the signi cant colors, a prepro- cessor for content-based query systems. A 512  512 color image is analyzed in less than 10 seconds on a standard workstation. Gray level images are handled as color images having only the lightness coordinate

    标签: technique presented features recovery

    上传时间: 2015-10-14

    上传用户:410805624

  • This sample demonstrates how to take pictures and videos using the CameraCaptureDialog managed AP

    This sample demonstrates how to take pictures and videos using the CameraCaptureDialog managed API. If a default filename is used: - if a still picture is taken, the ".jpg" extension is appended to the default filename. (Otherwise the CameraCaptureDialog would throw an InvalidArgumentException). - if a video is recorded, null is passed to the CameraCaptureDialog as the default filename. The filename returned is then renamed to match the user entered filename while keeping the extension returned.

    标签: CameraCaptureDialog demonstrates pictures managed

    上传时间: 2013-12-15

    上传用户:kikye

  • 订单处理过程

    订单处理过程,包括前后台,Tomcat浏览 数据库放D盘,先打开User中的Service

    标签: 过程

    上传时间: 2015-10-20

    上传用户:zgu489

  • 使用说明:请您先正确设置数据库及JDBC驱动。 参考: http://blog.raofeng.com/love/kiss/archives/2006/16.html http://blog.r

    使用说明:请您先正确设置数据库及JDBC驱动。 参考: http://blog.raofeng.com/love/kiss/archives/2006/16.html http://blog.raofeng.com/love/kiss/archives/2006/13.html http://dev.mysql.com/downloads/connector/j/3.1.html下载JDBC驱动 先新建一数据库(默认名为jspmo)建立数据库及表格的命令都在sql.txt内,可以直接复制到数据库里运行。 默认管理员名为: admin ,密码为:jspmo.com 请修改config.jsp中的name(管理员名),password(管理员密码),sitename(留言本标题),copyright(版权信息). 以及conn.jsp中的host(数据库服务器主机),user(数据库用户名),pw(数据库密码),db(数据库名),tab(数据库表名)。

    标签: http blog archives raofeng

    上传时间: 2015-10-25

    上传用户:894898248

  • 功能介绍: (1)使用三层架构,代码优化

    功能介绍: (1)使用三层架构,代码优化,便于修改,可以自由选择皮肤。 (2)界面友好,操作简便 性能进行了优化,速度快 (3)user.aspx进行用户管理,可以进行用户注册,密码修改,用户登录 (4)从页面左边可以直接进入词条,也可通过搜索进入词条,还会直接显示最新的10个词条。 (5)词条按tag(标签)分类聚合,每个词条可加入到任意多个tag,点击词条下面的tag,会列出所以包含此tag的词条 (6)点击history(历史)进入对比页面,将各个版本的列出,可以将任意两个进行比较,可以恢复到以前的版本 (7)每一次修改者的IP和详细地址会记录在数据库中,IP地址采用纯真数据库 (8)管理员登录后,可以将各个内容模块随意摆放拖曳,调整步局

    标签: 三层架构 代码

    上传时间: 2013-12-21

    上传用户:zwei41

  • 管理员用户登陆: 用户名 admin 密码123 (密码可打开access数据库hangkong.mdb

    管理员用户登陆: 用户名 admin 密码123 (密码可打开access数据库hangkong.mdb,在user表中直接修改)asp文件:login.asp

    标签: hangkong access admin 123

    上传时间: 2015-10-28

    上传用户:bjgaofei

  • 连接oracle数据库的操作方法 tatic String driverName="oracle.jdbc.driver.OracleDriver" static String dbUrl="

    连接oracle数据库的操作方法 tatic String driverName="oracle.jdbc.driver.OracleDriver" static String dbUrl="jdbc:oracle:thin:@10.1.1.44:1521:DBAWEB" static String user="DBA_WEB" static String password="DBA_WEB"

    标签: oracle String OracleDriver driverName

    上传时间: 2013-12-12

    上传用户:skfreeman

  • java登陆,帐号以及密码的操作 <strong>UserBean</strong> will hold all of the information * regardi

    java登陆,帐号以及密码的操作 <strong>UserBean</strong> will hold all of the information * regarding a specific user of the AddressBook application.

    标签: strong information UserBean regardi

    上传时间: 2015-10-29

    上传用户:894898248

  • 1、锁定某个主题抓取; 2、能够产生日志文本文件

    1、锁定某个主题抓取; 2、能够产生日志文本文件,格式为:时间戳(timestamp)、URL; 3、抓取某一URL时最多允许建立2个连接(注意:本地作网页解析的线程数则不限) 4、遵守文明蜘蛛规则:必须分析robots.txt文件和meta tag有无限制;一个线程抓完一个网页后要sleep 2秒钟; 5、能对HTML网页进行解析,提取出链接URL,能判别提取的URL是否已处理过,不重复解析已crawl过的网页; 6、能够对spider/crawler程序的一些基本参数进行设置,包括:抓取深度(depth)、种子URL等; 7、使用User-agent向服务器表明自己的身份; 8、产生抓取统计信息:包括抓取速度、抓取完成所需时间、抓取网页总数;重要变量和所有类、方法加注释; 9、请遵守编程规范,如类、方法、文件等的命名规范, 10、可选:GUI图形用户界面、web界面,通过界面管理spider/crawler,包括启停、URL增删等

    标签: 日志

    上传时间: 2013-12-22

    上传用户:wang5829

  • This practical, roll-up-your-sleeves guide distills years of ingenious XML hacking into a complete s

    This practical, roll-up-your-sleeves guide distills years of ingenious XML hacking into a complete set of tips, tricks, and tools for web developers, system administrators, and programmers who want to leverage the untapped power of XML. If you want more than the average XML user--to explore and experiment, discover clever shortcuts, and show off just a little (and have fun in the process)--this invaluable book is a must-have.

    标签: roll-up-your-sleeves practical ingenious distills

    上传时间: 2015-11-01

    上传用户:lili123