搜索资源列表
htmlbben
- 相信不少朋友在做导航条的时候感到很麻烦吧,因为每做一页,连接就要修改一次,页面多起来的时候简直就是折磨了。这种情况在使用js 的情况下会有所改善,因为每个连接都是一样的,并且以后有栏目修改,增加减少的时候会倍感方便。但使用手工修改的时候未免会出更多的麻烦,js 错一个字整个 js 都不能运行。 Html2js 就是在这种情况下产生的,可以直接把 html代码转换成 js代码 ,那么这样一来,无论作什么修改,在 html 里面做好,然后转换就是了。-believe so many friends
dot_src
- 点阵字库在JAVA中的实现的源代码 点阵信息还原为汉字-lattice character in the Java source code to achieve the reduction of lattice information of Chinese characters
Email_Capture
- 这个程序实现了在网络上截获邮件数据并还原邮件。仅供学习参考,严禁非法使用!-this program on the network of intercepted mail and data reduction mail. Reference is for learning, no illegal use!
DrawPaintCode
- 代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method, Bresenham) and Circle algorit
SerialImage2
- 裁减一个图象的部分,然后动画显示的例子,-a reduction of portions of images, and then show examples of animation,
mystruts
- 使用Struts连接数据库的示例程序,压缩包中包括了所有的 数据库包,struts包,无需再下载任何东西就可以运行! 1,mystruts是数据库的备份文件,打开sqlserver2000,然后新建一个名叫mystruts的数据库,直接使用本文件还原就可以了! 2,program里边包括jbuilder工程文件,其中,把 program 中的 mystruts 目录直接copy 到 tomcat 目录下面就可以直接使用。 3,压缩包中包括了所有的 数据库包,struts包,无需再下载任何东西就可
java-cluster.zip
- 用java语言实现文本聚类,包括聚类前的数据预处理:分词、降维、建立向量空间模型等,Implementation using java language text clustering, including clustering of the data pre-processing before: segmentation, dimensionality reduction, set up, such as Vector Space Model
BubbleVisualization
- 数据的可视化,rar文件里面包含了可视化的效果,可以画出4-D的图形,颜色作为第四维,更好的呈现数据的空间结构,可以用PCA等做降维的可视化展现-Data visualization, rar file which contains a visual effect, you can draw a 4-D graphics, color as the fourth dimension, the better the spatial structure of the present data, yo
java_image_process
- java处理数字图像,包括镜像、中值滤波、线形灰度变化、图像平滑、图像模糊、图像还原、锐化、量化、二值化图像、边缘检测等-java digital image processing, including image, median filtering, linear gray-scale changes, image smoothing, image blurring, image reduction, sharpening, to quantify the binary image, edge
shuxingyuejian
- 基于粗糙集理论中属性相对约简的软件,java-Rough Set Theory of Attribute Relative Reduction of the software, java
ChiMerge
- Java code to implement chimerge data reduction algorithm
ZoomImageDemo
- 上传裁减图片java做的图像处理 支持局部放大和整体放大 还有灰度和对比度调整-From the reduction of the picture image processing java support to do zoom and the overall amplification of local gray-scale and contrast also adjust
StrutsExample0812
- 1.简单缩减版的教务管理系统 2.Struts+SQLServer2000 3.包含数据库(含表格说明)和源代码 4.主页源自厦门大学教务处首页 5.完整实现其中第一个功能模块,其他功能可供学习人员模仿扩充 -1. A simple reduction in the Senate version of the management system 2.Struts+ SQLServer2000 3. Contains a database (including table be
ch06
- 讲解了4个例子,其中前两个比较容易,代码都在Ajax工程目录下。而GoogleSuggest和Slider两个较为复杂,在GoogleSuggest和Slider两个工程中都用到了数据库驱动包:msbase.jar、mssqlserver.jar、msutil.jar,以此来连接SQL Server数据库。这两个程序都用到了数据库C3C,可以直接将目录下的C3C.dat还原(方法为先在SQL Server的企业管理器中建立一个名为C3C的数据库,然后再在其上还原)-Explained the f
huangqian_pac
- 这是一个用JAVA开发的医学图像处理系统,实现了灰度变换,反色,镜像,放大镜,锐化,还原,亮度调节等功能-This is a JAVA developer with the medical image processing system to achieve a gray-scale transformation, anti-color, mirror, magnifying glass, sharpening, reduction, brightness adjustment and othe
App
- 这是一个经典的java数组学习代码,可以从减排输入你要输入的数,运行就能得到最大最小代码-This is a classic learning java array code, you can enter from the reduction of the number you want to enter, run the code will be able to get the maximum minimum
Text
- 用VC++编写一个CDC文字处理程序的代码,通过本程序大家可掌握如何产生自定义字体和自定义插入符,熟悉对CString类的使用。讲解定时器的使用和DrawText函数的巧妙运用以及CDC的裁减功能。-Using VC++ to write a word processing program code CDC, through this process we can learn how to create custom fonts and custom insert a symbol, famil
school1
- jsp+servlet+javabean实现的学校教务管理系统 程序说明: (1)系统测试环境: Windows xp sp2 + myEclipse5.5 + Tomcat6.0 + SQLServer2000 + JDK1.5 (2)数据库文件:数据库备份目录下的文件,自己在sqlserver2000数据库中还原即可,还原的数据库名称为school 然后在windows的管理工具里配置数据源,名称是school,指向此数据库,本系统采用的jdbc-odbc方式连接
PicConvert
- 代码运用java实现图片缩小与放大的功能-The use of java code to achieve the function of image reduction and enlargement
Fuzzy-Filter
- NOISE REDUCTION USING FUZZY IMAGE FILTERING
