资源列表
[其他小程序] ticket-machine
说明:一个简单的课题,使用C++语言开发的,MVC模式设计,使用工厂模式设计数据的存储和访问方式。是为某公司面试时开发的代码。-A simple task, using C++ language development, MVC pattern design, use the factory pattern design data storage and access. Interview for a company code develop<game> 在 2025-02-25 上传 | 大小:178kb | 下载:0
[其他小程序] Balanced-binary-tree-operation-two
说明:该程序主要是针对平衡二叉树的操作而设计的,程序执行的命令包括: (1)构造平衡二叉树;(2)输入数据; (3)对平衡二叉树的查找、插入、删除操作;(4)结束 -The program is mainly aimed balanced binary tree operation and design, program execution commands include: (a) construct a balanced bi<张妍> 在 2025-02-25 上传 | 大小:2kb | 下载:0
[其他小程序] Campus-tour-guide
说明:本演示程序中,设校园的平面图是一个无向网,顶点和边均含有相关信息,以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息,为来访客人提供图中任意景点的相关信息查询,任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 -This demo program, set up campus plan is an undirected network, vertices and edges c<张妍> 在 2025-02-25 上传 | 大小:4kb | 下载:0
[其他小程序] Four-long-integer-operations
说明:.本演示程序中,利用双向循环链表实现长整数的存储,每个结点含一个整型变量任何整型变量的范围是-(215-1)—(215-1)。在每个结点中仅存十进制数的4位,即不超过9999的非负整数,整个链表表示为万进制数。输入和输出形式按中国对于长整数的习惯,每四位一组,组间用逗号隔开。-The demonstration program, the use of two-way circular linked list to achieve lon<张妍> 在 2025-02-25 上传 | 大小:3kb | 下载:0
[其他小程序] Maze-solving-the-problem
说明:本演示程序中,首先实现一个以链表做存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标的方向。-This demo program, the first to do to achieve a linked list storage structure stack type, and then write a non-recursive procedure t<张妍> 在 2025-02-25 上传 | 大小:2kb | 下载:0
[其他小程序] Sparse-matrix-computation
说明:本演示程序中,以“带行逻辑的链接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵相加、相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的表示以阵列形式列出。首先应输入矩阵的行数和列数,并判断给出的两个矩阵的行和列对于所要求的运算是否相匹配。(矩阵的行数和列数均不超过20)-The demonstration program, the " OK logical link information" triple<张妍> 在 2025-02-25 上传 | 大小:2kb | 下载:0
[C#编程] SQLiteView
说明:程序将listview和sql server数据库结合,实现了数据输出和删除的作用-this program combined the listview and sql server,from it ,you can realize dates export and dates cancel<lz> 在 2025-02-25 上传 | 大小:791kb | 下载:0
[文件操作] ICTfilejudge
说明:指定文件刷新侦测,文件指定关键字寻找和判断,弹窗提醒,并延时自动关闭,-Refresh detect the specified file, the file specified keywords to find and judge, pop reminders, and delay automatic shut down,<zhangbin> 在 2025-02-25 上传 | 大小:76kb | 下载:0
[控制台(字符窗口)编程] Minimum-cost-maximum-flow-algorithm
说明:最大流最小费用算法-Minimum cost maximum flow algorithms. . . . . . . . . . . . . . .<叶炳坤> 在 2025-02-25 上传 | 大小:1kb | 下载:0
[其他小程序] huodonganpai
说明:汽车加油问题:一辆汽车加满油后可以行驶N千米,汽车从A地开往B地,途中有K个加油站,已知AB两地距离最近一个加油站的距离以及各个加油站和之间的距离(各个加油站之间的距离不完全相等)。设计一个有效的贪心算法使沿途的加油次数最少,并指出应在哪些加油站停靠加油;-Vehicle refueling problem: Fill up the car after driving N kilometers, bound car from A to<周泽> 在 2025-02-25 上传 | 大小:1kb | 下载:0