CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - VC 文件管理 系统

搜索资源列表

  1. Student_MIS

    0下载:
  2. 本程序源文件是基于微软VC++6.0开发的一个学生成绩管理系统,采用Acess数据库文件保存数据,具有信息录入、修改、处理、用户登录等功能-The program source file is based on Microsoft VC++6.0 development of a student achievement management system that uses Acess database file to save the data, with information input,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:1479865
    • 提供者:小文
  1. demo2

    0下载:
  2. 此文件为利用VC++编写的一个研究生信息管理系统,实现基本的信息查询、删除、增加、修改等功能,还包括对学生成绩的统计,其基于SQL2003开发。-This file is written to take advantage of VC++ a graduate student information management system, to achieve the basic information query, delete, add, modify, and other functions
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-19
    • 文件大小:5308535
    • 提供者:宇轩
  1. library-manger-system

    0下载:
  2. 用VC++(C语言)编写的图书馆管理系统,以文档作为数据库文件,实现了增删查改和借还、搜索书籍等简单功能。-With VC++ (C language) library management system to document as database files, to achieve the CRUD and circulation, search books and other simple functions.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1609866
    • 提供者:张恒通
  1. A-Simple-Birthday-Management-System

    0下载:
  2. 生日管理系统报告(含源码) VC++ 可调用文件 提醒生日-Birthday Management System reports (including source code) VC++ file can be called to remind birthday
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:111050
    • 提供者:龙睿
  1. cpp_stuman

    0下载:
  2. vc编写的学生信息管理系统。学生数据存于文件中。适合初学者练习。-vc prepared by the student information management system. Student data stored in the file. Suitable for beginners to practice.
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1242097
    • 提供者:yangle
  1. filesys

    0下载:
  2. vc实现的文件系统,包括新建,删除文件。使用access数据库连接,模拟windows文件管理器界面-vc realize the file system, including new, deleted files. Use access database connections, analog windows file manager interface
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6251014
    • 提供者:齐洋洋
  1. crdbs

    0下载:
  2. VC客户资源管理系统整套源码,数据库基于oracle,用的是VS2008开发的,公司就是用的2008,本人用习惯了,如果你没有安装ORACLE,请下载oracle 10G安装文件,安装时是指数据库名为mp3000,当然你也可以用别的名字。必备文件:   CRDBS.ini 将其放在debug下面   创建数据库脚本   数据库 oracle   数据库SID:MP3000   用户名:wjb   密码:wjb-VC set of customer resour
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1662976
    • 提供者:apudn96
  1. chengjiguanli

    0下载:
  2. 学生成绩管理系统,以VC++作为开发平台,可以实现信息录入、文件读入、学生信息、课程信息、成绩信息查询、添加、删除、修改、排序-Student achievement management system to VC++ as a development platform that can achieve information entry, file read, student information, course information, performance information qu
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3197
    • 提供者:梅兰竹菊
  1. Assets-Management-System

    0下载:
  2. MFC C++ VC++环境些编写的源码 固定资产管理系统 完整源代码文件-MFC C++ VC++ source code written in the environment of these fixed assets management system complete source code files
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-13
    • 文件大小:3257737
    • 提供者:温伟伟
  1. School-fee-management-system

    0下载:
  2. 学校收费管理系统 MFC C++ VC++ 环境编写 完整源代码 可执行文件与相关详细说明文件 参考-School fee management system MFC C++ VC++ environment to prepare complete source code executable files associated detailed documentation and reference
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-10
    • 文件大小:2210230
    • 提供者:温伟伟
  1. student

    1下载:
  2. C语言,学生成绩管理系统作业设计。VC++6.0编译通过, 利用结构体,结构体指针,单链表,文件操作,命令窗口下简单菜单设计,可从文件读入数据,自动保存数据,有错误自动判断修复,能添加,删除,查询,显示,排序记录,适合多数初学者期末C语言作业设计要求!如果要增加科目,只要修改源代码中的Class_N的值就可以了,科目的名称在程序第一次运行时输入,会自动保存到student.ini文件,程序运行时自动生成的student.ini文件为系统信息文件(二进制文件),student.db为数据存储文件(
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:342812
    • 提供者:namejiang
  1. addbook

    1下载:
  2. 用VC++6以及VC++2010 编译通过的控制台学生通讯录管理系统,利用结构体,指针,单链表,文件读取等C++的知识,功能有建立通讯录,添加,修改,插入,查询,删除,保存等功能其中数据库保存功能自动实现-VC++6 communication with the VC++2010 console students and compile the book management system, using the structure, pointers, linked list, read the
  3. 所属分类:Console

    • 发布日期:2017-03-14
    • 文件大小:1926144
    • 提供者:namejiang
  1. VCPP

    0下载:
  2. VC++课程设计,出租车人员管理系统,采用文件保存数据。-VC++ curriculum design, taxi personnel management system, using the file save data.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-20
    • 文件大小:5493248
    • 提供者:
  1. VCPP

    0下载:
  2. VC++课程设计,图书馆图书借阅管理系统,MFC界面,采用文件保存数据。-VC++ curriculum design library management system library, MFC interface, using the file save data.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-11
    • 文件大小:2073553
    • 提供者:
  1. YouXi_Speed

    0下载:
  2. VC写的系统变速齿轮加速源码 1)我的电脑-》右键-》属性 -》硬件-》设备管理器-》计算机-》打开-》更新驱动设备-》选advanced驱动 重启电脑安装后; 2)再用VC6.0调试编译代码,打开游戏然后试试; 3)注意驱动文件sys的加载-game speedup
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-27
    • 文件大小:9561217
    • 提供者:lyon
  1. MailWorkAssessment

    0下载:
  2. 本文主要阐述了有关电子作业管理的相关概念及一些技术,如版本检测技术、抄袭检测技术、批量导出技术,并且对电子作业管理系统进行了模块设计以及使用VC.NET系统开发工具对系统中的关键技术如:特征提取、文件夹管理、条件显示、版本检测、抄袭检测等进行了实现。-Electronic coursework management, Document copy detection, Document pretreatment, Document Similarity
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2213088
    • 提供者:huan liu
  1. Course-Management-System

    0下载:
  2. 设计一个具有菜单式界面(可使用控制台程序,以可选条目方式呈现;也可使用VC图形界面)的课程管理系统,其中包括  课程类和学生类,例如,课程类包括:课程编号、课程名、授课教师、上课时间(春季学期或夏季学期)、上课地点、学时数、学分、(是否)限选专业等属性;学生类包括:学号、姓名、年级、专业等数据属性。  学生可以根据某一门课程是否为该生所属专业限选/可选,以及上课时间、上课地点等信息来合理确定选课表(比如平均处理各学期的所修学分和学业负担,某一上午连续两门课
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5355244
    • 提供者:张淑静
  1. restaurant-management-system

    0下载:
  2. 一个大学餐厅的管理系统,采用ACCESS作为数据库,VC++6.0源码开发,支持桌号管理,点击桌号可查看菜谱菜价等。系统分四大模块:前台销售、统计报表、基础资料、系统维护,每个模块下面又分了若干小功能模块。运行时如果你没有VC++开发环境的话,可能需要手动下载几个DLL文件:MFC42D.DLL、MFCD42D.DLL、mfco42d.dll等-A university restaurant management system, using ACCESS as , VC++6.0 source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:3717917
    • 提供者:putaoyuan
  1. thenilefthm

    0下载:
  2. 一个十分简单的管理系统,用VC做的,用了C语言里的文件那章的内容-A very simple management system, with VC, use the files in the C language that the content of the chapter,,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-18
    • 文件大小:142336
    • 提供者:GEETicfc-961611
  1. 940422

    0下载:
  2. 一个十分简单的管理系统,用VC做的,用了C语言里的文件那章的内容,,(A very simple management system, with VC, use the files in the C language that the content of the chapter,,)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-27
    • 文件大小:142336
    • 提供者:combanatton
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com