Location:
Search - ultraedit java
Search list
Description: 最近去看監視器材,看到他們的監視軟體
就突發奇想自己來寫一個看看
程式會把移動中的物體用綠色框框起來
並且把當時的影像存成jpg檔(我把這個功能註解起來了)
我這個程式是在UltraEdit(類似記事本)下寫成的
程式裡用到JMF套件
主程式是webcamCapture.java
-look at the latest surveillance equipment, they are seen on the surveillance software you have to write their own programs will look at a moving object with a green frame up and the then save the image jpg stall (I use this functional annotation up) I programs in the UltraEdit (like Notepad), written li formula used JMF Boards main program is webcamCapture.java
Platform: |
Size: 267344 |
Author: 陳大衛 |
Hits:
Description: JPEG标准在文件中记录了一些EXIF信息,缩略图是一幅较小的JPEG图片,存储在EXIF信息段。而Windows在第一次显示缩略图时先读当前目录中的\"Thumbs.db\"这个文件,其实这是一个缩略图数据库,从而来判断是否有该图片的缩略图。如果不存在\"Thumbs.db\"文件或者该库中不存在该图片的缩略图,那么Windows会尝试取图片中的EXIF信息,判断是否存在缩略图数据。如果图片中EXIF信息中不存在缩略图信息或信息错误,那么Windows就会用插值的方法重新生成缩略图(如果可能则保存到当前目录中的\"Thumbs.db\"缩略图数据库中)。 对于修改缩略图方法有用ultraEdit直接编辑文件替换EXIF信息或用exifer这样的工具,这不是本文关心的内容,本文介绍用java实现的方法。
Platform: |
Size: 2236 |
Author: asose |
Hits:
Description: UltraEdit的WordFile,放在UltraEdit中,可以自动的识别C++、Java等的关键字,非常好用
Platform: |
Size: 34523 |
Author: iatb2004 |
Hits:
Description: 最近去看監視器材,看到他們的監視軟體
就突發奇想自己來寫一個看看
程式會把移動中的物體用綠色框框起來
並且把當時的影像存成jpg檔(我把這個功能註解起來了)
我這個程式是在UltraEdit(類似記事本)下寫成的
程式裡用到JMF套件
主程式是webcamCapture.java
-look at the latest surveillance equipment, they are seen on the surveillance software you have to write their own programs will look at a moving object with a green frame up and the then save the image jpg stall (I use this functional annotation up) I programs in the UltraEdit (like Notepad), written li formula used JMF Boards main program is webcamCapture.java
Platform: |
Size: 267264 |
Author: 陳大衛 |
Hits:
Description: JPEG标准在文件中记录了一些EXIF信息,缩略图是一幅较小的JPEG图片,存储在EXIF信息段。而Windows在第一次显示缩略图时先读当前目录中的"Thumbs.db"这个文件,其实这是一个缩略图数据库,从而来判断是否有该图片的缩略图。如果不存在"Thumbs.db"文件或者该库中不存在该图片的缩略图,那么Windows会尝试取图片中的EXIF信息,判断是否存在缩略图数据。如果图片中EXIF信息中不存在缩略图信息或信息错误,那么Windows就会用插值的方法重新生成缩略图(如果可能则保存到当前目录中的"Thumbs.db"缩略图数据库中)。 对于修改缩略图方法有用ultraEdit直接编辑文件替换EXIF信息或用exifer这样的工具,这不是本文关心的内容,本文介绍用java实现的方法。
Platform: |
Size: 2048 |
Author: asose |
Hits:
Description: UltraEdit的WordFile,放在UltraEdit中,可以自动的识别C++、Java等的关键字,非常好用-UltraEdit the WordFile, on UltraEdit, you can automatically identify the C++, Java, such as keywords, very easy to use
Platform: |
Size: 33792 |
Author: iatb2004 |
Hits:
Description: 连连看游戏
java语言版源代码
代码是使用JB写的,存储方式是UTF-8,因此使用ECLIPSE等IDE打开源程序会出现乱码,这时只需要使用UltraEdit等工具进行UTF-8=>ASCII转换一下即可。代码中有一些地方如读取图片使代码复杂化,这是考虑到将来图片及其它资源可能会采用加密的方式存储,使一般用户在PC上无法进行还原而设计的。-Lianliankan game java language version of the source code is the use of code written by JB, storage is UTF-8, therefore the use of open source IDE, such as ECLIPSE will appear garbled, then only need to use tools such as UltraEdit to UTF-8 =
Platform: |
Size: 135168 |
Author: andy |
Hits:
Description: UltraEdit-32高速下载,UltraEdit-32 V13.10下载, 一套极棒的文字、Hex、ASCII 码编辑器,可以取代记事本,内建英文单字检查、C++及VB指令突显,可同时编辑多个文件,而且即使开启很大的文件速度也不会慢。其并且附有 HTML Tag 颜色显示、-UltraEdit-32 high-speed download, UltraEdit-32 V13.10 download the text of a great bar, Hex, ASCII code editor, can replace the notebook, the built-English word check, C++ and VB command highlighted, more than at the same time editing documents, and even if a lot of documents open and will not slow the pace. HTML Tag and with its color display,
Platform: |
Size: 9595904 |
Author: snow |
Hits:
Description: 文字编辑器,能自动识别Java包里面的提示符-Text editor, Java package which can automatically identify the prompt ...
Platform: |
Size: 5052416 |
Author: 张先忠 |
Hits:
Description: 配置Java开发环境
配置安装环境:
1. 首先要安装JDK,目前最新版是1.6.0.16;
2. 安装完毕后按楼上的去配置环境变量;
3. 然后再去下载一个开发工具,简单原始的有 editplus、ultraedit等等,使用命令行编译、运行。
4. 大型的集成开发环境有Eclipse、Myeclipse、JBuilder、 NetBean等,可以根据使用习惯去选择一个。
5. 如果要开发WEB程序,那么还需要安装Tomcat,目前最新版本是6.0.20。有什么问题请再联系, 谢谢。
-Configuring Java development environment configuration installation environment: 1. First of all, you want to install JDK, the latest version is 1.6.0.16 2. After installation, according to the configuration environment variable upstairs 3. And then go download a development tool, a simple primitive There editplus, ultraedit, etc., use the command line compile and run. 4. Large-scale integrated development environment with Eclipse, Myeclipse, JBuilder, NetBean and so on, can not used to select one. 5. If you want to develop WEB program, then also need to install Tomcat, the latest version is 6.0.20. Have any questions, please contact again, thank you.
Platform: |
Size: 8192 |
Author: shopway |
Hits:
Description: 代码编辑器,用于代开PERL脚本代码进行编辑,也可以编辑C、C++、Java等语言程序-Code editor for the generation of open source PERL script editing, you can edit the C, C++, Java and other language programs
Platform: |
Size: 8288256 |
Author: 徐菊芳 |
Hits:
Description: 3.在 Textpad(或Jcreator或UltraEdit)环境下编写一个HelloWorld.java程序,该程序在控制台输出HelloWorld字符串,在DOS提示符下编译并执行这个程序。
4.编写一个类A,它位于包a中,保存到A.java中,再编写一个类B,它位于包b中,保存到B.java中。在类B中实例化类A的一个对象。分别编译类A和类B。-3. Textpad (or Jcreator or UltraEdit) to prepare an environmental HelloWorld.java program that string in the console output HelloWorld in the DOS prompt to compile and run this program. 4. Write a class A, which is located in a package, save it to A.java in, then write a class B, which is located in the package b, save in the B.java. Instantiated in the class B, class A, an object. Compile class A and class, respectively, B.
Platform: |
Size: 14336 |
Author: cnwst |
Hits:
Description: UltraEdit 是理想的文本、HTML 和十六进制编辑器,也是高级 PHP、Perl、Java 和 JavaScript 程序编辑器。作为行业奖项的获得者,UltraEdit 在所有 32 位 Windows 平台上支持基于磁盘的 64 位文件处理(标准)。请立即下载免费试用版,以体验为何 UltraEdit 会成为事实标准并在全球拥有两百多万用户。-UltraEdit is the ideal text, HTML and hex editor, and an advanced PHP, Perl, Java and JavaScript editor for programmers. UltraEdit is also an XML editor including a tree-style XML parser. An industry-award winner, UltraEdit supports disk-based 64-bit file handling (standard) on 32-bit Windows platforms (Windows 2000 and later).
Platform: |
Size: 24189952 |
Author: 吴翔 |
Hits:
Description: UltraEdit 是一套功能强大的文本编辑器,可以编辑文本、十六进制、ASCII 码,完全可以取代记事本(如果电脑配置足够强大),内建英文单字检查、C++ 及 VB 指令突显,可同时编辑多个文件,而且即使开启-uedit java
Platform: |
Size: 14786560 |
Author: 李阳 |
Hits: