搜索资源列表
java1
- 实验一: 实验目的:1.使用System.out.println向命令窗口输出文本和字符。 2.编译和执行Java应用程序。 问题描述:编写一个应用程序,使用星号(*)输出如示例输出所示的图形。 示例输出: -Experiment: experimental purposes: 1. Use System.out.println output text and characters to the command window. (2) to compile an
zhuanghuan
- /**/// / // / 转全角的函数(SBC case) // / // /任意字符串 // /全角字符串 // / // /全角空格为12288,半角空格为32 // /其他字符半角(33-126)与全角(65281-65374)的对应关系是:均相差65248 -/**/////// Switch to all-angle function (SBC case)////// any string///full-width string//////
wordnet
- 使用woednet计算语义相似,输入两个字符,给出相似度-Semantic calculated using woednet, enter two characters, given the similarity
imageviewer-final
- 实现常用的图片浏览功能及图片处理功能,例如人物相片鱼眼处理等.-Realizing common image browsing and image processing functions ,Such as characters in the photo processing fisheye.
example
- 简单网页抓取小说例子,这种小东说明还得50个字符……纠结到了-Novel example of a simple web crawling, this small East shows will have 50 characters to tangle ... ...
02
- 验证码的作用 2.1.2 图文验证码的原理 2.1.3 比较常见的几种验证码 2.2 关键技术 2.2.1 生成随机数技术 2.2.2 随机生成汉字 2.2.3 Ajax重构 2.2.4 图片缩放和旋转 2.2.5 随机绘制干扰线(折线) 2.2.6 MD5加密技术 2.3 英文、数字和中文混合的彩色验证码 2.3.1 功能描述 2.3.2 系统流程图 2.3.3 编写生成英文、数字和中文混合的彩色验证码的Servlet实现类 2.3.4