CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 课程设计 C语言

搜索资源列表

  1. 345345

    0下载:
  2. 这是一本C++编程方面的经典书籍,作者是一对享有盛誉的技术伉俪,Andrew Boeing和Barbar Moo。本书基于作者在知名技术杂志发表的技术文章、世界各地发表的演讲以及斯坦福大学的课程讲义整理、写作而成,融聚了作者10多年C++程序生涯的真知灼见。全书分为大部分,共32章,分别对C++语言的历史和特点、类和继承、STL与泛型编程、库的设计等几大技术话题进行了详细而深入的讨论,细微之处几乎涵盖了C++所有的设计思想和技术细节。全书通过精心挑选的实例,向读者传达先进的程序设计的方法和理念。
  3. 所属分类:Document

    • 发布日期:2017-05-09
    • 文件大小:1822512
    • 提供者:田鹏
  1. 01259361tubianlideyanshi

    0下载:
  2. 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=i } /*初始化R*/ for(i=1 i<=n i++) for(j=1 j<
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:60160
    • 提供者:唐钊
  1. Lift

    0下载:
  2. 一个完整版本的C语言课程设计中智能电梯仿真系统代码。一流大学自控系数届学习精心总结,A级范本,绝对实用,让你满意。-A complete version of the C language curriculum design in the simulation of intelligent elevator system code. Coefficient of second-class university-controlled study carefully sum up, A-class
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:670542
    • 提供者:张超
  1. tushuguanguanlixitong

    0下载:
  2. c语言图书馆管理系统课程设计,包括流程图,数据字典,以及源代码-c language program library management system design, including flow charts, data dictionary, and the source code
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:16625
    • 提供者:黄庆联
  1. Universitycode

    2下载:
  2. 这是用C语言编写的高校最低录取分数线的查询,内含元代码及其它流程,是一个很不错的数据结构的课程设计代码-This is a good C program
  3. 所属分类:Project Design

    • 发布日期:2016-04-29
    • 文件大小:75776
    • 提供者:
  1. xueshengguanlixitong

    0下载:
  2. c语言程序设计课程设计源代码--学生管理系统-Student management system
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:4458
    • 提供者:k
  1. Electromechanical-transient

    0下载:
  2. 利用已有的潮流计算方法以及在电力系统暂态分析课程设计中用到的基本计算流程,在不考虑励磁系统和调试系统功能的前提下,结合C语言,编写一套程序用来解决包含10台发电机的较复杂电力系统的机电暂态过程的问题。-Use of the power flow calculation in power system transient analysis of the basic calculations used in the curriculum design process does not conside
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:57529
    • 提供者:Jane
  1. tushuguanlixitong

    0下载:
  2. 图书馆管理系统设计,用于C语言初学者,课程设计-Library management system design
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:22424
    • 提供者:xufuan
  1. kechengsheji

    0下载:
  2. 基于c语言的课程设计,学校老师发的资料,帮助同学做好设计-C language-based curriculum design, school teacher handed out information to help students make the design
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:5880
    • 提供者:潘成
  1. Dictionary

    0下载:
  2. 用C语言写的一个课程设计题目--电子英汉字典,实现了基本的查询,修改,存取功能。-Written in C language curriculum design topics- Electronic Dictionary, basic query, modify and access functions.
  3. 所属分类:Document

    • 发布日期:2017-12-05
    • 文件大小:7699
    • 提供者:dasy
  1. Student-Grade-Manage

    0下载:
  2. c语言课程设计题--学生成绩管理系统。实现了对学生成绩的查询,修改,删除,保存等基本功能。-c language curriculum design questions- Student achievement management system. Student achievement query, modify, delete, save, and other basic functions.
  3. 所属分类:Document

    • 发布日期:2017-11-11
    • 文件大小:9216
    • 提供者:dasy
  1. Curriculum-design-report

    0下载:
  2. c语言编写的活期储蓄账目管理系统的课程设计报告-c language demand savings accounts management curriculum design report
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:256807
    • 提供者:张磊
  1. cd_rentalsystem_cource_design

    0下载:
  2. 这是武汉大学的一个影碟租赁系统课程设计(含C语言代码) 是广大C语言初学者一个不错的参考材料-This is a DVD rental system of Wuhan University curriculum design (including C language code) is a good majority of the C language for beginners reference material
  3. 所属分类:software engineering

    • 发布日期:2016-08-18
    • 文件大小:279552
    • 提供者:dhg
  1. Binary-tree

    0下载:
  2. 课程设计数据结构二叉树的遍历的C++语言的实现方法-Binary tree data structure traversal method
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:1097
    • 提供者:ma
  1. Design

    0下载:
  2. 这个是有关算法设计的讲解,适用于各种的C语言的设计,为以后的硬件语言开发做了充分的准备,主要还包含重点的课程资料。-This is the explanation of the algorithm design, suitable for a variety of C language design, fully prepared for the hardware language development later, mainly focused curriculum also include
  3. 所属分类:Communication

    • 发布日期:2017-11-17
    • 文件大小:11975428
    • 提供者:魏莆翀
  1. K

    0下载:
  2. c语言课设,大学高校c语言课程的设计。对学生可能有参考价值的-c language class-based, University College c language curriculum design. Students may have reference value
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:1795
    • 提供者:Edward
  1. wenduji

    0下载:
  2. 数字温度计课程设计毕业设计电子信息工程可以用,通信工程。基于单片机的c语言和硬件仿真课程设计-Digital thermometer design curriculum design graduate
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:5723
    • 提供者:关标
  1. saddle-point

    0下载:
  2. 找马鞍点,大学c语言的课程设计,vc6.0编写-Find a saddle point
  3. 所属分类:File Formats

    • 发布日期:2017-11-20
    • 文件大小:22763
    • 提供者:细伢
  1. system-of-students-choosing-course

    0下载:
  2. 采用C语言,实现学生选课系统的设计,能够完成登录,选课,退课,管理员增加、删减课程等功能-Using C language, class selection system design, able to complete the login, elective withdrawal lesson, administrators increase, deletion of courses and other functions
  3. 所属分类:Project Design

    • 发布日期:2015-09-24
    • 文件大小:81920
    • 提供者:bin
  1. Main

    0下载:
  2. 基于61单片机的带音乐的跑马灯,课程设计的源代码,c语言-Based on 61 single chip microcomputer with music entertaining diversions, curriculum design source code, c language
  3. 所属分类:Project Design

    • 发布日期:2017-11-26
    • 文件大小:1989
    • 提供者:王萌
« 1 2 3 45 »
搜珍网 www.dssz.com