-
ex
说明: 设计一个函数,其功能是同时求得长度为20的整型数组所有元素中的最大值、最小值和平均值。并用相应的主函数对其进行测试,测试数组可以用随机数填充或者自行定义数据。(The design of a function, its function is to obtain the length of the maximum, minimum and average 20 integer array element. And its main function testing, the test array can be populated with a random number or define your own data.)
- 2012-12-06 09:43:13下载
- 积分:1
-
自定义k-e方程
实现用fluent udf自定义k~e方程(Define the k~e equation by using fluent udf function.)
- 2021-01-15 02:38:45下载
- 积分:1
-
grid_adaptation_structure
CFD数值计算中关于求解激波问题的基于非结构网格的自适应网格方法相关代码(CFD numerical calculation of the shock problem based on the unstructured grid method of adaptive grid method)
- 2015-09-18 10:27:23下载
- 积分:1
-
应用fluent进行两相流的仿真
说明: 应用fluent进行两相流的仿真,内容充实具体,简易使用,是进行两相流仿真的一个很好的算例。pdf文件。(Using fluent to simulate two-phase flow, the content is rich and specific, easy to use, is a good example of two-phase flow simulation)
- 2020-05-11 18:26:30下载
- 积分:1
-
Chebyshev3 (2)
基于递推公式的MATLAB切比雪夫级数程序,能计算N阶多项式(Based on the recursive formula MATLAB Chebyshev series program, we can compute N order polynomials.)
- 2018-10-28 13:44:20下载
- 积分:1
-
ShowJFrame
整数位运算及二进制显示。指定整数类型(byte,short,char,int)输入若干整数,选择位运算(&、|、^),显示位运算结果及整数二进制形式(The integer bitwise operations and binary display. Specified integer types (byte, short, char, int) Enter the number of integer bit arithmetic (& , |, ^), showing the result of the operation and integer binary form)
- 2012-12-04 12:29:58下载
- 积分:1
-
MOM
用矩量法(电场结合磁场积分方程)算金属圆柱散射(Using the method of moments (electric field integral equation combined) considered the scattering of metal cylinder)
- 2021-04-04 20:39:04下载
- 积分:1
-
ieee14
十四节点潮流计算程序,采用了经典的牛拉法潮流计算方法 配以注释(14 nodes trend calculation procedure, using the classic cattle Rafah flow calculation method together with the comments)
- 2012-06-13 16:33:18下载
- 积分:1
-
764
多物理场耦合软件采用有限元方法模拟表面等离子体激元,适合入门学习者(Multi-physics coupling software using the finite element method to simulate the surface plasmon, suitable for entry-learners)
- 2012-09-14 00:14:22下载
- 积分:1
-
Rectangle
根据输入的长宽,计算Rectangle面积周长等功能,并画出在txt文件中(Rectangle
Create a class Rectangle with attributes length and width, each of which defaults to
1
a. Provide member functions that calculate the perimeter and the area of the rectangle.
b. Also provide set and get functions for the length and width attributes. The set
functions should verify that length and width are each integer numbers larger than 0
and less than 20.
c. Write draw function to display the Rectangle:
in Assignment1. )
d. Write a driver program to test class Rectangle.)
- 2012-10-24 23:54:51下载
- 积分:1