搜索资源列表
crawljax-2.0
- 该代码通过Myeclipse开发环境使用Java语言实现ajax网页内容的提取。-The code used by Myeclipse Java language development environment ajax web content extraction.
SystemTool
- 纯JAVA代码提取网卡MAC,支持linux和windows。-Extraction of pure JAVA code card MAC, support for linux and windows.
bookshop
- 用java代码实现网上购书,可以从数据库里提取数据-java
zifuchuan
- Java 字符串与文本相关实例源码,比如不可变字符串与限定字符串、字符串的比较、提取子串、修改缓冲区中的字符串、判断回文串、正则表达式、字符串匹配、正则表达式语法等,还一一些比如用于比较两个变量是否引用同一个对象、equals用于比较两个字符串的内容是否相同、忽略大小写、判断是否以某个字符串开始或结束、根据字典排序比较两个字符串、删除字符串中的空格、将字符串转换成小写或大写形式等在代码中都有所体现…… -Instance of Java source code associated with
CannyEdgeDetector
- java语言实现的具有应用程序界面的canny算法实现,代码编写的可读程度高,并有本人的详细注释。现在网上只有canny算法的java代码,并没有应用程序界面的canny算法实现,所以很多代码不知道能不能用,也不知道效果如何。本程序全面解析了canny算法的java实现,并且达到了很好的效果。canny算法是非常重要的单像素边缘提取算法,对他的理解可以使你明白很多的图像处理手段。-java language application program interface with the canny
demo
- 用java实现的前台代码,能从oracle数据库提取相关数据并在前台页面展示。-Using java to achieve the code from the Oracle database, can extract relevant data and in the front page display.
UI
- 基于JAVA的三维图像特征提取界面部分代码-JAVA based three-dimensional image feature extraction part of the interface code
Histogram
- 基于JAVA的三维图像特征提取直方图绘制部分代码-Part of the code histogram draw three-dimensional image feature extraction based on JAVA
RK4
- 基于JAVA的三维图像特征提取采用RK4解微分方程部分代码-JAVA-based three-dimensional image feature extraction using RK4 for solving differential equations part of the code
save
- 基于JAVA的三维图像特征提取特征存储部分代码-Characteristics of the storage part of the code 3D image feature extraction based on JAVA
jheader-0.1
- 这是一个小巧的相片Exif信息读取和修改的Java库。它同时是一个可执行程序,但代码是开源的,可以通过看代码提取出接口自己调用。-This is a compact photo Exif information to read and modify the Java libraries. At the same time it is an executable program, but the code is open source, can be extracted by looking at
java-SIFT
- sift算法提取特征 ,用java代码实现-SIFT algorithm for feature extraction
quality-factor
- java小程序,用来提取质因数,基础学习演示代码-Java small program, to extract the quality factor, basic learning demo code
wechat-develop-framework-master
- 2015下半年,我有幸参与了一个微信公众号的开发,经过3个月的努力,项目顺利上线,用户反响不错。项目结束后,没有了进度的压力,有时间静下心来对代码进行整理,再回想开发初始学习的艰辛,因此觉得有必要从项目中提取出一个基本的微信开发框架,一者为以后类似的开发做些积累,二者为后来者做些参考。 就微信公众平台来说,它本身并没有对具体的开发技术做具体的要求,它只是基于REST的消息接受与发送,因此开发者可以选择任何自己熟悉的技术进行平台搭建,结合我自身的情况,我选择了Java和Spring MV
apidoc
- RESTful API 文档生成工具,它从代码注释中提取特定格式的内容,生成文档。 目前支持支持以下语言:C#、C/C++、D、Go、Groovy、Java、Javascr ipt、Pascal/Delphi、Perl、 PHP、Python、Ruby、Rust、Scala 和 Swift。-API RESTful document generation tool, it is extracted the code comments in the specific format of
javaEnglish-text-extraction-stems
- 英文文本抽取词干,实现波特词干提取算法 Java代码-English text extraction stems Java code
Ui
- 该代码建立了一个窗口作为平台,在上面显示图像的一些基本处理,如二值化,卷积模糊,利用sobel算子提取边缘等等(The code builds a window as a platform on which some basic processing of the image is displayed, such as binarization, convolution blur, using the sobel operator to extract the edges, etc.)