来自北京大学信息科学与计算机学院的算法与分析课件,老师为著名的算法研究老师屈婉玲,资源宝贵,供教学及学习用,务商业用途。
2023-02-14 17:27:10 4.55MB 北大 算法 屈婉玲 数据结构
1
2023年山东大学计算机学院数据结构真题.doc
2023-02-14 16:48:25 23KB
1
用链表结构的有序表示某商场家电部的库存模型。当有提货或进货时,对该链表及时进行维护。每个工作日结束后,将该链表中的数据以文件形式保存;每日开始营业前,需将以文件形式保存的数据恢复成链表结构的有序表。 链表结点的数据域包括家电名称,品牌,单价和数量,以单价的升序体现链表的有序性。程序功能包括:创建表、营业开始(读入文件恢复链表数据)、进货(插入)、提货(更新或删除)、查询信息、更新信息、营业结束(链表数据存入文件)等。
2023-02-14 15:19:12 256KB 库存管理
1
准备 第1章 绪论 第2章 线性表 第3章 栈和队列 第4章 串 第5章 数组和稀疏矩阵 第6章 递归 第7章 树形结构 第8章 广义表 第9章 图 第10章 查找
2023-02-14 15:17:07 1.32MB 数据结构课件
1
本课件是清华大学计算机教程之-数据结构。制作得比较好。讲得仔细。适合初学者
2023-02-14 14:55:27 4.98MB 数据结构
1
c++数据结构练习题,带答案!很实用!要下的速度
2023-02-14 14:48:52 624KB pdf
1
以商品单价升序排序,数据域包括家电名称、品牌、单价和数量,链表数据与文件之间有转换。
2023-02-14 13:33:52 10KB 数据结构 c++
1
MFC windows程序设计第二版
2023-02-14 01:42:32 41.82MB MFC
1
课程设计、实现项目,数据结构。通用,直接下载运行,内涵注释
2023-02-12 15:16:46 6KB c 数据结构 链表
1
最新版的《Perl程序设计<第四版>》!Perl创始人唯一相关书籍!学习Perl编程语言必备! Programming Perl: Unmatched power for text processing and scripting By Tom Christiansen, brian d foy, Larry Wall, Jon Orwant Ph.D. Fourth edition 2012 | 1176 Pages | ISBN: 0596004923 | PDF | 20 MB Adopted as the undisputed Perl bible soon after the first edition appeared in 1991, Programming Perl is still the go-to guide for this highly practical language. Perl began life as a super-fueled text processing utility, but quickly evolved into a general purpose programming language that’s helped hundreds of thousands of programmers, system administrators, and enthusiasts, like you, get your job done. In this much-anticipated update to "the Camel," three renowned Perl authors cover the language up to its current version, Perl 5.14, with a preview of features in the upcoming 5.16. In a world where Unicode is increasingly essential for text processing, Perl offers the best and least painful support of any major language, smoothly integrating Unicode everywhere—including in Perl’s most popular feature: regular expressions. Important features covered by this update include: New keywords and syntax I/O layers and encodings New backslash escapes Unicode 6.0 Unicode grapheme clusters and properties Named captures in regexes Recursive and grammatical patterns Expanded coverage of CPAN Current best practices
2023-02-12 14:24:39 20.17MB Programming Perl processing scripting
1