搜索资源列表
javavalidPic
- 现在很多网站在身份登录、文章发表等地方都加上了图片认证码用来防止恶意程序的攻击, 取得了很大的效果,我也先后用过3个版本的图片认证码程序,最新的版本可以随机产生杂点, 并且可以进行颜色设置,本以为这样便绝对安全了,可是突然发现, 目前的很多认证码程序并不安全, 仔细研究一下就会发现不少漏洞,所以试着拿3721的来做一下,JAVA版本-many websites log, the article was published with other parts of the pictu
色盘算法
- java写的非常棒的色彩盘!有CMYK、LAB、RGB几种模式-wrote wonderful color set! A CMYK, LAB, RGB several models!
openmap-4.6.2
- 一个很棒的基于java的开源GIS系统OpenMap(TM)。-OpenMap is a Java Beans based toolkit for building applications and applets needing geographic information. Using OpenMap components, youcan access data from legacy applications, in-place, in a distributed setting.
document
- 云计算模式在线图片处理 原理与实现 本文档叙述的是自主研发了一套适用于富客户端的云计算模型,使富客户端模式的程序能够和云计算模式相结合。 富客户端程序综合了C/S架构和B/S架构的优点,解决了B/S架构的弊端,提高了Web应用的用户体验,可以使程序直接在浏览器中运行。云计算是将计算提交至服务器端进行,并可在云端存储数据(云存储),两者结合,可以最大限度的解除程序对客户端硬件设备的依赖。 本系统将上述模型应用于需要海量计算的大图像处理中,是前所未有的,极大的提高了处理效率。
LS-JAVA
- 水平集图像处理方法中fast marching方法,窄带方法及level set方法的JAVA代码-Level set method of image processing fast marching method, narrow-band method and level set methods JAVA code
ImageTogether
- 用Java实现了连个图片的融合,开始位置是(0,0)图片的宽度是第一章图片宽度的二倍,把设置的默认位置取消,定义成员变量传值,可以实现任何位置的融合-Using Java to achieve even a picture of the integration, the start position (0,0) width of picture is the first chapter twice the picture width to set the default location can
2
- 计算机图形学您当前还不能下载源码,您必须上载5个C或Java的好源码站长审核后才能下载(如果已上载请等待2小时后再试,查看您的上载日志, 初学者如何在线阅读源码)。也可以【立刻开通VIP会员】。您是愿意继续在门外观望,还是愿意进来享受这里的一切? -Computer graphics that you can not download the current source, you must set up 5 C or Java source code of the well head in
shape
- /*做一个抽象的shape类 有一个可计算面积的抽象方法 1.做矩形和圆形两个类继承shape类 各自计算面积 2.根据两种图形的面积求法各自设置成员变量 3.设置图形类 包含图形名字和一个shape类型的成员 变量 并含一个方法 实现shape类成员的面积操作 4.做一测试类 分别根据不同的shape类对象实现多态*/-/* Do an abstract shape class has a way to calculate the size of an abst
DrawLine.java.tar
- 基于nasa的worldwind的3D导航界面的设定画线程序,利用鼠标点击,显示规划的路线-Nasa' s worldwind-based 3D navigation interface of the set procedures for drawing a line using the mouse click, indicating the route planning
opengl-swt
- 程序使用JAVA结合OpenGL做的一个产生波形图的例子,可以在正弦波和余弦波之间变换,还可设置其刷新时间-JAVA uses a combination of OpenGL do have examples of waveforms, sine and cosine can transform between waves, but also set the refresh time
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
capi
- Bspline曲线生成程序Catmull-Rom Spline, Lagrange, Natural Cubic Spline, and NURBS方法获得B样条曲线-Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spl
mandelbrot3.tar
- Mandelbrot Set 分形图绘制,Netbeans java 项目。 程序特色: 可放大缩小,多线程计算。-Mandelbrot Set fractal mapping, Netbeans java project. Program features: You can zoom, multi-threaded computing.
javacodedemodrawing
- 用JAVA编写的绘图程序,使用JAVA 2D API JDK版本 1.4.x 功能简介: 支持存储,格式为XML,并支持颜色信息的存取,有导出为图片功能 支持多个组件选择:CTRL选择(或取消)和拉框选择或是复合选择(或取消) 支持多个组件拖动:选择多个组件可以同时拖动 支持全选功能和复制功能和删除功能,并提供快捷方式 单个组件支持右键菜单,其中包括设置组件名称功能 在担任dramflow.xml中设置相关属性 连线规则: 直线的
LineDemo
- Java虚线与实线,利用JAVA绘制2D图形、设置绘制线条的颜色,可以绘制实线和曲线,一个JAVA图形绘图的实例程序-Java dotted line and solid line, the use of JAVA to draw 2D graphics, set the color to draw lines, draw a solid line and curve, an instance of a JAVA graphical drawing program
androidUSBCamera
- 这是Android 2.3.4版本的 UVC Camera 测试程序, 使用YUYV格式, (其实 MJPG 格式也是可以用的, 只要我注释掉的那几行代码 uncomment一下就好了) 所使用的 camera 在android 中的设备节点是 /dev/video1 , 做为前置摄像头, 要运行起这个程序可能有点麻烦, 因为我修改了一些不相关的 JAVA 代码, 而要正确编译这个程序, 懂得补充(或者去掉)这些JAVA部分 但是如果使
JSPIPTABLES
- JSPIPTABLES图形管理工具的设计与实现毕业设计是大学毕业时必完成的大作业,其中JSPIPTABLES图形管理工具的设计与实现毕业论文用以描述整个设计的业务流图,E-R图,数据流图等 JSPIPTABLES图形管理工具的设计与实现设计则是在JAVA,JSP开发语言上设计与实现的源代码或源程序.全套设计论文包括开题报告,答辩稿,外文翻译,需求分析,中期报告等资料.-Design and graduate design JSPIPTABLES graphical management tool
canimgage
- Java从网络取得图像,学习一下JAVA网络连接操作,增加组件到容器上,设置窗口尺寸和外观,在组件上绘制图像,重绘图像到最后显示图像等小技巧,源码实例运行截图如上示,Java源码下载。-Java to obtain images from a network to learn JAVA network connected operation, increasing the tips of the component to the container, set the window size an
Java人脸识别登录系统,全套代码,导入即用
- Java人脸识别登录系统,全套代码,导入即可使用(Java face recognition and login system, full set of code, import can be used)
SVM
- 包含完整的SVM算法,下载即可使用。其中包括数据集和完整的算法结构,算法结构包括数据清理、核函数升维以及SMO优化算法,可以较好实现数据非线性分类。(Contains the complete SVM algorithm and download it for use. Including the data set and the complete algorithm structure, the algorithm structure includes data cleaning, kerne
