-
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
-
yingge dfsafa fafsadf sadfhjsafsafksa
二叉树请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。
-yingge dfsafa fafsadf sadfhjsafsafksa
- 2022-02-05 20:32:13下载
- 积分:1
-
this is water jug problem in c++
this water jug problem in c-this is water jug problem in c++
- 2022-05-16 14:44:23下载
- 积分:1
-
At 0 and 1 backpack case for problem
在0和1情况下进行背包问题解决,涉及多个物体的重量和价值,求得最大价值量以及分配方案。-At 0 and 1 backpack case for problem-solving, involving more than the weight of objects and values, as well as to achieve maximum value distribution program.
- 2022-02-01 11:38:47下载
- 积分:1
-
数据库系统概论(第三版) pdf格式图书 萨师煊著
数据库系统概论(第三版) pdf格式图书 萨师煊著-Introduction to Database Systems (third edition) pdf format book with Savimbi division Xuan
- 2023-06-15 16:41:09下载
- 积分:1
-
栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进...
栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack) is in the programming process frequently
meets the vitality one kind of construction of data form under, it has
such characteristic regarding data depositing and the operation: 1) it
only has a logarithm according to the port which carries on stores and
takes out; 2) less advanced first leaves, namely finally the data
which will store first is taken out. Its form looks like one kind of
memory coin very much the small container, each time only may press in
a coin from the peak, but takes out also only may carry on from the
peak, namely less advanced first leaves. Such data storage and the
management form are very useful in some programmings. For example, in
the compiling system (this is a kind of quite complex procedure),
transfe
- 2023-08-22 21:50:04下载
- 积分:1
-
c++实现模拟内存管理
本程序由C++实现内存管理,主要有新建进程和结束进程两个功能,这两个功能又通过链表的基本操作来完成,增加、删除结点,还有排序。
- 2022-08-11 00:30:27下载
- 积分:1
-
求出任意两个序列的最长公共子序列,使用了动态规划的方法
求出任意两个序列的最长公共子序列,使用了动态规划的方法-Obtained the longest sequence of any two common sub-sequences, the use of dynamic programming methods
- 2022-06-19 05:34:21下载
- 积分:1
-
这是计算机体系结构中用哈夫曼编码进行指令编码的程序,并构建哈夫曼树...
这是计算机体系结构中用哈夫曼编码进行指令编码的程序,并构建哈夫曼树-This the computer architecture used Huffman coding instructions for coding procedures, and to build Huffman tree! !
- 2022-03-20 03:29:53下载
- 积分:1
-
严蔚敏的数据结构各章接的主要算法c语言的代码实现,都能上机通过...
严蔚敏的数据结构各章接的主要算法c语言的代码实现,都能上机通过-the data structure of the next major chapter algorithm c language code to achieve, will be able to pass
- 2022-02-05 08:11:16下载
- 积分:1