搜索资源列表
JPEGtuxiangshengchengqi
- 一个JPEG图象处理课程设计的java源代码,做的不错的.-a JPEG image-processing program designed java source code, so good.
mapapi0.4alpha
- MapEasy is a web mapping client api which has an alogy with Google Map Api. It helps to build a map-based application easily. Based on Javascr ipt and AJAX technology, MapEasy will work on most modern browsers (Firefox 1.0+, Internet Explorer 6.
VideoTransmit
- The VideoTransmit class is a simple wrapper that can be programmed to take video input from a source of your choice and transmit the video to a destination computer or network in JPEG format. - The VideoTransmit class is a simple wrapper that can be
JFreeChart
- JFreeChart 是一个开源项目,它的功能非常强大,可以实现饼图( 二维和三维 )、柱状图( 水平、垂直 )、 线图、点图、时序图等常用商用图表,图形可以导出成 PNG 和 JPEG 格式,同时还可以与 PDF 和 EXCEL 关联,支持对图形的放大、缩小,支持常见图形的 3D 显示。本文对JFreeChart的应用、类架构和设计模式进行了详细分析。-JFreeChart is an open source project, it is very powerful, can achieve
JAVA1
- JAVA编程源代码 1 记忆测试软件 主类Memory 方块 Block 记忆测试板MemoryTestPane 显示成绩 ShowRecord 记录成绩 Record 随机排列图标 RandomSetIcon 测试者 People 2 计算器 主类 ComputerPad 数值按钮NumberButton 运算符号按钮OperationButton 3 HANNOI-塔 主类 Tower Hannoi-塔 HannoiTower
MakeJPEG
- java语言实现的JPEG图片生成程序,是一个课程设计,完整的源码。-java language of the JPEG image generation program is a curriculum design, complete source code.
ImageDifference
- this source code for finding out the difference between two images in JPEG format. -this is source code for finding out the difference between two images in JPEG format.
Doc3
- 图片文件格式转换最核心的问题就是要解决各种图片格式的编码和解码,推荐用jimi包,可从 http://java.sun.com/products/jimi/ 下载该包及其源码和demo 需要注意的是:jimi提供了对几乎所有图片格式的解码支持,但是为提供gif和tif/tiff格式的编码api,gif编码问题在网上可以找到县相关的源码,tiff好像jai:http://java.sun.com/products/java-media/jai/index.jsp提供了它的编码,不过
CustomImageOp
- The CustomImageOp demo loads a JPEG picture, which would normally be of type 3BYTE_BGR, and turns it into a compatible image of type INT_RGB. You can look for the call to GraphicsUtilities.loadCompatibleImage() in the source code of the demo an
att1
- source code of image outline retrieval is process of retrieving the out line of the image in the jpeg file.
seelta
- 你也想拥有一个这样的博客吗?现在,Seelta博客 3.9 个人版能够注册啦,只要点击下面的“注册”按钮就可以注册了,已注册的朋友可以点击“登陆”按钮进行登陆管理!(⊙o⊙) 注意啦,本博客系统已更新到最新版本,敬请使用! Seelta博客 3.9 个人版 说明: (注意:运行需要调用Jpeg、Fso组件) 1.此软件永久开源、免费,但不能作为商业用途! 2.当你修改后,请给作者发一份修改后的文件,谢谢! 3.里面一些内容参考与互联网,若有侵权请与我联系,立即删除!
jpegcam-1.0.8.tar
- JPEGCam是一个开源的Flash+Javascr ipt library,可以利用它来开发在线头像制作系统。它能够从摄像头获取图像并保存成JPEG格式的图片并提至交服务器中,服务器端采用PHP来处理保存图片。-JPEGCam is an open source Flash+Javascr ipt library, you can use it to develop the online avatar making system. It can acquire images from the
uploadsoucecode
- ASPX文件上传并限制文件类型的ASP.NET源码实例,上传程序将上传文件类型限制为".jpg", ".gif", ".bmp", ".jpeg"四种类型,除此这外的任何类型,都将提示“该文件类型不允许上传”。 貌似在codefans没看到限制文件类型的例子,于是简单写了个帮助下新手,支持codefans-ASPX file upload and limit the file types ASP.NET source code examples, upload upload file t
image_get2
- z301摄像头读取数据并保持为jpeg何bmp格式的源代码-z301 camera reads the data and maintain the source code for jpeg bmp format Ho
jpgchangetoSWF
- 代码简单的Jpeg 图片转换为SWF文件源码和demo工程-Jpeg code simple demo file conversion to SWF file source code and the project
php实现验证码的识别(修正版)
- 这个版本的识别码http://download.csdn.net/source/1084418的修正版,只要稍加训练就可以实现上个版本的功能,这个php实现验证码中级篇,增加二值化去杂点的操作,解决两个字符粘连问题,可以识别旋转字符,并且具有一定的学习功能,并提供了bmp到jpeg的转换方法,目前这个方案应该可以应付90%的互联网验证码识别工作。这个版本不能直接应用商业化,只是提供一种方法,你可以根据自己的需求修改。另外:此代码切勿用于非法用处,违者引起的一切后果自负。