搜索资源列表
Bresenham算法编程演示
- Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle,
javavalidPic
- 现在很多网站在身份登录、文章发表等地方都加上了图片认证码用来防止恶意程序的攻击, 取得了很大的效果,我也先后用过3个版本的图片认证码程序,最新的版本可以随机产生杂点, 并且可以进行颜色设置,本以为这样便绝对安全了,可是突然发现, 目前的很多认证码程序并不安全, 仔细研究一下就会发现不少漏洞,所以试着拿3721的来做一下,JAVA版本-many websites log, the article was published with other parts of the pictu
fen
- 程序简介: 本程序是用Java实现的分形程序,实现了绘制M集分形的功能,并且可以方便的管理分形的颜色,可以将绘制得到的分形保存为图片文件,更可以对选中的一片分形区域进行反复的放大绘制。 程序采用Java语言书写,在编写过程中十分注重程序的架构,采用了完全的面向对象的程序设计方法。程序代码整洁清晰,在适当的地方做了注释,以方便大家的阅读和研究。-guide : This procedure is used Java Fractal procedures to achieve the map
jeq
- JEQ is class library written in pure Java. It implements the infinite impulse response (IIR) algorithm for bandpass filtering of sound stream. So, it represents a backend code for stereo 10/15/25/31-band equalizer.-JEQ class library is written in pur
BSE CoolButton Scheme Engine
- 皮肤控件,可以将你窗体中的CommandButton的样式改变为XP、Java等等。推荐-skin controls, you can be in the form CommandButton change the format for XP, Java and so on. Suggest
hot.rar
- 图像分割是数字图像处理中的关键技术之一。图像分割是将图像中有意义的特征部分提取出来,其有意义的特征有图像中物体的边缘、区域等,这是进一步进行图像识别、分析和理解的基础。虽然目前已研究出不少边缘提取、区域分割的方法,但还没有一种普遍适用于各种图像的有效方法。因此,对图像分割的研究还在不断深入之中,是目前图像处理中研究的热点之一。,Image segmentation is a digital image processing in one of the key technologies. Ima
AnalysePolluter
- 本程序是在eclipse3.2环境下结合ESRI公司的AE组件进行二次开发的GIS应用程序—污染源分析系统。程序的界面是利用java的SWING和AWT组件设计的,后台的数据分别放在SQL2005和SDE数据引擎中。程序主要的功能包括:地图漫游,鹰眼,地图的操作,属性表显示,索引,空间查询,最短路径设计,污染源分析等等。-This procedure is in eclipse3.2 environment with ESRI' s AE components for secondary
GoogleMapDemo
- 一个很好的调用了GOOGLEMAP的API的示例程序,大家可以很好的学习,里面包含地图的显示,反向地理编码等源代码,对XCODE开发者有很大的借鉴意义。-The sample program calls the API of Google Map. We can learn a lot from this example, which contains the map display, reverse geocoding and so on. It will help the developer
document
- 云计算模式在线图片处理 原理与实现 本文档叙述的是自主研发了一套适用于富客户端的云计算模型,使富客户端模式的程序能够和云计算模式相结合。 富客户端程序综合了C/S架构和B/S架构的优点,解决了B/S架构的弊端,提高了Web应用的用户体验,可以使程序直接在浏览器中运行。云计算是将计算提交至服务器端进行,并可在云端存储数据(云存储),两者结合,可以最大限度的解除程序对客户端硬件设备的依赖。 本系统将上述模型应用于需要海量计算的大图像处理中,是前所未有的,极大的提高了处理效率。
Sharp
- 用Java Application实现对图像尖锐化处理,使图像更清晰-Java Application with the realization of the image sharp so that a clearer image
dzyjzb
- 基于java和arcengine实现的cs地图操作框架,能进行地图的基本操作,把源码解压缩后导入eclipe后直接运行com.sinosoft.dzyjzb.frame.DzyjApp.java即可,前提是运行所在机器必须安装了arcengine SDK和arcengine runtime-this is map manipulate frame project,which base on java and arcengine.through it,you can complete basic
45623266Etong
- java地图看着不错所以传上来!希望大家喜欢!-java map looked good so pass up! Hope everyone likes!
DigitalImageProcessing
- 数字图像处理工具,实现对数字图像的傅立叶变换、灰度差值变换等。-Digital image processing tools to realize the digital image of the Fourier transform, gray level difference between the transformation and so on.
Drawing_Board
- Java 编写的绘图工具,能够绘制直线、园、矩形,能够对绘制的直线、园、矩形做自由变换颜色改变等,能够打开图片,并对该图片进行自由变换。-Drawing tool written in Java that can draw a straight line, garden, rectangular, able to draw a straight line, garden, rectangles do free transform to change the color and so on, ca
JAVA4
- JAVA开发的绘图小程序,能实现简单的绘图功能。能用鼠标拖动画出椭圆,正圆,直线,正方形,长方形,弧线,还能设置颜色,具有擦出、清除、保存等功能。-JAVA applet drawing development, to achieve the simple graphics. Can drag the mouse to draw an ellipse, perfect circle, line, square, rectangle, arc, but also set the color, ha
opengl1.pdf.tar
- When you start to program in OpenGL, you might need a decent Integrated Development Environ- ment (IDE). Being free, open-source and platform independent, Eclipse (http://www.eclipse. org/) is an excellent choice. Although officially a Java Devel
bmpCuter
- 一个处理BMP位图的程序,因为java对bmp位图的支持性不好,没有相关API,所以自己写了一个,主要实现对一张位图的批量切割。因为bmp图的数据结构复杂,所以这个程序也是可以供大家学习的。-A procedure for handling BMP bitmaps, as java support for bmp bitmap is bad, no relevant API, so write a, the main achievement of a bitmap volume cutting.
DrawProject
- java 做的画板,可以实现画图功能,三角形,圆形,等等的形状,有橡皮擦等。-java to do the drawing board, drawing functionality can be achieved, triangle, circle, and so the shape of a eraser and so on.
Javahuatu
- 一个Java画图 适合新手学习,本人也是菜鸟所以还有一些功能没有完善-A drawing for beginners to learn Java, and I was rookie so there are some features not perfect
Example_MatchWebCamArea_src
- java通过调用opencv,分许图片中的人脸的个数以及一些数据,从而达到人脸识别功能。-java by calling opencv, Xu picture of the number of faces, and some data, so as to achieve face recognition.
