登录
首页 » 数据结构 » quality experts about C language with a large number of classic examples of exce...

quality experts about C language with a large number of classic examples of exce...

于 2022-06-20 发布 文件大小:82.37 kB
0 103
下载积分: 2 下载次数: 1

代码说明:

精品专家讲述C语言附大量经典实例超值!!!!! ____________^-^___________^-^___________ 程序员必学-quality experts about C language with a large number of classic examples of excellent !!!!! ____________^-^___________^-^______ _____ programmers must learn!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • FastDb是高效的内存库系统,具备实时能力及便利的C++接口。FastDB不支持client...
    FastDb是高效的内存数据库系统,具备实时能力及便利的C++接口。FastDB不支持client-server架构因而所有使用FastDB的应用程序必须运行在同一主机上。FastDB针对应用程序通过控制读访问模式作了优化。-FastDb is efficient memory database systems, with real-time capability and convenience of the C interface. FastDB not support client-server structure which all use of the application process FastDB Order must be running in the same host. FastDB against applications by controlling access mode was reading optimization.
    2023-02-14 21:25:04下载
    积分:1
  • 将mysql库生成字典
    使用VBA可以将SQLServer数据库生成数据库,用word宏实现的数据字典生成器。 打开word文档后,按alt+f11即可看到源码。 需要修改其中的数据库连接串,否则无法连接数据库成功,也无法生成数据字典。 按F5即可运行查看生成的数据字典。 目前只支持SQL Server,不支持其他数据库
    2022-11-29 04:50:03下载
    积分:1
  • 输入人,输入将要分配的工作目,输入第i人干第j项工作的经费消耗,调用处理模块BackTracking输出最优分配方案。...
    输入人数,输入将要分配的工作数目,输入第i人干第j项工作的经费消耗,调用处理模块BackTracking输出最优分配方案。-Enter the number, type of job distribution to the number of people do i enter the first section of the work of j-expendable funds, call processing module output BackTracking optimal distribution program.
    2022-07-09 07:20:02下载
    积分:1
  • 链表,学生成绩记录
    这是一个学生成绩的记录表练习,是数据结构中的链表实现的,对初学者有很大帮助,自己写的,多有不足,请大家一起完善。
    2022-08-11 20:45:26下载
    积分:1
  • c++链式队列的实现
    c++链式队列的实现头文件如下: typedef int Item; typedef struct node * PNode; typedef struct node {  Item data;  PNode next; }Node; typedef struct {  PNode front;  PNode rear;  int size; }Queue; /*构造一个空队列*/ Queue *InitQueue(); /*销毁一个队列*/ void DestroyQueue(Queue *pqueue); /*清空一个队列*/ void ClearQueue(Queue *pqueue); /*判断队列是否为空*/ int IsEmpty(Queue *pqueue); /*返回队列大小*/ int GetSize(Queue *pqueue); /*返回队头元素*/ PNode GetFront(Queue *pqueue,Item *pitem); /*返回队尾元素*/ PNode GetRear(Queue *pqueue,Item *pitem); /*将新元素入队*/ PNode EnQueue(Queue *pqueue,Item item); /*队头元素出队*/ PNode DeQueue(Queue *pqueue,Item *pitem); /*遍历队列并对各数据项调用visit函数*/ void QueueTraverse(Queue *pqueue,void (*visit)());
    2023-09-04 20:50:03下载
    积分:1
  • pao madengsd sdf sdfdfs dfsdf
    pao madengsd sdf sdfdfs dfsdf -pao madeng fghdfhgfdgfgfggffg
    2022-03-18 11:35:55下载
    积分:1
  • 使用收音机
    一个使用射频卡的考勤软件-use of a radio-frequency card appraisal software
    2022-07-19 04:56:07下载
    积分:1
  • 本书是关于计算机科学与工程领域的基础性研究科目之一――与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树
    本书是关于计算机科学与工程领域的基础性研究科目之一――数据结构与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。 本书内容广博权威,结构清晰合理,是一本全新的有关数据结构与算法的教材,对于计算机科学与工程领域的从业人员也是一本很好的参考书。-the book is on the computer science and engineering fields, the basis for one of the subjects of study-- data structure and algorithm monographs. The book in a brief review of the basic design concept C program on the basis of a comprehensive and systematic introduction of the queue, stack, trees and map basic data structure and the greedy algorithm, divide and conquer algorithm, branch-and-bound algorithm multiple algorithm design methods, data structures and algorithms for continuous learning Research and lay a solid foundation. Even more valuable is that the book not only on the theoretical knowledge but also provided more than 50 application examples and more than 600 Exercises Road. The contents broad authority, a clear and reasona
    2022-01-21 04:28:51下载
    积分:1
  • 学生成绩管理系统
    用C++编写控制台程序,实现学生成绩管理系统,对学生信息的增删改查等操作。使用链表等数据结构,基于控制台实现。
    2022-03-23 10:24:32下载
    积分:1
  • VC++语言实现与库连接的源代码,效果不错的
    VC++语言实现与数据库连接的源代码,效果不错的-VC++ Language database connection with the source code, the effect of good
    2022-10-02 21:05:03下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载