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

搜索资源列表

  1. 78112019PID

    0下载:
  2. PID算法怎样运用在控制电机上,c语言编程,值得推荐-PID algorithm how to use the control motor, c language programming, it is recommended
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:1933
    • 提供者:tian
  1. SAD

    0下载:
  2. 主要用C描述了立体匹配的比较简单的一种算法,运用差的绝对值进行匹配耗费的计算。-Mainly use C describes the simpler a stereo matching algorithm, using the absolute value of difference matching cost calculation.
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:391593
    • 提供者:xuwenjing
  1. chaoshiguanlixitong-Cyuyan

    0下载:
  2. 超市商品管理系统C语言论文 随着社会的逐步发展,超市在老百姓的生活中占据着重要的位置。然而琳琅满目的商品的管理也是一个大问题,在任何一个商店这都是不可忽视的问题,所以超市对商品的管理设计是很重要的,它可以在很大程度上帮助超市人员管理商品情况。 改程序一共有五个模块 ,不但可以进行超市信息的显示录入,查找,删除,更新,还能对货品的一些清单进行打印,操作界面简洁,操作简单。 程序用了指针、链表、数组、结构体等知识点,可运用于小的管理软件。软件运用菜单实现交互式管理,用户轻松的按键就
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:198430
    • 提供者:刘海涛
  1. Cyyzz

    0下载:
  2. 大家都认为,c语言之所以强大,以及其自由性,很大部分体现在其灵活的指针运用上。因此,说指针是c语言的灵魂,一点都不为过。同时,这种说法也让很多人产生误解,似乎只有C语言的指针才能算指针。basic不支持指针,在此不论。其实,pascal语言本身也是支持指针的。从最初的pascal发展至今的object pascal,可以说在指针运用上,丝毫不会逊色于c语言的指针。-Everyone thinks, c language were strong, as well as its freedom, i
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:70470
    • 提供者:余家泽
  1. GU--Student-management-system-

    0下载:
  2. 这是一个变态版的版的学生管理系统,里面运用了几乎全部C语言内容,针对C语言学习者来说,只要把这个看懂了,自己能做出来了,就应该是C语言大神了-This is a very good student management system, almost all use of C language contents, according to the C language learners, as long as the understand, oneself can make, it should
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:376567
    • 提供者:wangxiaodong
  1. Google_CPP_Style_Guide_

    0下载:
  2. 谷歌C++编程风格指南,  本指南的目标就是根据大量经验,描述C++编码过程中建议和不提倡的编码规则,以便控制其复杂性。这些规则的运用使你在高效而创造性地使用C++的同时,又能很好是保持代码的可维护性。-Google C++ programming style guide, the goal of this guide is based on extensive experience, describe the encoding process C++ advice and do not pro
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:289475
    • 提供者:Zyy
  1. LinearEquations

    0下载:
  2. 多元线性回归分析,c语言环境环境。运用指针和矩阵-Multiple linear regression analysis, c locale environment. Use pointers and matrix
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1723
    • 提供者:张涛
  1. gerenzhichuguanli

    0下载:
  2. 运用VC++编程,实现个人财政支出管理的功能.本系统功能简单,只适合对个人财务管理要求不高的用户,可以完成收入支出记录和查询。-Using C++ programming, personal expenditure management functions. The system features simple, only suitable for less demanding users personal financial management, income and expenditure
  3. 所属分类:Project Design

    • 发布日期:2017-04-30
    • 文件大小:116304
    • 提供者:xiaoxiao
  1. jz

    0下载:
  2. 用c++实现任意两矩阵相加,运用了运算符重载,在VC环境下运行-Two matrix addition
  3. 所属分类:File Formats

    • 发布日期:2017-04-12
    • 文件大小:550
    • 提供者:方方
  1. The-admissions-system

    0下载:
  2. 模拟高考录取系统的实现,适合于C++初学者很好的运用指针等方法解决现实生活中的问题-Analog achieve college admission system, suitable for beginners to very good use C++ pointer and other methods to solve real-life problems
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:4900
    • 提供者:good fortune
  1. Ruminations-on-CPP

    0下载:
  2. 这是一本C++程序员进阶书籍,是一本关于设计的书籍,它重点是如何运用语言而不是语言本身,作者是C++领域泰斗级人物,本书是作者的多年经验的积累结晶。-This is a c++ programmers advanced books, is a book about the design, it is focused on how to use the language rather than the language itself, the author is a c++ domain lead
  3. 所属分类:software engineering

    • 发布日期:2017-05-24
    • 文件大小:7605513
    • 提供者:冷彦东
  1. experiment

    0下载:
  2. c++的简单练习,对于try,throw,catch的简单运用,以及继承,重载的练习(C++ exception handling exercises)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:pekoe
  1. hotel_manage

    0下载:
  2. C++ 酒店管理系统 一个简单的酒店管理系统,运用了数据库存储信息。可以进行酒店的预定,查询。房间的查询,预定等。(C++hotel management system. A simple hotel management system, using the database storage information. We can make a hotel reservation and inquire. Room inquiries, reservations and so on.)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-19
    • 文件大小:12288
    • 提供者:房东加的猫
« 1 2 3 4 5»
搜珍网 www.dssz.com