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

搜索资源列表

  1. 使用动态链表完成一个简单的商品库存信息管理系统。

    1下载:
  2. create:接收用户输入的商品号和商品名称的信息,建立链表;库存初始化为0,没有进货之前不允许销售;商品号为0表示用户输入结束。本函数用于初始化,如果第二次被调用的时候,首先要执行destroy清除旧链表。 destroy:给定链表的头指针,删除链表的所有节点,并释放相应的空间。本函数在程序退出前应至少被调用一次。在调用此函数前,必须给予用户提示,使用户在删除前有反悔的机会。 sell:商品销售,由参数传入商品号和销售数量。如果不存在给定商品号的商品或销售数量大于相应商品的库存则出错;否则
  3. 所属分类:文档资料

  1. IMPOSE C

    0下载:
  2. IMPOSE C ERROR LIST
  3. 所属分类:电子商务

    • 发布日期:2010-11-17
    • 文件大小:2.16kb
    • 提供者:kkman2001
  1. Memory.Management.In.C.And.Cpp

    0下载:
  2. Memory Management—Algorithms and implementation in C/C++ Introduction Chapter 1 - Memory Management Mechanisms Chapter 2 - Memory Management Policies Chapter 3 - High-Level Services Chapter 4 - Manual Memory Management Chapter 5 - A
  3. 所属分类:software engineering

    • 发布日期:2017-05-20
    • 文件大小:5.43mb
    • 提供者:Andrew
  1. Qt-programming-under-Linux-Getting-Started

    0下载:
  2. 前 言 第一章 Qt的安装 第二章 Hello World 第三章 C/C++ 基础 第四章 窗口部件 第五章 对话框 第六章 主应用窗口程序 第七章 文件与目录处理 第八章 数据库编程 第九章 程序调试与异常处理 附录A:Qt3.0新特性 附录B:Qt3.0类分组列表 -Preface Chapter I Chapter II Qt installation Hello World Chapter III C/C++ basic window
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:17.47kb
    • 提供者:jeff
  1. MISRA_C_ProgamingRule

    0下载:
  2. This document specifies a subset of the C programming language which is intended to be suitable for embedded automotive systems up to and including safety integrity level 3 (as defined in the MISRA Guidelines). It contains a list of rules concern
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:550.83kb
    • 提供者:bill
  1. c

    1下载:
  2. 1微型打印机的C语言源程序 2连接两个链表 3输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数    1/1+1/3+...+1/n(利用指针函数) 4时间函数举例4,一个猜数游戏,判断一个人反应快慢。 5家庭财务管理小程序 -1 micro-printer 2 of the C language source list 3 to connect the two input n is an even number, the cal
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:2.8kb
    • 提供者:张强
  1. OCMJ48-C

    0下载:
  2. 关于OCMJ48lcd液晶显示的说明书,驱动器件的指令表-OCMJ48lcd the instructions on the LCD display, driving device Instruction List
  3. 所属分类:Project Design

    • 发布日期:2017-05-06
    • 文件大小:1.22mb
    • 提供者:神读
  1. C

    0下载:
  2. 《程序设计基础》课 程 设 计:包括实验报告和源代码 题目一: 使用菜单选择程序 题目二: 用结构数组设计职工文件 题目四: 链表信息管理 -" Program Design" Course Design: including lab reports and source code subject 1: Use the menu to select the program title 2: The structure of the array design fi
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:35.86kb
    • 提供者:llw
  1. c

    0下载:
  2. 最容易想到的方法遍历一遍链表,利用一个辅助指针,存储遍历过程中当前指针指向的下一个元素,然后将当前节点元素的指针反转后,利用已经存储的指针往后面继续遍历。源代码如下:-The easiest way to think of traversing the list again, using an auxiliary pointer, store the current pointer to traverse the course of the next element, and then reve
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:15.84kb
    • 提供者:yin
  1. Double-Linked-List-1

    0下载:
  2. ebook about struct with c
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:251.94kb
    • 提供者:altraz
  1. list.c

    0下载:
  2. C++ #include <fstream>y using std::ifstream int main() { char line[81] char fname[81] cout << "Enter file name: " cin >> fname -c plus
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:1.76kb
    • 提供者:yuanyi
  1. list.zar

    0下载:
  2. 链表 用C++编写的一个链表的用例 希望大家喜欢-Linked list with C++ written a linked list of use cases I hope you like it
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4.42kb
    • 提供者:zhongyuem
  1. CSharpList

    0下载:
  2. C#中list控件使用大全,较为详细的资料,-introduction of C# List
  3. 所属分类:software engineering

    • 发布日期:2017-11-01
    • 文件大小:22.18kb
    • 提供者:LiuYH
  1. completelink.c

    0下载:
  2. complete program of linked list in c language
  3. 所属分类:software engineering

    • 发布日期:2017-12-06
    • 文件大小:1.55kb
    • 提供者:ashutosh gautam
  1. The_ANSI_C_Programming_Language_2nd_ed._by_Brian_

    0下载:
  2. Socket programming in c list
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:1.14mb
    • 提供者:ranjith
  1. Menu-window-using-C-language-

    0下载:
  2. 双向链表制作的通讯录源程序, 有交互性 有完整注释 有一定难度-Doubly linked list making contacts source, interactive complete notes there is a certain degree of difficulty
  3. 所属分类:Communication

    • 发布日期:2017-11-17
    • 文件大小:2.13kb
    • 提供者:吴洋
  1. ALL-C-header-files

    0下载:
  2. c头文件一览,比较全,我自己用visual C++时用到的-List of C header files, compare the whole, I have used visual C++
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:28.63kb
    • 提供者:lymsrc
  1. the-list-for-C

    0下载:
  2. 链表教学,详细介绍各种关于链表的问题,像增删查改,深度介绍链表的内部结构。-The teaching of the list, details on the list of issues, like CRUD, depth descr iption of the internal structure of the linked list.
  3. 所属分类:Development Research

    • 发布日期:
    • 文件大小:315.33kb
    • 提供者:qingdanshiday
  1. c-language-normal-problem

    0下载:
  2. c语言常见问题集,详细列了c语言中常见的问题,并说明-c language FAQ, detailed list of the c language common problems, and explains
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:904.13kb
    • 提供者:黄银伟
  1. C语言课程设计实例精编

    0下载:
  2. C 语言由于具有灵活 高效 可移植性好等诸多优点 成为软件开发中常用的计 算机编程语言之一 全书介绍了贪吃蛇游戏 计算器 黑白棋游戏 迷宫问题 扫地 雷游戏 速算 24 数据结构 CAI 演示 进程调度 存储管理等十四个案例 各个案例 独具特色 覆盖了 C 语言的基本知识点和各种数据结构 如堆栈 队列 链表等 综 合应用了光带菜单 下拉菜单 图形设计 鼠标应用等知识 本书应用性极强 读者 可以根据这些案例进行研究 修改和扩展(C language has many advantages
  3. 所属分类:文章/文档

    • 发布日期:2017-12-14
    • 文件大小:1.44mb
    • 提供者:david呆伟
« 12 3 4 5 »
搜珍网 www.dssz.com