-
Strassen expansion algorithm can even order any calculation of matrix multiplica...
strassen算法的扩展,可以计算任何偶数阶矩阵的相乘,一般strassen只能计算2的n次方阶(自己编写,英文注释~)-Strassen expansion algorithm can even order any calculation of matrix multiplication, general Strassen only two terms of the n-th-order (to prepare themselves, English Notes ~)
- 2022-01-26 01:13:17下载
- 积分:1
-
InterBase60
InterBase60--borland经典的数据库管理系统的源码,想学习底层数据库原理的绝对值得看看呀!--不经典不上传,强烈推荐!-InterBase60-- borland classic database management system source code, the underlying database want to learn the tenets definitely worth a look at!-- Not classic not upload, strongly recommended!
- 2022-02-12 17:24:32下载
- 积分:1
-
是数据结构的导航图
数据结构实验导航图的全部代码,可以实现通过输入查询地址得到相应的路线,还可进行选择
- 2023-07-02 18:45:02下载
- 积分:1
-
实现了二叉排序树的所有功能
建立,增,删,改,查
实现了二叉排序树的所有功能
建立,增,删,改,查
-Achieved a binary sort tree all the features of the establishment, increase, delete, change, check
- 2022-01-26 08:04:17下载
- 积分:1
-
数据结构上机实习关于多项式的源程序!是我同学编的!
数据结构上机实习关于多项式的源程序!是我同学编的!-data structure for the attachment of polynomial source! Part of my classmates!
- 2022-06-16 03:46:56下载
- 积分:1
-
排序是数据结构中的一项重要内容,该算法包括了直接插入冒泡选择排序算法的实现...
排序是数据结构中的一项重要内容,该算法包括了直接插入冒泡选择排序算法的实现- The arrangement is in a construction of data important content,
this algorithm has included the direct insertion bubbling choice sort
algorithm realization
- 2022-08-14 20:12:26下载
- 积分:1
-
链表信息
学生信息建立
// 上机实验二.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "iostream.h"
#include "string.h"
struct Student
{
char id[10];
char name[10];
char sex[10];
char grade[10];
char tel[10];
int age;
};
- 2022-02-14 01:40:40下载
- 积分:1
-
本程序实现各种排序算法并分析与比较 直接插入排序, SHELL排序,冒泡排序,快速排序,简单选择排序,堆排序,归并排序...
本程序实现各种排序算法并分析与比较 直接插入排序, SHELL排序,冒泡排序,快速排序,简单选择排序,堆排序,归并排序-procedures for the realization of the algorithm and analysis more directly inserted, in order of ranking SHELL, Bubble Sort, rapid sequencing, simple choice, in order of ranking sculpture, merging Sorting
- 2022-04-22 02:46:45下载
- 积分:1
-
这个程序可以计算两个城市的距离
This program can caculate the distance of two city
- 2023-07-09 12:00:03下载
- 积分:1
-
Dij算法
图论里面的
可以用来计算最短路径
Dij算法
图论里面的
可以用来计算最短路径-Dij algorithm graph theory which can be used to calculate the shortest path
- 2022-04-15 14:33:55下载
- 积分:1