CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 身份证号验证

搜索资源列表

  1. 25175bm

    0下载:
  2. 学生报名管理系统功能简介: /Registration.asp 学生注册系统主文件 报名内容{用户名,密码,确认密码,EMail,QQ号码 ,真实姓名 ,性别,年龄,家庭住址,电话,手机,身份证号码,密码提示问题,安全回答} /user_login.asp 通过注册的帐号:密码:验证码:进行登陆学生 /conn.asp 将此段改成你要的路径DataPath=\"/20070911baoming20/data/#123.mdb\" /admin/login.asp 后台adm
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:249.54kb
    • 提供者:jjjja
  1. students-manager

    0下载:
  2. 学生报名管理系统: 报名内容{用户名,密码,确认密码,EMail,QQ号码 ,真实姓名 ,性别,年龄,家庭住址,电话,手机,身份证号码,密码提示问题,安全回答} /user_login.asp 通过注册的帐号:密码:验证码:进行登陆学生 /conn.asp 将此段改成你要的路径DataPath=\"/20070911baoming20/data/#123.mdb\" /admin/login.asp 后台admin admin进行登陆管理,密码是加MD5加密 md5双重加密
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:467.69kb
    • 提供者:老刘
  1. id

    0下载:
  2. 一个身份证号识别程序,可以对新身份证的有校验性进行验证-Identification of a process ID number, you can have the new identity cards to carry out a verification check
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:137.46kb
    • 提供者:邹正
  1. idcardvalid

    0下载:
  2. 中国身份证号码验证,支持15,18位,可验证成功90 的身份证号 利用正则进行身份证算法验证-Chinese identity card number to verify and support the 15,18, and 90 percent verifiable successful use of the ID number is then carried out to verify identity algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:9.78kb
    • 提供者:join
  1. sfzmhm

    0下载:
  2. 身份证明号码转换和验证,可以将15位身份证号变为18位,或校验18位是否正确。-IDentify number verify
  3. 所属分类:Oracle

    • 发布日期:2017-04-03
    • 文件大小:827byte
    • 提供者:tang
  1. test_ID

    0下载:
  2. 身份证号验证C#程序,开发环境为VS2008。-ID Number validation C# program, the development environment for VS2008.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1.62kb
    • 提供者:kevin
  1. ID_READ

    0下载:
  2. 1、根据输入的身份证号,首先进行验证 2、前六位是在库里根据地址码查到的相应的出生地 3、出生地查找成功,显示出生地,出生日期,以及性别-1, according to the input ID number, to verify the first 2, the top six are found in the library according to the corresponding address code 3 birthplace, place of birth to find
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-02
    • 文件大小:13.94mb
    • 提供者:king
  1. IDCardValid

    0下载:
  2. 中国身份证号码验证,支持15,18位,可验证成功90 的身份证号. -Chinese identity card number validation, support 15, 18-bit, 90 of verifiable successful identification number.
  3. 所属分类:.net

    • 发布日期:2017-04-08
    • 文件大小:2.99kb
    • 提供者:jason
  1. chaxunxitong

    0下载:
  2. 通用网络查询系统简介 适用范围:各类信息查询(如高招录取查询,成绩查询、人事查询、综合信息查询等,可根据需要DIY) 开发环境:ASP+ACCESS(ASP+MSSQL) 系统支持:WIN2000+IIS5.0 / WINXP+IIS5.1 / WIN2003+IIS6.0 主要功能 1、完全DIY,一切网络信息查询均适用,最大支持15列查询(可修改) 2、数据项目自行设置、单个添加数据或EXCEL导入数据 3、开关查询、
  3. 所属分类:Web Server

    • 发布日期:2017-03-24
    • 文件大小:545.03kb
    • 提供者:toommy
  1. IsValidID

    0下载:
  2. 这是一个验证身份证号是否合法的程序代码,实现了批量验证,如果输入身份证号不合法,输出相应的提示信息,如果正确,输出相应的出生日期、籍贯等信息。-This is a validation of the ID card number is legal code, and realizes the batch verification, if input ID number is not valid, and output the corresponding message, if correct,
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:26.99kb
    • 提供者:胡艺宏
  1. CSharpregular-expression

    0下载:
  2. C#中使用正则表达式验证电话号码、手机号、身份证号、数字和邮编-C# using regular expressions to verify the phone number, cell phone number, ID number, digital, and zip code
  3. 所属分类:.net

    • 发布日期:2017-11-11
    • 文件大小:12.33kb
    • 提供者:Kelvin
  1. QQValidationCodeRecognition

    0下载:
  2. 字符验证识别练习,可进行字符拆分,比如验证码、车牌号、身份证号等字符的识别与拆分,使用了比较多的外部类库,比如AForge.Controls.dll、AForge.Genetic.dll、AForge.MachineLearning.dll等,并配合有XML文件供参考-Character Verification recognition exercises, can be split characters, such as the verification code, license plate
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:777.27kb
    • 提供者:xl
  1. MyValidateIDCard

    0下载:
  2. 身份验证,通过身份证号获得相关人员相信信息。-Authentication by ID number to obtain the relevant personnel believe the message.
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:536.82kb
    • 提供者:西科
  1. Delphi_231036

    0下载:
  2. Delphi验证身份证及性别是否匹配,验证身份证是否合法,是通过指定位数的身份证号码与用户所输入的性别是否匹配,来检测用户的身份证是否输入正确。因为大家都知道,身份证号里面的指定数字是代表性别男、女的,如果这数与所填写的身份证性别不符,则首先可判断出用户所填写的身份证号是错误的。 -Delphi verify identity and gender match, verify identity is legitimate, whether the matching digit ID numb
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7.3kb
    • 提供者:HJ1H3ZD
  1. ID-Card

    0下载:
  2. 验证身份证号的正确与否,自己去查的资料,写出来的实现方法,欢迎大家交流。-Verify ID number is correct or not, they go to check the information, write out the implementation method, welcome to exchange.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:782byte
    • 提供者:李杰
  1. nanyang30

    0下载:
  2. 系统基本设置管理 网站名称/标题显示/网站说明/搜索关键词/网站地址/邮件地址/电话区号/联系电话/联系手机/联系QQ/ICP备案号/是否会员审核/ 是否信息审核/是否身份证号码验证/图片上传(选“否”则调用远程图片)/热点信息是否滚动-System Basic Settings Manage Site Name/Title Display/Website Descr iption/Search Keyword/Website Address/E-mail Address/Telephone A
  3. 所属分类:Web Server

    • 发布日期:2017-05-06
    • 文件大小:861.44kb
    • 提供者:uof
  1. 神思第二代身份证验证

    0下载:
  2. 神思二代证阅读器--神思SS628-100的随机附赠光盘,内含机具验证软件及驱动,软件版本号:2017(By two generation SS628-100 card reader - Shensi bundled CD containing equipment verification software and driver software version number: 2017)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:13.68mb
    • 提供者:BigUncle
  1. experiment13

    0下载:
  2. 邮政编码查询地区,地区查邮政编码、身份证号验证(postcode query,ID vadiation,expeiment)
  3. 所属分类:.net编程

    • 发布日期:2018-04-18
    • 文件大小:205kb
    • 提供者:良缘
  1. 常用数字验证技巧

    0下载:
  2. c#开发实例常用数字验证技巧 实例070 使用正则表达式验证电话号码 实例071 使用正则表达式验证输入密码条件 实例072 使用正则表达式验证邮政编号 实例073 使用正则表达式验证手机号 实例074 使用正则表达式验证身份证号 实例075 使用正则表达式验证两位小数 实例076 使用正则表达式验证一年的12个月份 实例077 使用正则表达式验证一个月的31天 实例078 使用正则表达式验证数字输入 实例079 使用正则表达式验证密码长度 实例080 使用正则表达式验证非
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:562kb
    • 提供者:xxyyrabi
  1. 基本信息核对

    1下载:
  2. 两个人口表进行数据对比,找到身份证号相同的人、姓名拼音一样出生日期一样的人、身份证号验证是否符合规则。(Two population tables were compared to find out whether the same person with the identity card number, the same person with the same birth date as the Pinyin, and the identification number were veri
  3. 所属分类:其他小程序

    • 发布日期:2019-05-15
    • 文件大小:452kb
    • 提供者:快乐的森林
« 12 »
搜珍网 www.dssz.com