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

搜索资源列表

  1. cjmanager.rar

    0下载:
  2. 用VC写的一个学生成绩管理系统,不通过数据库,直接用文本文件输出管理
  3. 所属分类:数据库编程

    • 发布日期:
    • 文件大小:63592
    • 提供者:
  1. SisGpc

    0下载:
  2. 本程序实现了在PAGE中使用我们的VC开发的控件来实现WEBSITE上文件的HTTP下载以及文件的加解密,文件夹中有一个页面示例可动行并下载一下学籍管理系统-the program in the use of PAGE our development of the VC controls to achieve WEBSITE HTTP files on the download as well as document encryption and decryption, file folders
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:69870
    • 提供者:张爱萍
  1. codesky.net

    0下载:
  2. 综合人事管理系统 系统在VC++6.0和SQL Server 2000下开发 数据库在查询分析器中执行Database中的文件 源码在HrSys中 -integrated personnel management system system in VC 6.0 and SQL Server 2000 database under development inquiry Database Analyzer implementation of the source documents w
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:982151
    • 提供者:刘晶
  1. newxuejigl

    0下载:
  2. 学籍管理系统 系统是在VC++6.0和SQL Server 2000下开发的. 数据库在Database目录下,在SQLSERVER的查询分析器中执行即可生成数据库. 源程序在Src目录中. 因为程序极为经典,所以本人在此转载~ 一、编程环境: windows2000 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:69630
    • 提供者:陈浩
  1. ManagementSystem

    0下载:
  2. 用VC+SQL实现的物流管理系统 “RxMediaPlayer” 文件夹中存放《物流综合管理系统》中《媒体播放平台》源程序 “数据库设置”文件夹中存放《物流综合管理系统》辅助工具《数据库设置》源程序 “算号器”文件夹中存放《物流综合管理系统》算号器源程序 “物流综合管理系统”文件夹中存放《物流综合管理系统》可以运行的最小库文件,便于读者打包及参考 “源程序”文件夹中存放《物流综合管理系统》源文件 “DataBase”文件夹中包含数据文件,其中DTBACK.RDB是系统备份
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:5890020
    • 提供者:李东
  1. Studymanagementsystem

    0下载:
  2. 一个十分简单的管理系统,用VC做的,用了C语言里的文件那章的内容。-a very simple management system, with VC do with the C language for documents that the content of the Charter.
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:221095
    • 提供者:刘生
  1. bookmanagement

    0下载:
  2. 用VC++做的一个图书管理系统。 可以保存数据到文件中。-VC done a library management system. Data can be saved to a file.
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:232622
    • 提供者:刘生
  1. mycomputer

    0下载:
  2. 根据文件系统的相关原理,设计并用VC编程实现一个类似Windows系统中“我的电脑”功能的文件管理系统,该文件系统可以对系统中所有文件进行管理,同时具有创建新文件(为简单起见,可以固定几种类型的文件)、删除文件、复制文件、创建文件夹等功能。-According to the file system of the relevant theory, design and use of VC programming a similar Windows system, the "My Computer
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:25547
    • 提供者:xiaoxi10086
  1. HospitalManagementInformationSystem

    0下载:
  2. 基于VC开发的医院信息管理系统 在运行系统前,首先要安装SQL Server数据库,注意要设定用户名为“sa”,密码为空。 可以有两种方法创建该数据库: 1.使用SQL server查询分析器运行Database目录下的sql.txt中的sql语句,这样会创建Hospital数据库。 2.使用sql server的企业管理器直接附加“附加数据库文件”目录下的Hospital.mdf文件。 系统默认帐号:admin 密码:-VC-based hospital informati
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2478137
    • 提供者:罗萍
  1. hotelmanager

    0下载:
  2. 使用vc+SqlServer2000开发的酒店客房管理系统,可以进行旅客入住信息的登记,旅客开房,酒店客房管理等功能。系统登录用户名为mr密码为111。包括数据库文件,只要导入SqlServer2000建立数据库myhotel即可运行。-Developed using vc+ SqlServer2000 hotel rooms management system, passengers can stay at the registration information, visitors to o
  3. 所属分类:Hotel software system

    • 发布日期:2017-05-22
    • 文件大小:7031475
    • 提供者:dream
  1. SimpleDocumentManagementSystemV

    0下载:
  2. 简单文件管理系统(VC++ 6.0)void Cd() //处理cd命令 void Create() //处理edit命令 void Delete() //处理del命令 void Mkdir() //处理md命令 void Dir() //处理dir命令 -Simple Document Management System (VC++ 6.0) void Cd ()// handle cd command void Create ()// handle edit comma
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:5390
    • 提供者:李瑞典
  1. Library-System

    0下载:
  2. VC++图书管理系统完整版,运行正常,需要的DLL文件源码爱好者已整合进压缩包。这个图书系统可以完成用户资料管理,图书资料管理,借阅/还书管理等常用功能。-VC++ library management system full version, operating normally, required DLL file source enthusiasts have been integrated into the archive. The library system can complete
  3. 所属分类:Education soft system

    • 发布日期:2017-05-13
    • 文件大小:3199373
    • 提供者:胖哥
  1. FileManager(CPP)

    0下载:
  2. 很好的文件管理系统,希望对初学VC的朋友们有所帮助与启迪。-This is a very good soft for file manager with VC language. It is very useful to the beginner of VC.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:114548
    • 提供者:许云龙
  1. word-control

    0下载:
  2. 文档管理系统 VC++6.0 + SQL server 2005实现的,文件已经调试完毕,运行环境为Windows Server 2003,XP系统也可以,但是为了保证运行无误,还是请选用Windows Server 2003操作系统。-Document management system VC++6.0+ SQL server 2005 implementation, the file has been debugged, the operating environment for the W
  3. 所属分类:SQL Server

    • 发布日期:2017-04-09
    • 文件大小:1643131
    • 提供者:王春雷
  1. TreeEdit

    0下载:
  2. TreeEdit是用VC++编写的一个文件管理系统,可以实现对文件的简单操作-TreeEdit written with VC++ is a file management system that can achieve a simple operation on the file
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:2214951
    • 提供者:shit
  1. file-manage-system

    0下载:
  2. 文件管理系统 VC++编程 适合用在课程设计上面-file manage system
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5647517
    • 提供者:任镇
  1. FileMng

    0下载:
  2. 文件管理系统是在MFC的基础上开发的,是用VC++.Net开发的,可以基本上与电脑上使用的文件管理系统相媲美-The document management system is developed on the basis of the MFC, developed with VC++.Net use document management system with the computer, you can basically comparable
  3. 所属分类:.net

    • 发布日期:2017-12-02
    • 文件大小:2325132
    • 提供者:陈冲
  1. vc-lib

    0下载:
  2. 图书管理系统源码,VC+Access,包括图书借阅管理,程序使用Access数据库,主要是三大模块的功能:一是图书基本资料维护,二是图书的日常维护管理,三是查询管理图书信息。本源码可以在VC++6.0下直接编译生成EXE文件,源代码简单,对于VC新手来说,易于参考理解。-Source library management system, VC+Access, including library management, the program uses an Access database, th
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-21
    • 文件大小:95197
    • 提供者:杜朝晖
  1. bookgl_src

    0下载:
  2. VC++图书管理系统完整版,运行正常,需要的DLL文件源码爱好者已整合进压缩包。这个图书系统可以完成用户资料管理,图书资料管理,借阅/还书管理等常用功能-VC++ library management system library, book, new books, new readers in the library
  3. 所属分类:SQL Server

    • 发布日期:2017-04-16
    • 文件大小:498020
    • 提供者:姚森
  1. fvqir20

    0下载:
  2. 员工培训系统,用VC和ACCESS做的,员工管理系统的一部分()
  3. 所属分类:文件操作

    • 发布日期:2018-05-03
    • 文件大小:182272
    • 提供者:cpdeyqj
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com