-
原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x...
原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton"s iterative method for f (x) = x* x* x-2x 4x* x 1 x = 0 in the vicinity of a real roots. If successful iteration, the returned value fees 0; Otherwise, the return 0.
- 2022-10-05 09:25:03下载
- 积分:1
-
电弧炉对电网影响仿真软件,希望对大家有所帮助
电弧炉对电网影响仿真软件,希望对大家有所帮助-EAF impact on the power grid simulation software, want to help everyone
- 2022-04-21 21:34:06下载
- 积分:1
-
解决约瑟夫环问题
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace 实战_使用数组解决约瑟夫环问题
{
class Program
{
static void Main(string[] args)
{
int[] intPers = Jose(12, 3, 4);
Console.WriteLine
- 2023-06-26 06:40:03下载
- 积分:1
-
With the Gauss
用高斯-赛德尔迭代法求方程组的根。它的原理与简单迭代法相似,但在赛德尔迭代法中,每次迭代时充分利用当前最新的迭代值-With the Gauss- Seidel iterative method seeking the roots of equations. Its principle with simple iterative method similar, but the Seidel iteration method in each iteration to take full advantage of the current value of the latest iteration
- 2022-03-18 09:30:09下载
- 积分:1
-
三角剖分源代码
三角剖分的源代码 ,剖分速度快,无约束与带约束都有生成tin,三角网格的显示,delauncy三角形的显示-generation tin, the triangular mesh, the triangular show delauncy
- 2023-06-28 09:30:03下载
- 积分:1
-
RPSO粒子群优化算法
非常给力的RPSO非常给力的RPSO非常给力的RPSO非常给力的RPSO非常给力的RPSO非常给力的RPSO非常给力的RPSO非常给力的RPSO非常给力的RPSO非常给力的RPSO非常给力的RPSO非常给力的RPSO
- 2023-05-18 14:25:04下载
- 积分:1
-
Log 文件记录
方便 LOG 记录,记录信息:时间、代码行号、错误级别、函数名称、错误信息;
- 2022-02-01 07:02:32下载
- 积分:1
-
系统工程中的平滑预测法,根据一些数据预测为了某一个时期的数值...
系统工程中的平滑预测法,根据一些数据预测为了某一个时期的数值-project of the Ievel, according to some data in order to forecast a period of numerical
- 2022-10-25 00:05:03下载
- 积分:1
-
高通量低成本实现对spartan3E FPGA AES-128算法
在真正固态硬盘项目中,我们介绍一个高吞吐量和低成本的解决方案,以实现使用 AES 128 和计数器模式加密算法的数据安全性。AES 128 加密流有五个模块包括 SubBytes、 ShiftRows、 内联、 AddRoundKeys 和 KeyExpansion。这些模块之间的 SubBytes 模块是更为复杂的体系结构,实现添加,multplier,在伽罗瓦的反演计算提交 (GF(2))。我们在 Spartan3E 现场可编程门阵列 (fpga) 平台中实现加密电路。最后的测试结果表明,算法的实现低占领的 FPGA 资源已达到 1.7Gbps 的高吞吐量。
- 2022-03-04 05:42:48下载
- 积分:1
-
Visual Basic 6.0应用编程150例
《Visual Basic 6.0应用编程150例》中的《Example095-媒体文件浏览器 》和《Example096-列表播放媒体文件》在运行过程中需要Windows Media Player 9.0的支持,请读者自行安装. Example001-悬挂式窗口Example002-半透明窗口Example003-椭圆形窗口Example004-组合圆形窗口Example005-多边形窗口Example006-艺术窗口Example007-字形窗口Example008-移动没有标题栏的窗口Example009-窗口背景花纹的实现Example010-渐变的窗口背景Example011-让窗口运行在不同的分辨率下Example012-控件随着窗口大小按比例变化Example013-在运行中显示或隐藏窗口的标题栏Example014-制作软件封面Example015-霓虹灯效果文字Example016-保存窗口设置EXample017-窗口的动画效果Example018-显示动画光标Example019-制作工具栏Example020-Office或IE风格的工具栏Example021-通过鼠标拖动停靠工具栏Example022-在VB中制作和使用菜单Example023-设计弹出菜单Example024-向菜单中添加图标Example025-动态装入菜单项Example026-动态创建控件Example027-具有动感的图片按钮Example028-调用Office助手Example029-图像的打
- 2022-03-10 08:25:05下载
- 积分:1