搜索资源列表
javawindow1_79b
- Windows状态栏也称系统托盘,位于任务栏的右侧。很多软件运行时会在系统托盘区出现一个小图标,它作为程序运行的一个标志,用户可以通过使用小图标控制程序的显示/隐藏,以及用弹出菜单的方式来控制应用程序。这样不仅方便了用户,而且使用系统托盘图标以更好的节约Windows任务栏的资源。这个小图标被称作Windows系统托盘图标,如:Windows系统的输入法、声音控制图标,或金山词霸、MSN、超级解霸等软件的图标. 程序实现功能: 能够接受任何16x16大小的JPG/GIF图片文件作为托
Java读取BMP格式图片(源代码)
- A windows BMP file is a common image format that Java does not handle. While BMP images are used only on windows machines, they are reasonably common. Reading these shows how to read complex structures in Java and how to alter they byte order from th
MyStockTest
- 使用asp寫的股市技術線形(產生 3-6 乖離圖檔),繪圖元件是使用GFL SDK下載處:http://logitheque.com/logiciels/windows/webmaster/composants_asp/telechargement_gflax_14406.htm-Writing of the stock market using asp technology linear (3-6 deviates generated image), mapping elements are
ijNB
- ImageJ is a public domain Java image processing program inspired by NIH Image for the Macintosh. It runs, either as an online applet or as a downloadable application, on any computer with a Java 1.4 or later virtual machine. Downloadable distribution
ij
- ImageJ是一個基於java的公共的圖像處理軟件,它是由National Institutes of Health開發的。可運行於Microsoft Windows,Mac OS,Mac OS X,Linux,和Sharp Zaurus PDA等多種平台。其基於java的特點, 使得它編寫的程序能以applet等方式分發。 ImageJ能夠顯示,編輯,分析,處理,保存,打印8位,16位,32位的圖片, 支持TIFF, PNG, GIF, JPEG, BMP, DICOM, FITS等
setWall
- 这两天写了一个小程序,可以定时从网上下载图片来设置为电脑的桌面。程序主要是用java实现的,采用了正则表达式来从网页文件中分析得到图片地址。因为设置图片为桌面必须使用windows api,设置图片为桌面的代码采用了C代码,使用jni(javaa本地接口)来和java程序集成。 程序获取图片的网址和时间间隔都可以设置,现在我使用的是百度的图片搜索来查找图片,每半个小时更换一次桌面,再也不用面对一成不变不变的桌面了,百度会替我查找最漂亮的图片设置为桌面。-Two days to write
meiupic
- 美优相册管理系统 --- --- --- --- --- --- 这是一个单用户的相册管理系统。 主要有以下功能: 1. 批量上传图片/普通上传模式切换 2. 支持超大图片上传(需flash支持) 3. 支持拖拽文件到待上传列表(需html5支持) 4. 支持客户端预处理图片上传 5. 设置相册封面 6. 相册幻灯片方式展示( highslide ) 7. 图片移动至相册 8. Windows视窗式的图片/相册重命名 9. 将图片地址复制到
VietOCR-3.1.2-src
- Descr iption: A Java/.NET GUI frontend for Tesseract OCR engine. Supports optical character recognition for Vietnamese and other languages supported by Tesseract. VietOCR is released and distributed under the Apache License, v2.0. Fe
MyDic
- MyDic为一款支持联想查询的电子词典,支持对词库的添加 修改 删除 等操作; MyDic 使用 NetBeans IDE 6.8 编写 JDK版本 jdk-6u18-windows-i586 安装JDK后 直接运行 程序文件夹中 MyDic.jar 即可使用 src文件夹内为程序源码 dist文件夹内为打包后的JAR文件 lib.mdb 为词库 image内为程序所需图片素材 将lib.mdb 以及 image文
Tupian
- 类似windows自带的图片浏览器...功能实用-Similar to the windows built-in image viewer .. ... functional and practical
image
- 画图,类似windows的画图板程序 可以实现基本功能-Drawing, similar to the windows of the drawing board procedures can achieve the basic functions
image
- Windows画图工具则是一款较为简单的画图工具,功能较为简单,本程序用于实现简单的Windows画图程序-Windows Paint tool is a relatively simple drawing tools, the function is relatively simple, the procedures used to implement a simple Windows Paint program
closewin
- JSP源码,精品代码,无刷新,弹出框 Ajax仿Windows关机效果,JSP环境版,一个无刷新弹出框,点击“注册”或“查看图片”文字链接后,网页背景变暗,紧接着弹出一个加载框,这个加载框中可以是图片,也可以一个网页,还可以关闭,目前许多的网站都有类似的Ajax效果,提升用户体验不错的方法。-JSP source code, code quality, no refresh, the pop-up box Ajax the Windows shutdown imitation effec
Batch_generate_two-dimensional_code
- 使用帮助: 运行环境: windows系统、安装了javaSDK 生成二维码步骤: 首先,在当前目录下的text.txt文件夹里输入你要生成二维码的文本,一行文本对应一个二维码。 接着,双击当前目录create2Codes.bat文件,该文件会自动执行jar文件将生成的二维码放到当前目录下的image文件夹里 最后,就是进入image文件查看你生成的二维码文件了。至于你干什么我就不管了。-Help: Operating environm
image
- 一个用java编写的图片文件预览器,和windows上面的图片预览器功能类似,源码来自疯狂Java讲义。-An image file using java previewer, and the windows above picture preview function similar to Java source handouts from Creazy in Java.
55
- 用桥接模式解决以下问题: 编写一段代码,模拟以下情境。有三种操作系统Windows、Unix和Linux,它们都有各自的处理不同格式图像(BMP JPG PNG GIF)的库函数。编写类,使它们能灵活地在Windows、Unix和Linux平台上处理不同格式的图像。-To solve the following problems in bridge mode: The preparation of a code, simulate the following situations. Th
image
- 用 Java 语言去实现 Windows 画图的大部分功能-Java language to achieve most of the functionality Windows Paint
miniCAD
- miniCAD-java GUI实现的小型CAD软件,界面其实模仿了windows画图的风格,实现了画线、画圆、画矩形、画文字载入图片,并能改变图形的颜色和大小。-In this project, you should use Java GUI to implement a simple drawing board. To get full marks, you should implement to: 1.draw line, circle, rectangle, text 2.c
image
- java语言编写的windows画板程序,在Explise或MyExplise上均能运行,测试已经通过。-Java language to implement Windows sketchpad application, can run on my computer.All can run on Explise or MyExplise.
image
- 仿windows看图程序,可以很方便的查看电脑上的一些图片-Figure imitation windows program, you can easily see some pictures on the computer