-
用二叉树实现逻辑表达式的基本运算,包括逻辑与,或,非,还可以判别表达式是重言式,还是矛盾式....
用二叉树实现逻辑表达式的基本运算,包括逻辑与,或,非,还可以判别表达式是重言式,还是矛盾式.-binary tree using logical expressions of basic operations, including logic and, or, not, we can judge expression is tautology, or contradiction.
- 2022-04-15 00:38:52下载
- 积分:1
-
描述:这个实验中需要实现的是拍卖系统的3个核心的类(Class Date, class Advertisement, and class Client)
目...
描述:这个实验中需要实现的是拍卖系统的3个核心的类(Class Date, class Advertisement, and class Client)
目的:
1,使用C++的数据类型;
2,实现所有声明的函数;
3,使用预处理器实现包含。-Description:This assessment requires the creation of three of the core classes of the auction project. Class Date, class Advertisement, and class Client are three of the fundamental classes in the system.
Outcomes: Students successfully completing this assignment would master the following outcomes.
Use fundamental C++ data types
Produce C++ class implementations given class declarations
Use the preprocessor to perform file inclusion
- 2022-02-01 12:00:05下载
- 积分:1
-
你用过<<中华诗词6000>>吗?那个是VF编写的,而我是用VC++编烈写的!搜索速度明显比作者原版更快了,还包含了重要的诗词数据库,代...
你用过吗?那个是VF编写的,而我是用VC++编烈写的!搜索速度明显比作者原版更快了,还包含了重要的诗词数据库,代码注释详尽.-You used
- 2023-08-27 04:35:04下载
- 积分:1
-
用C++实现的快速傅立叶变换(FFT)的结构算法,其功用就不用细说了吧...
用C++实现的快速傅立叶变换(FFT)的结构算法,其功用就不用细说了吧-C realized Fast Fourier Transform (FFT) algorithm structure, its purpose would not have to elaborate on it
- 2023-07-26 14:30:04下载
- 积分:1
-
我学习数据结构后的产品,个人认为非常全面,链表,树,图等都有源代码。...
我学习数据结构后的产品,个人认为非常全面,链表,树,图等都有源代码。-I study the data structure of the product, personally think that is very comprehensive, linked list, tree, map all source code.
- 2022-07-03 14:07:00下载
- 积分:1
-
Depth
深度优先搜索求迷宫问题
采用深度优先搜索的方法求解迷宫问题,方便快捷-Depth-first search order to the maze problem using depth-first search method for solving a maze problem, convenient and quick
- 2022-03-26 08:10:11下载
- 积分:1
-
Graph theory and network theory for the Dijkstra shortest path algorithm
图论与网络论中求最短路径的Dijkstra算法-Graph theory and network theory for the Dijkstra shortest path algorithm
- 2022-02-06 07:36:35下载
- 积分:1
-
网上自动答疑系统(C#)
网上自动答疑系统(C#) -automatic online Advanced Systems (C#)
- 2023-02-07 14:45:04下载
- 积分:1
-
学籍管理系统软件,使教学人员及操作者进行学籍管理,方便操作者随时添加、查询、修改,使工作人员从繁琐的填表,查表工作中解放出来;使供需双方都获得满意的结果;促进报...
学籍管理系统软件,使教学人员及操作者进行学籍管理,方便操作者随时添加、查询、修改,使工作人员从繁琐的填表,查表工作中解放出来;使供需双方都获得满意的结果;促进报表、统计数字的规范化;提高工作效率;降低学籍管理维护费用,提高行政工作效率,改善服务质量,为学校领导决策提供支持,该软件的设计目标尽量达到人力与设备的节省,并且处理数据的速度提高。-Grade Management System software to enable the operator to conduct teaching staff and student status management, helping the operator at any time to add, query, modify, so that staff from the tedious filling, look-up table work, freed so that supply and demand both sides to obtain satisfactory results the promotion of reports, statistics, standardization improve work efficiency student status management to reduce maintenance costs, improve administrative efficiency and improve service quality, school leadership to support decision-making, the software is designed to reach as far as possible to save manpower and equipment, and processing data increase the speed.
- 2023-01-14 18:15:04下载
- 积分:1
-
哈夫曼编码(Huffman Coding)以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。...
哈夫曼编码(Huffman Coding)以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。-Huffman coding (Huffman Coding) ─ a Huffman tree that is optimal binary tree, with the right of the path length of the smallest tree, often used in data compression.
- 2022-02-21 16:58:19下载
- 积分:1