-
下相当的问题说明:2个可装2个八个玻璃…
倒酒问题描述: 设有两个能装8两的酒杯(称为1号,2号)装满了酒, 和1个能装3两的空酒杯(称为3号), 问怎样用这3个酒杯向4个人 敬酒, 使得每个人都喝4两酒. 要求: 用程序计算出可行方案。 输入: 无 输出: 每一步决策.-down quite Problem description : two can be loaded with two of the eight glasses (known as 1, 2) filled with the wine, and one can hold three two empty glasses (known as the 3rd) and asked how to use it three to four glasses and toast the individual, so that each person maximum servings of both types 4 2 liquor. Request : procedures calculated options. Input : None output : each step of the decision-making.
- 2023-06-15 16:35:03下载
- 积分:1
-
三个差值算法(1):二元拉格朗日插值(fortran)(2):三次样条差值(c)(3):三元三点差值(fortran)...
三个差值算法(1):二元拉格朗日插值(fortran)(2):三次样条差值(c)(3):三元三点差值(fortran)-three programs about interpolation :1:Binary Lagrange interpolation 2:three time interpln interpolation 3:Binary three point interpolation
- 2022-02-02 14:30:04下载
- 积分:1
-
瑞萨读iic
应用背景为参加电子设计大赛的朋友带来一点好处,有利于大家共同进步,共同发展,同时省去了好多时间。减少大家走弯路的概率。关键技术瑞萨单片机的使用,大多数还是在竞赛中,它独特的编程习惯是初学者非常不适应,我根据自己的经验,以及想法将持续分享给大家,让大家更好的开发,利用。
- 2022-04-29 13:40:40下载
- 积分:1
-
可以作为有限元学习的编程实例,以更好地理解有限元理论,并为进一步使用大型有限元软件打下基础。本文所涉及的有限元基本理论请参考章本照先生编著的《流体力学中的有限元
可以作为有限元学习的编程实例,以更好地理解有限元理论,并为进一步使用大型有限元软件打下基础。本文所涉及的有限元基本理论请参考章本照先生编著的《流体力学中的有限元方法》PP.156-165。-FEM can be used as learning programming examples to better understand the finite element theory, and to further the use of large-scale finite element software lay the groundwork. This paper involved the theory of finite element please refer to the chapter as a sign that the President "hydrodynamics of the finite element method" PP. 156-165.
- 2023-06-29 15:00:03下载
- 积分:1
-
层次分析法
层次分析法用于权重分析该法是我国使用较为普遍的方法,已被广泛应用于各地的水体水质评价与分析之中
- 2022-04-15 02:35:32下载
- 积分:1
-
有很多的算法,让您来处理信息存储…
There are numerous algorithms that allow you to manipulate the information stored in an array. Consider this function which allows you to determine the maximum value in an array of integers (could be easily adapted to find minimum value)-There are numerous algorithms that allow you to manipulate the information stored in an array. Consider this function which allows you to determine the maximum value in an array of integers (could be easily adapted to find minimum value)
- 2022-03-03 22:58:15下载
- 积分:1
-
OFDM channel estimation
CFO(carrier frequency offset) and channel estimation in 802.11 system. The algorithm use the subspace based approach to estimate the CFO.
- 2023-01-23 18:10:04下载
- 积分:1
-
MFC下实现MD5加密
MFC下实现加密算法MD5,可以对字符串跟文件进行加密.值得一看
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
rights reserved.
License to copy and use this software is granted provided that it
is identified as the "RSA Data Security, Inc. MD5 Message-Digest
Algorithm" in all material mentioning or referencing this software
or this function.
License is also granted to make and use derivative works provided
that such works are identified as "derived from the RSA Data
Security, Inc. MD5 Message-Digest Algorithm" in all material
mentioning or referencing the derived work.
RSA Data Security, Inc. makes no representations concerning either
the merchantability of this software or the suitability of this
software for any particular purpose. It is provided "as is"
without express or implied warranty of any kind.
These notices must be retained in any copies of any
- 2022-03-04 02:53:21下载
- 积分:1
-
利用二分法求一个方程的实数近似根。
利用二分法求一个方程的实数近似根。-use dichotomy for a few equations approximate the real root.
- 2022-02-14 21:10:34下载
- 积分:1
-
QR 法求特征值
QR分解法是三种将矩阵分解的方式之一。这种方式,把矩阵分解成一个正交矩阵与一个上三角矩阵的积。QR分解经常用来解线性最小二乘法问题。QR分解也是特定特征值算法即QR算法的基础。
- 2022-05-15 21:42:18下载
- 积分:1