登录
首页 » 其他 » VB户籍管理系统源码

VB户籍管理系统源码

于 2022-07-11 发布 文件大小:137.67 kB
0 214
下载积分: 2 下载次数: 1

代码说明:

VB户籍管理系统源码,登陆系统时可以使用管理员:用户名admin,密码admin,或使用普通用户:用户名user1,密码user1。区别:管理员有系统管理功能,普通用户没有此功能。   系统包含两种用户,管理员和普通用户,管理员的默认用户名为admin,密码为admin。管理员和普通用户的区别是管理员具有系统管理功能,普通用户不具有系统管理功能。管理员不能被删除、修改密码、添加。普通用户可以被删除、修改密码、添加。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 该方法采用反对称双正交小波分解系数计算视频帧的方向梯度向量,再统计由梯度向量角和模值构成的联合空间二维直方图,然后计算连续帧直方图之间的距离,得到两帧之间的不连
    该方法采用反对称双正交小波分解系数计算视频帧的方向梯度向量,再统计由梯度向量角和模值构成的联合空间二维直方图,然后计算连续帧直方图之间的距离,得到两帧之间的不连续值,最后采用自适应阈值分割,检测出镜头边界。-This method is the use of anti-symmetric biorthogonal wavelet decomposition coefficients video frame the direction of gradient vector, and then statistics from the gradient vector angle and modulus values constitute the joint space of two-dimensional histogram, and then calculating the histogram for the distance between frames, by the two frames between the consecutive values, the final adaptive threshold segmentation, shot boundary detected.
    2022-05-09 05:15:23下载
    积分:1
  • PLSQL PLSQL PLSQL PLSQL PLSQL PLSQL PLSQL PLSQL
    plsql plsql plsql plsql plsql plsql plsql plsql -plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql
    2022-02-04 16:28:23下载
    积分:1
  • Delphi 设置打印纸大小
    Delphi 设置打印纸张大小,手动设置打印纸的长度和宽度,自定义纸张。相关代码:   procedure TForm1.SetPaperSize(cx, cy: Integer);   var    a,b,c: array[0..255]of char;    bb: Cardinal;    ee: PDEVMODE;   begin    printer.PrinterIndex := printer.PrinterIndex;    printer.GetPrinter(a,b,c,bb);    ee:= GlobalLock(bb);    ee^.dmPaperSize := DMPAPER_USER;    ee^.dmPaperLength := cy*10;    ee^.dmPaperWidth := cx*10;    ee^.dmFields :=ee^.dmFields or DM_PAPERSIZE or    DM_PAPERWIDTH or    DM_PAPERLENGTH;    ee^.dmFields := ee^.dmFields or DMBIN_MANUAL;    ee^.dmDefaultSource :=DMBIN_MANUAL;    GlobalUnlock(bb);    printer.PrinterIndex := printer.PrinterIndex;   end;
    2023-01-17 00:20:03下载
    积分:1
  • 语法分析程序,编译原理的重要程序之一。用处很大。
    语法分析程序,编译原理的重要程序之一。用处很大。-syntax analysis procedures, compiler theory one of the important procedures. Very useful.
    2022-03-05 07:18:32下载
    积分:1
  • Nucleus ,
    Nucleus ,
    2022-08-03 20:12:07下载
    积分:1
  • 数据结构与算法分析:C语言描述(英文版)习题答案
    数据结构与算法分析:C语言描述第二版 的习题答案本书中含有对Addison-Wesley 著的课本第二版大多数习题的答案 .目录1. Chapter 1: 介绍  12. Chapter 2: 算法分析  43. Chapter 3: 列、栈和队列  74. Chapter 4: 树 145. Chapter 5: 哈希  256. Chapter 6: 优先队列 (堆) . 297. Chapter 7: 筛选 .. 368. Chapter 8: 分离集 ADT  429. Chapter 9: 图形算法  4510. Chapter 10: 算法设计技术 . 5411. Chapter 11: 分摊分析 6312. Chapter 12: 高级数据结构和实现 .. 66
    2022-03-01 04:41:42下载
    积分:1
  • 主要介绍了等精度频率测量原理,该原理具有在整个测试频段内保持高精度频率 测量的优点 同时在该原理基础上,采用了Verilog HDL语言设计了高速的等精度测...
    主要介绍了等精度频率测量原理,该原理具有在整个测试频段内保持高精度频率 测量的优点 同时在该原理基础上,采用了Verilog HDL语言设计了高速的等精度测频 模块,并且利用EDA开发平台QUARTUS11 3 .0对CPLD芯片进行写人,实现了计数等 主要逻辑功能 还使用C语言设计了该等精度频率计的主控程序以提高测量精度。本设 计实现了对频率变化范围较大的信号进行频率测量,能够满足高速度、高精度的测频要 求。-Introduced, such as the accuracy of frequency measurement principle, the principle has in the entire test frequency to maintain the advantages of high precision frequency measurement at the same time the basis of the principle of using the Verilog HDL language, such as the design of a high-speed precision frequency measurement module, and use of EDA Development platform QUARTUS11 3 .0 on CPLD chip to write, and achieved a count of the main logic function, such as the use of C language is also designed such precision the frequency of control procedures to enhance measurement accuracy. This design achieved a wide range of frequency changes in signal frequency measurement, to meet the high-speed, high precision frequency measurement requirements.
    2023-08-06 16:05:04下载
    积分:1
  • 此版本的华容道仅是个VC++语言的演示版,只是为了演示 一种思路,所以没有增加任何的功能。本游戏图象也是从 同类FLASH游戏中剪出,可惜它的出处网页已...
    此版本的华容道仅是个VC++语言的演示版,只是为了演示 一种思路,所以没有增加任何的功能。本游戏图象也是从 同类FLASH游戏中剪出,可惜它的出处网页已经不可访问了. 由于华容道每角色同一时刻可能有不同方向的选择,增加了 判断难度。本游戏主要演示单键无选择控制华容道的模拟 智能处理过程。当然这很简单,谈不上真正的智能。 如果对AI类兴趣的话,可以到 http://chess.withu.com 和计算机下一盘,欢迎交流探讨该类AI算法。 本游戏还存在一些BUG,就请各位自己修正了。 (是在边界处理上,少处理了一种特殊情况) 另:本游戏开放源码,可以随意使用或修改。 ------ musix@withu.com , 2001 , taizhou,jiangsu-HuaRong Road is only the VC language version of the demonstration, only to demonstrate an idea, no increase in functionality. The game image is similar FLASH from the game, cut out, but it"s not the source website has been visited. As HuaRong Road every role the same time may be different and the choice of direction, increasing the difficulty of judging. The main demonstration of a single-game non-selective control of HuaRong Road intelligent simulation process. Of course, this is very simple, no real intelligence. If the AI category of interest, to be the next http://chess.withu.com and computer disk welcome such exchange on
    2022-01-22 14:19:09下载
    积分:1
  • 随意PHP多功能留言板 SyGuestBook v1.0
    随意PHP+MYSQL多功能留言板 SyGuestBook,以前学PHP时候拿留言板练手的,最近清理电脑翻出来的,花了点时间继续做完了,也是我发布的第一个PHP程序。这个留言本的特点:   1、SpeedPHP框架驱动,高效轻快。   2、可创建多个留言板;每个留言板都能设置不同的模板;每个留言板都能设置单独管理员;   3、模板、程序分离,尽量标签化,可快速自制模板(懂一点前台技术就能自己做模板)。内置两套模板一个默认模板一个响应式模板(后期有时间会发布新模板)   4、每个留言板都能调用。支持IFRAME调用和JS调用。   5、每个留言板支持自定义导航、自定义LOGO图片、Banner图片、SEO优化   6、更多特色自行挖掘   随意PHP多功能留言板 SyGuestBook安装说明:   直接访问留言板首页会自动进入安装页面   管理员默认帐号admin 密码 admin888   后台地址:http://你的域名/index.php?c=adminlogin   如果有需求的话会一直更新下去,将留言板做到极致!
    2023-05-09 00:10:03下载
    积分:1
  • OPNET
    opnet仿真实例,希望对您有帮助 -OPNET
    2023-02-06 10:10:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载