-
矩陣相乘
矩陣相乘
#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
-
Pt100 temperature sensor for the front
用作pT100温度传感器的前端电路,原理可以从网上搜索相关文章,谨此以期达到抛砖引玉的效果-Pt100 temperature sensor for the front-end circuit, the principle can be from the Internet search-related articles, start with these to achieve the effect of
- 2022-01-24 13:06:58下载
- 积分:1
-
这是一个小游戏程序,名字也很好听:思想阅读者.
这是一个小游戏程序,名字也很好听:思想阅读者.-This is a small game program, whose name is also good to listen to: thinking of the reader.
- 2022-08-15 15:22:28下载
- 积分:1
-
mico_example_siegel c源代码
mico_example_siegel c源代码-mico_example_siegel c source code
- 2022-03-17 17:01:05下载
- 积分:1
-
stiffened ideal for the design of large thickness overcome the problems that may...
加强肋
理想的设计
为了克服壁厚大可能引起的问题,使用是一种可减少壁厚并能增加刚性的有效方法。
一般来说,部件的刚性可用以下方法增强
增加壁厚;
增大弹性模量(如加大增强纤维的含量);
设计中考虑。
如果设计用的材料不能满足所需刚性,则应选择具有更大弹性模量的材料。简单的方法是增加塑料中增强纤维的含量。但是,在特定壁厚下,这种方法仅能使刚性呈线性增长。更有效的方法是使用经过优化设计的。由于惯性力矩增大,部件的刚性便会增大。在优化的尺寸时,不但要考虑工程设计应当考虑的问题,还应考虑与生产和外观有关的技术问题。
优化的尺寸
大的惯性力矩可很容易地通过设置又厚又高的来实现。但是对热塑性工程塑料,这种方法常会产生制品表面凹痕、内部空洞和翘曲等问题。而且,如果的高度过高,在负荷下结构将有可能膨胀。出于这种考虑,必须在合理比例内保持的尺寸(见图1)。-stiffened ideal for the design of large thickness overcome the problems that may arise. use of a reduced wall thickness and rigidity can increase the effective method. In general, the rigid parts of the following methods can be used to enhance increased thickness; increased elastic modulus (such as increasing fiber content); Design considerations. If the design of the materials used can not meet the rigid requirements, they should have a greater choice of elastic modulus of the material. The simple way out is to increase plastics reinforced fiber content. However, in s
- 2022-01-28 16:48:59下载
- 积分:1
-
Polynomial computational problems, this small program enables the calculation of...
多项式的计算问题,这个小程序实现了多项式的求和的计算,输入系数和次数,并以-1 -1 结束-Polynomial computational problems, this small program enables the calculation of polynomial derivation, input coefficients and the frequency and to the end of-1-1
- 2022-08-13 11:22:14下载
- 积分:1
-
Displays raw data of figure plots in separate spreadsheet tables
Displays raw data of figure plots in separate spreadsheet tables
- 2022-03-03 20:20:37下载
- 积分:1
-
实时视频跟踪源码,CV++.NET编程环境
实时视频跟踪源码,CV++.NET编程环境-Real-time video tracking source, CV++. NET programming environment
- 2022-03-21 18:30:10下载
- 积分:1
-
一个类结构,非常实用的工具,在RPG游戏和战略游戏中,经常需要角色自动根据地图寻找最短路径绕过建筑物...
一个类结构,非常实用的工具,在RPG游戏和战略游戏中,经常需要角色自动根据地图寻找最短路径绕过建筑物-A class structure, a very useful tool, in the RPG games and strategy games, role often need to automatically map to find the shortest path to bypass the building
- 2022-05-14 20:59:10下载
- 积分:1
-
在VC++中读写INI文件.doc, 在VC++中读写INI文件.doc
在VC++中读写INI文件.doc, 在VC++中读写INI文件.doc-In VC++ In reading and writing INI files. Doc, in VC++ In reading and writing INI files. Doc
- 2023-03-01 10:45:03下载
- 积分:1