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

搜索资源列表

  1. 课程设计,计算器

    0下载:
  2. 使用VC++的环境进行简单编程的计算器功能,可以实现+,-,*,/,及混合运算等简单功能-VC environment using a simple programming function calculator can be achieved ,-,*,/, and mixed computing simple function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1794
    • 提供者:姚宏昕
  1. 表达式求值1

    0下载:
  2. 我二年级的数据结构课程设计,是关于表达式求值的,本人觉得还可以,里面的算法很好,但是vc用得还不熟-my two-year curriculum design data structure is on the expression evaluates, and I felt that I could, well inside the algorithm, but also spent vc wake
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:52301
    • 提供者:杨宏
  1. newrank

    0下载:
  2. 这是用VC++做的一个堆排序的程序,非常适合用作数据结构的课程设计。有默认的输入,并且可以生成树型结构。-This is done with the VC heap sort of a procedure, very suitable for the data structure used for the design. Is the default input, and generate the tree structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:39080
    • 提供者:zzl
  1. 456

    0下载:
  2. 一个小型的计算机程序。初学vc的很好的范本。用来交课程设计也非常合适。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:32310
    • 提供者:邓江帆
  1. juzhenjishuan

    0下载:
  2. VC++ 写的一个矩阵计算器程序,带有源码和详细的分析报告,可以直接作为课程设计报告 阐述了选择矩阵计算器程序的理由和要完成的目标,分析了本程序要实现的各项功能,给出了程序的流程图;分析了求矩阵的逆,矩阵的秩,和求行列式的值的算法;说明了测试程序的方案,就测试中遇到的问题给出了相应的解决方法;
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:67008
    • 提供者:zhx
  1. LZ77

    1下载:
  2. LZ77压缩算法的VC++实现。多媒体课程设计
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4953
    • 提供者:唐文龙
  1. huffman

    0下载:
  2. huffman压缩算法的VC++实现。多媒体课程设计
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:38079
    • 提供者:唐文龙
  1. migong

    0下载:
  2. 用vc++编写的迷宫问题,适合课程设计参考
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:48990
    • 提供者:邹益欢
  1. 大数加法

    0下载:
  2. 数据结构的课程设计,本算法是用vc++编写的,运行结果很好,大数加法-data structure of the curriculum design, the algorithm is prepared by the vc, good operating results, large numbers Adder! !
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:77516
    • 提供者:冷子心
  1. pingheng.rar

    0下载:
  2. 一个vc++环境下的数据结构的课程设计报告源代码,关于非平衡二叉树转平衡二叉树的实现,A vc++ environment data structure of the curriculum design report of the source code, about the non-balanced binary tree balanced binary tree to realize the
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3214
    • 提供者:林思哲
  1. xiaoyuan-daoyou

    0下载:
  2. 最短寻路算法的实现和使用 校园导游 数据结构课程设计 vc++控制台程序 可以读文件初始化-campus guider
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1249435
    • 提供者:liuwei
  1. yuesefu

    0下载:
  2. 数据结构课程设计_约瑟夫环 使用VC编译 可以通过输入人数和初始值进行相应的炒操作-Data Structure Course Design _ Joseph Central VC compiler can use by entering the number and the initial value for the corresponding operation speculation
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1556
    • 提供者:simple
  1. park

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

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

    0下载:
  2. 这是一个用vC写的费诺编程序,是在大二时的课程设计,信息论的课程设计-This is a fee to use Connaught vC for written procedures, when in the sophomore curriculum design, information theory of curriculum design
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:965245
    • 提供者:limo
  1. MATLAB

    0下载:
  2. MATLAB混合编程课程设计资料(VC,VB) 在Matlab环境下实现混合编程的学习者可以下载-MATLAB hybrid programming curriculum design information (VC, VB) in the Matlab environment to achieve mixed programming learners can be downloaded.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:513485
    • 提供者:gaopan
  1. tongxunlu

    0下载:
  2. 数据结构课程设计 通讯录设计 vc++6.0 开发 文件读写操作-Data Structure Course Design Directory Design vc++6.0 development files read and write operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:378628
    • 提供者:lexico
  1. eightcar

    0下载:
  2. 用VC++实现的八车问题的C++实现。这是大家在平时的课程设计中常遇到的问题-eight car
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:181048
    • 提供者:张铨
  1. linklist

    0下载:
  2. 一个用VC++实现的链表的程序,是大家在课程设计中常见的课题-linklist
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:178099
    • 提供者:张铨
  1. juzheng

    0下载:
  2. 矩阵的数乘源文件,VC++课程设计。该程序定义了一个向量类,里面的元素是模版形式,定义了有关向量类的各种属性、方法及运算符重载函数。根据向量处理的程序实现矩阵数乘。-The program defines a vector class, inside the element is a template form, define the various properties of the vector class, methods, and operator overloading functio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:246873
    • 提供者:沙沙
  1. vcPP

    0下载:
  2. 南京理工大学紫金学院vc++课程设计报告-Nanjing University of Science and Technology Zijin College vc++ course design report
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-05
    • 文件大小:5593064
    • 提供者:江燕
« 12 »
搜珍网 www.dssz.com