登录
首页 » 数据结构 » 数据结构(C++描述)电子教案,幻灯片

数据结构(C++描述)电子教案,幻灯片

于 2022-01-26 发布 文件大小:194.50 kB
0 70
下载积分: 2 下载次数: 1

代码说明:

数据结构(C++描述)电子教案,幻灯片-data structure (C) is the electronic lesson plans, slides

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

发表评论

0 个回复

  • 用VC++6.0开发多表联接的库应用程序 介绍了用Visual C++6.0开发库应用程序时,使用MFC ODBC类的编程方法,详细说明了在MFC OD...
    用VC++6.0开发多表联接的数据库应用程序 介绍了用Visual C++6.0开发数据库应用程序时,使用MFC ODBC类的编程方法,详细说明了在MFC ODBC的派生类中设置SQL语句参数的方法,实现了二个表的关联。 关键字 数据库 ,多表联接,MFC ODBC-VC 6.0 multi-table database connectivity application procedures introduced with Visual C 6.0 database application development, the use of MFC ODBC type of programming methods, a detailed description of the MFC category derived ODBC SQL set parameters and methodology of the two tables association. Keyword database, multi-table connectivity, ODBC MFC
    2022-03-29 01:07:59下载
    积分:1
  • C#编写的OleDb库连接通用类库。
    C#编写的OleDb数据库连接通用类库。-C# OleDb prepared by the General Class Database Connection.
    2023-08-19 18:25:03下载
    积分:1
  • 挖掘(概念与技术)书上的apiori算法实现。apiori剪枝算法使用候选项集产生发现频繁项集。...
    数据挖掘(概念与技术)书上的apiori算法实现。apiori剪枝算法使用候选项集产生发现频繁项集。-Data Mining (conceptual and technical) in a book apiori algorithm. apiori pruning algorithm uses candidate item set generated frequent itemsets found.
    2022-01-24 18:44:46下载
    积分:1
  • 基于复杂网络的城市温度分析,即基于复杂网络的城市温度分析。
    一篇基于复杂网络的城市温度序列分析的英文论文,最后得出了有意义的结论,刊登在MPLB杂志上。希望可以为研究网络及序列相关领域的同行们提供参考。-A english paper about city temperature analysis based on complex network,which is appear in MPLB.
    2022-01-26 02:15:46下载
    积分:1
  • err
    魔王语言解释 [问题描述] 有一个魔王总是使用自己的一种非常精练而又抽象的语言讲话,没有人能听得懂,但他的语言是可以逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: (1) α 转换为 β1β2…βm (2) (θδ1δ2…δn) 转换为 θδnθδn-1… θδ1θ 在这两种形式重,从左到右均表示解释。试写一个魔王语言的解释兄,把他的话解释成人能听得懂的话。 [基本要求] 用下述两条具体规则和上述规则形式(2)实现。设大写字母表示魔王语言的词汇;小写字母表示人的语言词汇;希腊字母表示可以用大写字母或小写字母代换的变量。魔王语言可含人的词汇。 (1)B 转换为 tAdA (2)A 转换为 sae [测试数据] B(exnxgz)B解释成tsaedsaeezegexenehetsaedsae 若将小写字母与汉字建立下表所示的对应关系,则魔王说的话是:“天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一直鹅地上一只鹅”。 t d s a e z g x n h 天 地 上 一只 鹅 追 赶 下 蛋 恨 -err
    2022-04-09 12:10:23下载
    积分:1
  • Establishment and tree traversal can be achieved: (1) tree created using the fir...
    二叉树的建立与遍历 可实现: (1)树的创建采用先序方式,用特殊符号0表示左、右子树为空 (2)每次输入一个节点的值,可以根据自己的需要设计不同的节点结构 (3)节点的值为非零数 (4)可以()形式输出创建的树 (5)用先序后序和中序遍历树 (6)销毁树 -Establishment and tree traversal can be achieved: (1) tree created using the first order approach, with special symbols 0 express the left and right subtree is empty (2) for each input the value of a node, you can according to their own needs Design of different node structure (3) non-zero value of the node number (4) can () to create the form of the output tree (5) after the first sequence and the sequence of traversal tree (6) the destruction of trees
    2022-05-14 12:51:14下载
    积分:1
  • Qsort针对不同类型的用法,Qsort采用快排实现,比传统的sort更有效率...
    Qsort针对不同数据类型的用法,Qsort采用快排实现,比传统的sort更有效率-Qsort for the usage of different data types, Qsort exclusive use of quick implementation, more efficient than the traditional sort
    2022-08-08 03:23:19下载
    积分:1
  • 算法,aoe ,图的最小代价路径检索。
    数据结构算法,aoe ,图的最小代价路径检索。-data structure algorithms, aoe, for the minimal cost path retrieval.
    2023-08-07 13:20:03下载
    积分:1
  • own definition of an array overpack, which is a "user
    一个自己定义的数组外包装,这是“使用者自定义stl容器“的一个好例子,在数组之外包装了一层常用的容器界面。-own definition of an array overpack, which is a "user-defined stl containers" of a good example In addition to the array of packaging containers used layer interface.
    2022-04-18 12:19:28下载
    积分:1
  • 这是一本书<<VC库开发技术与工程实践>>中的部分代码,供学习者学习中使用...
    这是一本书中的部分代码,供学习者学习中使用-This a book lt; Lt; VC database development technology and engineering practice gt; Gt; Part of the code for the use of Learners! !
    2022-03-15 14:19:22下载
    积分:1
  • 696524资源总数
  • 103791会员总数
  • 67今日下载