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

搜索资源列表

  1. KB

    0下载:
  2. 在JAVA学习中经常有人不会从键盘输入数据,如果你要一个字符串,那么请用 KB.scan()函数,附上源码-JAVA has often been in the study does not enter data from the keyboard, if you want a string, then please use KB.scan () function, accompanied by source code
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1378
    • 提供者:yzc
  1. DirectoryW

    0下载:
  2. 用JAVA开发的一个小型的目录监视系统,系统会每5秒自动扫描一次需要监视的目录,可以用来监视目录中文件大小及文件增减数目的变化。-JAVA development with a small directory monitoring system, the system will automatically scan every 5 seconds a need to monitor a directory, the directory can be used to monitor the inc
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:6860
    • 提供者:188
  1. DDA

    0下载:
  2. 计算机图形学中直线段扫描画线算法的源代码-Computer graphics in a straight line segment Scan Line algorithm source code
  3. 所属分类:Applet

    • 发布日期:2017-03-27
    • 文件大小:1751
    • 提供者:Lee
  1. Java

    0下载:
  2. 通过登录窗口,进行系统登录,可以修改用户的密码,可以浏览学生的信息,添加、删除、修改学生的信息等-scan information
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2322776
    • 提供者:xiao
  1. spider

    0下载:
  2. 用于查找大量的Web页面。它从一个简单的Web页面上开始执行,然后通过其超链接在访问其他页面,如此反复理论上可以扫描互联网上的所有页面。-Used to find a large number of Web pages. It is from a simple Web page started, and then, through its hyperlinks to other pages in the visit, and so again in theory can scan all the
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:8208
    • 提供者:鲁西西
  1. fiveb

    0下载:
  2. 包含AutoPlay,Chess,Evaluate,Judge,Scan,Sort几个源文件,实现单机跟电脑游戏-Include AutoPlay, Chess, Evaluate, Judge, Scan, Sort of several source files, to achieve stand-alone with the computer game
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:28353
    • 提供者:loull
  1. Scan

    0下载:
  2. 一个简单的JAVA开发的端口扫描工具 可供学习和参考使用-JAVA development of a simple port scanning tools available for learning and for reference
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:7431
    • 提供者:armsys
  1. jie

    0下载:
  2. 边界标志算法 步骤一:以值为boundary_color的特殊颜色勾画多边形P的边界。 步骤二:逐条处理扫描线对多边形着色-Steps of the algorithm a boundary signs: the special color value boundary_color outlined polygon P boundary. Step two: one by one with the scan lines on the polygon rendering
  3. 所属分类:Applet

    • 发布日期:2017-04-04
    • 文件大小:963
    • 提供者:qiuqiu
  1. lexer

    0下载:
  2. 词法分析器,用java实现,采用的核心算法是通过函数readch()把下一个输入字符读到变量peek中,函数scan在略过所有空白字符后,首先试图识别像<=这样的复合词法单元和整数数字,如果不成功,它就试图读入一个字符。-Lexical analyzer, with java implementation, the core algorithm used by the function readch () to read the next input character variable
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2191
    • 提供者:陈高阳
  1. CH07

    0下载:
  2. 这是一个用JAVA编写的端口扫描器,它能扫描0~65535所有的端口。-Port scan
  3. 所属分类:Ajax

    • 发布日期:2017-04-01
    • 文件大小:27836
    • 提供者:吴天
  1. Java

    0下载:
  2. 一个简单的Java程序。编译原理之源程序的输入和扫描,将源代码完整的扫描出来。-A simple Java program. Compiler theory of the source of inputs and scan, full scan the source code out.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1409
    • 提供者:fengyull
  1. LastMusic

    0下载:
  2. 断断续续用了几个星期写了这个mp3播放器,基本实现的功能有:播放mp3;自动到百度查找歌词;在相同目录查找封面 实现方式是扫描/sdcard目录下的mp3文件,加入到数据库中,包括id,path,cover,lyric,name字段。查看详情时更新cover和lyric,如果不合适删除封面和歌词以后就不会再查找。 有时候会出现莫名奇妙的错误,像播放时突然跳到歌曲的结尾,然后歌曲的当前播放位置一直增长。-Spent a few weeks off to write this mp3
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:187877
    • 提供者:yu
  1. PORTSCAN

    0下载:
  2. 端口扫描IP段内的主机的端口开放情况,这样可以监听和扫描到端口具体情况-Scan of the host IP ports open
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:59871
    • 提供者:王全虎
  1. PortTest

    0下载:
  2. 扫描计算机开放的端口,java写的,很简单的一个例子,对于初学java网络的人有点参考价值,高手就不用下了。-Scan your computer for open ports, java written a very simple example of the network for a bit of a beginner java reference value, the master would not down.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:22594
    • 提供者:济公
  1. CodeSecurity

    0下载:
  2. 能对主流的php木马进行扫描和提示。 根据匹配的次数和危险程度排序后,可以有效发现木马-Php mainstream Trojan can scan and tips. According to the matching frequency and risk ranking, the Trojans can find
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-29
    • 文件大小:321090
    • 提供者:卫洪杰
  1. duankou

    0下载:
  2. 端口扫描的一个小程序,基于java对端口扫描的实现-Port scan a small program, based on the java implementation of port scanning
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:23409
    • 提供者:雷宇
  1. scan

    0下载:
  2. image reading converting into gray scal
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1316668
    • 提供者:poonam
  1. DistributedComputing

    0下载:
  2. 《分布式对象技术》,非扫描版,清晰易读!-Distributed Object Technology, non-scan version, clear and easy to read!
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1563246
    • 提供者:AL
  1. cipandiaodusuanfa

    0下载:
  2. 磁盘调度算法实现1、先来先服务(FCFS) 2、最短寻道时间优先(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -1 disk scheduling algorithm, first come first served (FCFS) 2, the shortest seek time first (SSTF) 3, scan algorithm (SCAN) 4, cyclic scan algorithm (CSCAN)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:904561
    • 提供者:abc
  1. the-key-for-javascript

    0下载:
  2. javascr ipt中键位扫描码和判断数字键、字母键、字符键的函数-The key scan code list for javascr ipt. The functions for determine a pressed key which is the number key, letter key, or character key.
  3. 所属分类:JavaScript

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