-
ABAQUS-keyword
abaqus中的帮助关键字翻译,对初学者应该有点帮助(abaqus-keyword of help)
- 2014-03-06 11:14:19下载
- 积分:1
-
C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许...
C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许多场合下,您无法预先确定缓冲区所需的实际大小,这对于构造复杂的 C 程序来说,可能会导致几个根本性的问题。一种自我管理的抽象数据缓冲区概括地给出了抽象缓冲区的伪 C 代码实现,并详细介绍了采用这种机制的优点。-C programming language defines two standard memory management functions: malloc () and free (). C programmers frequently use those functions at run-time allocation of buffers in order to pass data between functions. However, in many occasions, you can not pre-determine the actual size of the buffer required, which for the complex structure of the C program, it may lead to several fundamental questions. A self-management, abstract data buffer generally gives the pseudo-C code for an abstract buffer implementation, and details the advantages of using this mechanism.
- 2022-03-11 11:19:26下载
- 积分:1
-
DataHash_20190519
说明: 用matlab实现区块链,其中包括挖矿、哈希函数、创建区块,连接成链等过程(Matlab block chain, including mining, hash function, block creation, link into the chain process)
- 2021-03-10 09:49:27下载
- 积分:1
-
基于FPGA的高速图像采集和处理卡 能用于视觉检测系统
基于FPGA的高速图像采集和处理卡 能用于视觉检测系统
- 2022-07-01 03:14:27下载
- 积分:1
-
calculator
Calculator using switch
- 2012-05-09 01:40:26下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
wind_rose
说明: 此功能允许创建方向强度直方图,也称为“风玫瑰”。该工具可用于表示这种图形表示。(%% WindRose
% Draw a Wind Rose knowing direction and speed
%
% [figure_handle,count,speeds,directions,Table] = WindRose(direction,speed);
% [figure_handle,count,speeds,directions,Table] = WindRose(direction,speed,'parameter1',value1,...);
%
% figure_handle is the handle of the figure containing the chart
% count is the frequency for each speed (ncolumns = nspeeds) and for each direction (nrows = ndirections).
% speeds is a 1 by n vector containing the values for the speed intervals
% directions is a m by 1 vector containing the values in which direction intervals are centered
% Table is a (4+m) by (3+m) cell array (excel-ready), containing Frequencies for each direction and for each speed.)
- 2017-06-13 00:27:50下载
- 积分:1
-
Serial communication procedures, including open, set the serial port parameters,...
串口通讯程序,包括打开、设置串口参数,读写串口等 -Serial communication procedures, including open, set the serial port parameters, such as reading and writing serial
- 2022-01-21 03:28:42下载
- 积分:1
-
带弹性效果的flash图片效果
带弹性效果的flash图片效果,鼠标放上后图片弹性展开,鼠标移开后又恢复显示,操作起来十分动感,感觉不错哦。可作为一个Flash图片导航菜单来使用,源文件完整。
- 2023-02-23 13:55:02下载
- 积分:1
-
3种电动自行车控制板
说明: 3种电动自行车控制板 电动车控制板 电动控制板(Three kinds of electric bicycle control board)
- 2019-10-26 13:39:46下载
- 积分:1