搜索资源列表
ajax1
- 2006年底Google了一下AJAX Upload实现,结果没有发现很完整的Java实现。硕果仅存的就是TELIO公司的Pierre-Alexandre发表的《AJAX Upload progress monitor for Commons-FileUpload Example》文中提供的ajax-upload-1.0.war。 虽然上文中完成Upload工作的是Apache的Common-FileUpload组件,但在其代码中所使用的FileUpload1.1版本并没有1.2版本
lib
- geotool 地理信息工具包.可以用于geotiff shape等文件的读取-tools for gis。usered to read geotiff shaoe .ect
procedure
- 可以判断输入数据与已知数据的符合程度,模拟退火算法,获取系统日期,数字水印,java读取文件-Input data can be judged in line with the known data, the degree of simulated annealing algorithm, access to the system date, digital watermarking, java read the file
yzmtq
- 简单验证码是指验证码图片里的字符,固定不变,或者变化很小的验证码,比如:字符上会有一些干扰点干扰线等情况,或者只有少数几种字体变化和字体大小变化。 这里给出源代码都是非常简单的源代码,学过《C程序设计》的都可以看懂,不会超出书本范围,而且不使用指针,这样VB,Delphi,JAVA 等语言都可以照此写出相应的源代码。 验证码提取可以分为三个大的步骤:预处理,分割,提取。预处理又可细分为读取图片,二值化,去干扰点,去干扰线等等步骤。 读取图片很简单就是把要提取的
POI
- JAVA 读取EXECL 2007 的POI文件,附带一个操作示例-JAVA reads EXECL 2007, POI files, with an operating example
UserManager
- Json格式数据的简单应用:文件读取并转换为Java数组,添加新的信息并用Json数据格式保存至文件中-Json format data simple application: file read and converted to Java arrays, add new information and Json data format to the file
java-read-ini-
- 这是一个关于 java 读取配置文件,以.ini结尾的文件,希望能帮助到有需要的人。-This is a java reads the configuration file at the end. Ini file, hoping to help people in need.
ch1104
- java小程序,文件读取,通过文件流实现-java file read
z.java
- 用Java编写程序实现以下功能 (1)从键盘输入学生姓名、学号、成绩,并保存到文本文件中,重复进行直到遇到空字符为之。 (2)从文件读取各学生成绩,并计算所有学生成绩的平均值、最大、最小值-The following functions written in Java programs (1) from the keyboard input student name, student number, grades, and saved to a text file, and repeat unt
Java-Scanner
- Java语言词法分析器的设计和实现 其中具体要求: 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Java language lexical analyzer design and implementation of w
TO2Scanner.java
- 从data.txt文件读取数字数据,并利用这些数据进行四则运算,结果在控制台输出。-Digital data read the data.txt file and use these data arithmetic, the resulting output in the console.
Java
- 实现读取TXT文本文件,并统计文本中出现的单词的词频,并讲输出结果存入到另外一个文本文件中。- Achieve read TXT text files, and word frequency statistics appear in the text, and talk to the other output is stored in a text file.
writeGetFile
- java文件管理中,对文件写入数据和读取数据简单实例,初学者借鉴-Java file management, the file write data and read data simple examples, beginners learn from
file
- 实现Java中对外部文件内容的读取测试..(the test of reading from file)
PDF
- C#编程读取pdf文件 这看起来是一个不太难的任务,或许您已经在web中找到了如何实现的参考资料。如果您有一个PDF文件,而您不知道如何从中读取数据,可以参考下面的内容。 首先,您需要一些能够帮助您处理PDF文件的动态库。我用的是PDFBox。那么,什么是PDFBox呢?官方网站的介绍如下PDFBox 是一个开源的用于处理PDF文档的Java PDF 库 。它能够创建新的PDF文档,处理现存的PDF文档,还能从文档中抽取内容。PDFBox还包含几个命令行工具。(C# programming
绘画板
- 参考Windows 附件中的绘图工具,使用java语言设计并实现一个简单的绘图板,实现各类基本图形的编辑,文件的保存和读取功能。(Referring to the drawing tools in Windows, a simple drawing board is designed and implemented by using java language, which can realize the editing of various basic graphics, the preser
EncodingDetect
- 代码可读取文件编码格式,常见的有UTF-8、ASSCII等(Code can read file encoding format, common UTF-8, ASSCII, and so on)
HFUT JAVA 4
- 使用 字符流和和GUI类 编程实现以下功能: (1)设计图形化界面,至少包括文本类控件类。接收从键盘输入姓名、学号、成绩,并保存到文本文件中,重复进行。(2)从文件中读取各学生的成绩,并计算所有学生成绩的平均值、最大值和最小值,排序后输出到另一文本文件。(Use character stream and GUI class programming to achieve the following functions: (1) Design graphical interface, at leas
HFUT JAVA 5
- 说明并尝试通过URL从服务器上读取一个文本文件,并显示该文本文件的内容。 5. 编写程序,用Socket通信机制在服务器和客户端之间传输文件。(Describes and attempts to read a text file from the server through a URL and display the contents of the text file. 5. Write a program and use socket communication mechanism to t