搜索资源列表
ATM1.1
- 一个C++开发实现的ATM模拟系统,实现了存取款、查询、密码修改等基本功能。-A C++ implementation of the ATM simulation system developed to achieve the withdrawal, check, password changes and other basic functions.
数据结构的课程设计
- 大二时做的一个数据结构的课程设计,用2-3树实现的图书馆管理系统,只是控制台程序,没有很好的图形界面。包括管理员、读者。管理员功能有:采编入库、查看图书、查看读者、删除读者。读者功能有:借书、还书、预约、查找等等。。功能全面。包括注册账号,登录需要账号密码。-Sophomore to do a data structure of the curriculum design, with 2-3 tree implementation of library management system, bu
LOCK
- 一个可以锁屏幕的小程序,类似网吧的挂机锁。 1.本系统界面友好,容易操作。 2.本系统用于挂机,可以用于网吧游戏挂机锁住屏幕。 3.本系统能显示开始挂机时间和挂机所用时间。 4.本系统最大的特点是可以用屏幕键盘输入密码和隐藏窗口(类似QQ)。 5.本系统是通过修改注册表来禁止任务管理器的,不过系统退出会还原注册表。 下一版本改为远程注入来禁止任务管理器。 6.本系统还禁止了系统热键,任务条,开始键等。 7.本系统使用了不少技巧,其中参考了不少人的代码,这里不一一
source
- 本视频监控系统主要实现了云台控制、快照和录像、录像回放、定时自动监控、监控管理及日志。本系统默认操作员用户名为:tsoft,密码为:111。 (2)可执行文件路径:\Debug\Capture.exe (3)本系统使用的硬件是天敏VC4000监控卡,其中使用了MPG4c32.dll、MediaTransmit.dll、MediaTransmit.lib、MediaTransmit.h、Sa7134Capture.dll、Sa7134Capture.lib和Sa7134Capture.h几
Library-Management-System
- 本代码为我自己大一期末写的一个控制台应用程序——图书管理系统,有关登陆信息存储在程序目录的TXT文档中。大家可按上面写的用户名密码登陆程序。-This code is a console application I write in my last term,that is, Library management system. The login information you need when run the program is in a txt document at its cont
BankSystem
- 银行系统客户端完整版。本软件实现银行的活期储蓄存款业务。软件为单机版客户端程序,运行在面向个人业务的电脑上。主要实现银行开户、销户、取款、存款、余额查询、转账、修改密码、打印账户明细记录等功能。项目中包含项目文档-The software implementation of the bank' s current savings deposit business. Software for stand-alone version of the client program running
CheckManage
- 考勤管理系统可以有效地管理企事业单位员工的出勤情况,规范人事制度管理,保证企事业单位的正常动作,是人力资产管理的重要组成部分。本系统的开发主要包括后台数据库的建立、维护以及前端应用程序的开发两个方面。本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和操作封装到类中,使应用程序的各个窗体都能够共享对表的操作,无需重复编码,使程序更加易于维护,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势。 第1步:还原数据库 按照前面的步骤,还原“
BANK
- 银行卡管理系统开户、存款、取款、修改密码、重置密码、销户 c-#include<iostream> #include<cstring> using namespace std class count { public: friend class ATM count (char Name[],char Num[],float Money,char Password[]) //初始化
cangku
- 小型仓库管理系统,实现了密码登录、查找、修改、入库、添加、备份等功能。-Small warehouse management system, the password login, search, modify, warehousing, add, backup and other functions.
Tele_Count_System
- 这是个基于win32控制台下的电信计费系统,用户名和密码在txt文档里,里面运用数据结构知识完成的-This is-based telecommunications billing system under win32 console user name and password in the txt document, which use the data structure knowledge to complete
stu_inf_man_sys
- 学生信息管理系统,每个学生有学号,姓名,分数,性别,年龄等信息,用链表保存。可以实现学生信息的添加,删除,修改,保存到文件中。登录系统需要输入密码。 -Student information management system, each student has a student number, name, grade, gender, age and other information, using linked list. Can realize the student informa
fuzhuangshop
- 本系统为网上服装销售系统,基于Jsp技术,采用javascr ipt以及JQuery脚本语言,采用B/S结构,使用MyEclipse开发,后台采用SQLServer2000作为数据库。本系统的主要功能,包括未登陆的用户访问主页,查看商品信息以及公告,用户还可以注册会员,注册登陆后的会员可以购买商品,将商品添加进购物车,最后结账生成订单,并填写订单所需的信息。会员还可以管理自己的信息,例如修改密码等操作。管理员可以在后台添加商品信息,并设置商品所属的类别。此外,管理员还可以发布公告信息,查看订单信
Grades-Management-System
- 学生成绩管理系统的主要功能有:用户登录功能,录入学生成绩,查询学生信息,修改学生信息,删除学生信息,综合排名功能,重置课程信息,修改密码。-The main function of student achievement management system are: user login function, recording student achievement, student information query, modify student information, student i
StuInfManSys
- VC6.0语言版本的学生信息管理系统,主要是链表操作,登录需要密码,学生信息被储存在文件中(文件被简单加密)-VC6.0 language versions of student information management system, mainly linked operations, login password is required, the student information is stored in a file (the file is simple encryption)
ATM
- 用C++实现的模拟银行ATM机系统。能实现在ATM机上取款、查询、改密码、退出功能。-C++ implementation of the simulated bank ATM machine systems. Can be implemented on the ATM machine withdrawals, query, change the password, the exit function.
LinkNet
- 环境VC6.0主要功能中断拨号连接。重新拨号连接。读取系统宽带连接账号密码(Win7 WinXp测试通过。这个功能之前找到过类似源码不过是vs2008以上版本的,这是vc6.0的)。-The main function of the environment VC6.0 interrupted dial-up connection. Re-dial-up connection. Read system broadband connection account password (Win7 WinX