搜索资源列表
WebValidateCode
- 用C#通过GDI+开发生成验证码程序,可学到在.net下图形编程-C# development through GDI generate authentication code procedures can be learned in. Net graphical programming
CheckCode(CSharp)
- 一个生成验证码的程序,如您有什么问题可以发送邮件到Nick4@TOM.com-a validation code generation process, If you have any questions can send mail to Nick4@TOM.com
AntiAuto_Demo
- C# WEB 页面中生成与绘制验证码的示例代码,很容易改来自已用-C# Web page generation and mapping validation code sample code and easily diverted from has spent
CSHARP_Ajax_code
- 简单的Ajax无刷新中文验证码程序,1.ChineseCode.cs:生成中文的一个类文件 2.PublicCla.cs:保存服务器端的中文字 3.image文件夹是验证码的背景 4.Default.aspx为验证码的主页 5.Img.aspx:将生成的汉字经过程序转换成图片再在页面上显示的图片 6.js.js:Ajax要实现的一系列操作 7.ValidateCode.aspx:从客户端传到服务端比较的页面 8.Web.config:整个项目的配置文件
Webdisk18
- 网络硬盘 · 支持多人注册使用,注册后生成自己的专用文件夹,互不影响; · 在线上传文件、可分文件夹管理; ·设置共享权限功能,可设置指定会员读取、写入,或允许全部会员读写; ·会员管理功能,可对每个用户的单独空间大小进行设置; ·登录时验证码控制安全登录; ·支持大文件及多文件上传; ·支持文件搜索; ·使用方法仿资源管理器。 后台页面地址:admin.aspx,管理员用户名admin,密码admin-network drives people to support
CaptchaGenerator.rar
- C# 自动 生成验证码 winfrom,C# winfrom Captcha Generator
yangzhengma
- c#2008动态验证码生成 界面漂亮 大方美观-c# 2008 code generation interface pretty dynamic verification generous beauty
CheckCode
- C#实现的验证码生成程序,有噪点、干扰线等功能-C# code generation to achieve the verification process, there is noise, interference lines, and features
yanzhengma
- C#语言写的验证码生成代码,随机生成,不重复。图片清晰明了。-C# language to write the code to generate code, randomly generated, non-repetition. Picture clarity.
ImageUtil
- CShape图片操作类,包括图片生成缩略图处理类、生成图片验证码处理类。-CShape pictures action class, including the thumbnail image generation processing class, generated verification code image processing class.
yanzhengma
- c#写的一个验证码生成类。可以用session保存-c# to write a verification code generated classes. Can be used to save session
aaaa
- C#验证码生成代码功能比较简单,有需要的下载吧-C# verification code to generate code
VerifyCode
- C# 生成安全性比较高的验证码,黏贴加干扰线,推荐。-C# generated high security verification code, stick add interference lines, recommend.
czhongwen
- 生成汉字的验证码,加干扰线还有噪点,比较完美。-Verification code generation of Chinese characters, interference line noise, perfect.
yanzhengma
- 用于动态生成验证码,在系统验证时可能会用到-Used to dynamically generate a verification code, may be used in system validation
Generate-a-color-verification-code
- 用C#编写的.生成彩色验证码的程序.非常彪悍,源码哈.-Generate a color verification code
aa
- c#环境下,登陆注册页面验证码图片的生成-c# environment, visit the registration page captcha generation
kingmoon
- Lm.Common.Csv csv文件的读取与生成 通用数据访问层示例 Lm.Common.DAL 通用数据访问层基类及公用类 Lm.Common.DAL.Sql 通用数据访问层针对sql server 2005及以上版本的实现 Lm.Common.Excel Excel2003的读取与生成 Lm.Common.Excel.OpenXml Excel2007、2010的读取和生成 Lm.Common.ExtensionMethods
verify
- 验证码生成器,该生成器是生成后转成图片方式展示的。-Verification code generator
ChineseCode
- 中文验证码源码,C#完美实例,自带判断模块,下面简要说一下本中文验证码的实现思路:获取GB2312编码页(表),调用函数产生4个随机中文汉字编码,根据汉字编码的字节数组解码出中文汉字,生成随机生成器,清空图片背景色,画图片的背景噪音线,画图片的前景噪音点,画图片的边框线。 CreateCode函数在汉字编码范围内随机创建含两个元素的十六进制字节数组,每个字节数组代表一个汉字,并将 四个字节数组存储在object数组中,参数:strlength,代表需要产生的汉字个数。每循环一次产生一个