CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - vc管理

搜索资源列表

  1. mmc(skyw)

    0下载:
  2. 用VC写的模拟内存分配管理的代码,经测试运行完全正确-VC write memory allocation management simulation code, the test run entirely correct
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10733
    • 提供者:skyw
  1. jioawuguanli

    0下载:
  2. 我新买的书 光盘里有一个很好的教务管理系统的VC.net的按例-I bought the new CD there are a good educational management system to the general rule of VC.net
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:377839
    • 提供者:oyyee
  1. 20060627014

    0下载:
  2. 这个是一个宾馆客房管理系统,用VC开发的,希望对大家有所帮助-this is a hotel room management system, the development of the VC, we hope to help
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:243068
    • 提供者:李华
  1. vcc_mex

    0下载:
  2. 一般情况下,我们都是在MATLAB命令行或DOS命令行下编译MEX程序。 所用的命令就是:mex filename.c 这有很多不方便的地方: a. 虽然mex也可以编译C++的mex程序,但是它的主框架仍是C的 a. 当程序有多个模块时,需要多次使用mex命令,操作很麻烦 b. 不能利用VC特有的ClassWizard自动创建和维护类 c. 不能用MFC类库编写应用程序 d. 不能方便地进行类似VC的项目管理 本文详细解说如何在IDE中编译MEX程序
  3. 所属分类:matlab例程

    • 发布日期:2014-01-16
    • 文件大小:11390
    • 提供者:Dean
  1. salary

    0下载:
  2. 数据结构大作业,使用vc实现工资管理系统,能够进行信息的增加,删除,修改等操作,并附有实验报告
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:539289
    • 提供者:王皓
  1. c++SoruceCCodeAboutTen

    0下载:
  2. C++程序设计与应用源码、C++反射的例子、RSA算法、vc++访问DAO数据库、遍历文件夹并建成目录树、打字小程序、电子便笺 、仓库管理系统
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3119826
    • 提供者:常君君
  1. AgentPersonMachineInteract

    0下载:
  2. 人机对话系统一直是人工智能领域内的研究热点,随着语音技术的日渐成熟,对话管理逐渐被认为是对话系统的关键问题,是整个系统的核心功能体现。由于种种限制,目前的人机对话系统大多是面向单个任务领域内的对话,而且只能在单机上运行,很少考虑对话过程涉及的多主题、主题切换、主题间的信息共享,以及对系统的复杂功能进行任务分解,使分解后的各个功能模块能运行在不同终端上通过通信合作实现更加强大的功能,使得系统易于扩展。 Agent技术是解决这些问题的最好方法,利用Agent技术可以很容易地实现任务的分解,多Ag
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:85022
    • 提供者:李小双
  1. parking

    0下载:
  2. 演示停车场管理的C++算法。VC下编译通过。-Demonstration of the car park management C++ Algorithm. Adopted under the VC compiler.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3435
    • 提供者:扬木
  1. Implement_Apriori_with_VC

    0下载:
  2. 用VC实现了Apriori算法. 在使用时,请先在“控制面板/管理工具/数据源ODBC”中配置数据源,名称为“TRANSACTION”,数据库在 Apriori 文件夹下。-VC achieved using Apriori algorithm. In use, the first in the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:68294
    • 提供者:p4113
  1. sy5

    0下载:
  2. 通讯录管理系统,使用VC++6.0开发,数据结构的作业-Address book management system, the use of VC++ 6.0 development, data structure operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1402
    • 提供者:yangyun
  1. (VC)H(4)

    0下载:
  2. (VC)Hotel酒店管理系统(4).rar-(VC) Hotel Hotel Management System (4). Rar
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:297713
    • 提供者:黄哈
  1. park

    0下载:
  2. 这是学完《数据结构与算法》后做的课程设计的题目——停车场管理,主要用到了栈和队列的操作。问题描述如下: 设停车场内只有一个可停放n辆汽车的狭长通道,且有南北两大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后开入的车辆必须先退出车场为它让路,待该辆车开出大门外,其它车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3846
    • 提供者:在路上
  1. tsgl

    0下载:
  2. 一个用vc实现的非常棒的图书管理信息系统-Vc achieved a great use of the library management information system
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:200668
    • 提供者:sunny
  1. file2DB

    0下载:
  2. 这是一个用VC开发的电力系统管理系统的部分计算的程序。-This is a VC with the development of power system management system procedures for the calculation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:53648
    • 提供者:ff
  1. Apriori

    0下载:
  2. vc++实现的apriori算法。在使用时,请先在“控制面板/管理工具/数据源ODBC”中配置数据源,名称为“TRANSACTION”,数据库在 Apriori 文件夹下。-vc++ implementation of the apriori algorithm. In use, first in the " Control Panel/Administrative Tools/Data Sources ODBC" to configure the data source, t
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:67209
    • 提供者:林丽
  1. chaoshi

    0下载:
  2. 用VC++和SQL做的超市商品管理系统,用于管理超市的商品登记,销售等-Using VC++ and SQL to do the supermarket merchandise management system for managing registration of supermarket goods, sales, etc. ... ...
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:772993
    • 提供者:winover
  1. libmis

    0下载:
  2. 用VC++做的图书馆管理系统,内含数据库文件,用于实现图书的录入,借入和借出功能-To do with the VC++ library management system that includes database files, used to implement a book entry, borrowing and lending functions
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2547628
    • 提供者:winover
  1. tushuguanguanlixitongwanzhengban

    0下载:
  2. vc++ +SQL制作的图书馆管理系统完整代码,实现图书馆的借阅还归还功能-vc+++ SQL produced by the complete code library management system to achieve the library to borrow is also the return of function
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-24
    • 文件大小:7724828
    • 提供者:winover
  1. Parking

    0下载:
  2. 这是一个C写的停车场管理系统,包含完整代码、说明书、任务书,VC下正常运行和调试。-This is a car park management system written in C, contains the complete code, descr iption, mission statement, VC, under normal operation and debugging.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:445792
    • 提供者:jsl
  1. VC_home

    0下载:
  2. VC客房管理系统源码,实现数据库和VC的应用-VC room management system source code, to achieve the application of database and VC
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:349819
    • 提供者:zhonglai
« 12 »
搜珍网 www.dssz.com