-
本例子演示了如何利用f90接口来读取已经创建的3维变量,并检查读写正确与否...
本例子演示了如何利用f90接口来读取已经创建的3维变量,并检查读写正确与否
-This example shows how to use the f90 interface to read the already created three-dimensional variable, and check whether or not to read and write properly
- 2022-07-26 12:14:16下载
- 积分:1
-
各种排序算法归纳
各种排序算法分类归纳总结,包括希尔排序,快速排序,冒泡排序,插入排序,选择排序,归并排序等。
- 2022-02-25 22:08:23下载
- 积分:1
-
八路抢答器
library IEEE; --库说明
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
entity bldzqdqwcb is
Port ( clr: in STD_LOGIC; ----qing 0
clk,button0: in STD_LOGIC; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-25 18:55:58下载
- 积分:1
-
非定常解的程序
Program for solving the unsteady one-dimensional convection/diffusion equation using FD method and various discretization schemes for convective and diffusive terms and for time integration.
- 2023-04-05 21:05:03下载
- 积分:1
-
multi
多维数组(二维以下和数组)在内存中也是按顺序存放的,因此也可以用这种方式传递。但是,如果要确切知道每个元素在数组中的位置,就应给出各维的最大索引值-multi-dimensional arrays (two-dimensional array and below) in memory is stored sequentially, so you can pass this way. However, if we know exactly each element in the array position, it should be given the largest peacekeeping index
- 2022-03-04 16:08:08下载
- 积分:1
-
代数多项式曲线拟合与最小二乘法PDF文档
代数多项式曲线拟合与最小二乘法PDF文档-Algebraic polynomial curve fitting with least square method PDF documents
- 2022-05-07 04:15:45下载
- 积分:1
-
简单算法程序
单纯型法程序算法-simple algorithm Act procedures
- 2022-01-26 02:39:26下载
- 积分:1
-
此程序为C语言编写的矩阵运算算法
此程序为C语言编写的矩阵运算算法-procedure for the preparation of the C language matrix calculation algorithm
- 2022-08-22 12:03:46下载
- 积分:1
-
calculated gumbul extreme section of the order, no fringe examples, because too...
计算gumbul极值的一段程序,没有附带算例,因为太简单了-calculated gumbul extreme section of the order, no fringe examples, because too simple
- 2022-05-29 12:22:10下载
- 积分:1
-
哈夫曼编码
哈夫曼编码是一种数据压缩技术,采用了二叉树和优先级队列两种数据结构。它的基本原理是,对数据重新编码,每个字符的编码的长度和它的出现频率呈反比,也就是出现次数多的字符它的编码要短。从而达到压缩数据的目的。
- 2022-07-06 23:48:43下载
- 积分:1