搜索资源列表
VisualC++ProjectDevelopeCode
- 此为《Visual C++ 项目开发实用案例》书籍配套光盘,该书由“数据库查询工具”、“数据转换工具”、“图像处理系统”、“系统资源监测器”、“HTTP日志解析、分析系统”五个案例构成,光盘资料中提供了所有系统的源程序代码和相关文件。-as the "Visual C projects to develop practical case" books matching discs, from the book "database query tool",
FileManage
- 一个文档管理系统,可以记录文档的创建、删除、修改时间,可以用树型目录显示文件信息,可以以二进制的形式保存到SQL Server数据库中。可以查询文件信息,并可打印文档和文件名的相关信息-A document management system that can record the document to create, delete, modify time, you can use directory tree display file information, can be saved t
VC_advanced_program_development
- 本代码是visual c++高级编程及其项目应用开发一书中的源代码,涉及到进程与线程通信、文件操作、dll及COM编程、socket编程、数据库编程的编码例子。此外,还有用COM应用程序框架进行服务器与客户端进行通信、界面设计方面的项目代码;材料信息管理项目代码、利用ATL设计通用查询与打印模块代码,供大家学习。-This code is visual c++ advanced programming and its application to develop a book project s
studentGrade
- 学生成绩管理系统,记录学生的基本信息、选课信息和成绩信息。实现学生的基本信息、选课信息和成绩信息的添加、修改、删除、查询操作。通过连接数据库获取数据。-Student performance management system to record the students the basic information, elective information and performance information. Achieving students to the basic informat
iplocation_jb51
- php获取IP并在数据库里面查询IP所属地源码-Obtain an IP php query the IP belongs land source in the database
ASPPACCESScangkuguanli
- asp和Access开发的仓库管理系统 能够入库出库对库存内容进行查询-storage warehouse management system base on asp and Access to inventory the contents of a database query
tushuguanlixitong
- 登录图书管理系统后可以对图书进行录入,删除,修改,查询等功能。是C#连接access数据库-After logging in to the library management system of book entry, delete, modify, query and other functions. C# to connect access database
xueshengxinxi
- 学生信息管理系统的开发需要对管理的需求进行分析,最终通过简单的界面按钮操作实现对学生数据的增、删、改和查询操作,并将这些操作反应到数据库的操作。-Student information management system development requires management needs analysis, the final button operation through a simple interface to achieve the student data to add, d
200672016149309
- 学生选课系统分为前台服务和后台服务,前台提供用户丰富的应用界面,包括管理员进行添加学生,教师基本信息,直接从系统界面进行数据库还原,备份。寝室成员信息以及寝室奖励违纪信息的查询 、添加和修改,卫生检查工作人员信息的查询,添加,修改。用户可修改密码,查看通讯薄,还包括一些辅助工具,WORD,EXCEL,计算器,日历,报表打印管理;后台供系统管理人员对系统用户信息、卫生检查信息、寝室数据信息 等进行管理与维护.-Student elective system is divided into fron
Print
- 万能打印机 选择数据库类型 查询数据、打印数据-Universal printer select the type of database query data, print data
UserManSys
- 用户管理系统 系统层次: common -> Get Connection -> UserInfo(id,name,pass,email,power) DAO ->userDAO(注册、删除、查询等功能) Service ->userService(调用DAO中的方法) VIEW ->普通用户界面,管理员界面,超级用户界面 数据库表:userinfo 序列:seq_user