资源列表
[Windows编程] Special-matrix-of-storage
说明:本程序为特殊矩阵的存储程序,以菜单的形式实现了对称矩阵,上三角矩阵,下三角矩阵,三对角矩阵的存储。存储地址包括相对地址和绝对地址。 程序运行后,请先输入矩阵的行数,即列数。然后在数组最大范围内输入矩阵的数据。 就会显示出特殊矩阵的存储情况。-The procedures for the special matrix storage procedures to the form of menu realized the symme<> 在 2025-04-29 上传 | 大小:1kb | 下载:0
[Windows编程] SI-unit-conversion
说明:#include <iostream> using namespace std int main() { int fahr int celc int go = 0 cout << "This is a converter software" << endl << endl cout << "Please choose 1 convert<zaed> 在 2025-04-29 上传 | 大小:1kb | 下载:0
[其他小程序] NFA-to-DFA
说明:Theory: NDFA: It is a mathematical model containing 5 tuples a) Q- finite non empty set elements of which are called as state. b) T- set of alphabets. c) δ- is a mapping function Q*{T {λ}}*2Q d) S-start<Merwyn> 在 2025-04-29 上传 | 大小:1kb | 下载:0
[其他小程序] Warshall-Algorithm
说明:Warshall’s Algorithm You are given Warshall’s Algorithm. Write a C-Program to accept the following initial matrix. 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0<Merwyn> 在 2025-04-29 上传 | 大小:1kb | 下载:0