登录
首页 » 算法 » 文件1.txt,2.txt,3.txt和5.txt为用Fortran编写的有限元程序 4.txt为用c++编写的钢筋混凝土异形柱的全过程非线性分析源程序...

文件1.txt,2.txt,3.txt和5.txt为用Fortran编写的有限元程序 4.txt为用c++编写的钢筋混凝土异形柱的全过程非线性分析源程序...

于 2022-08-18 发布 文件大小:20.39 kB
0 242
下载积分: 2 下载次数: 1

代码说明:

文件1.txt,2.txt,3.txt和5.txt为用Fortran编写的有限元程序 4.txt为用c++编写的钢筋混凝土异形柱的全过程非线性分析源程序-document 1.txt, 2.txt, 3.txt and 5.txt Fortran prepared for the use of the finite element program 4.txt to use C++ to prepare the R.C.special-the whole process of nonlinear analysis source

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • A * 解决八皇后问题
    该程序通过使用*算法解决了八大天王问题。这个方案的传输方程是现在的目标位置之间的距离。
    2022-03-02 15:08:19下载
    积分:1
  • In this note we make a critical comparison of some matlab programs for the digit...
    详细表述了分数阶傅立叶变换的离散实现,将现有的算法进行比较。-In this note we make a critical comparison of some matlab programs for the digital computation of the fractional Fourier transform that are freely available and we describe our own implementation that lters the best out of the existing ones. Two types of transforms are considered: First the fast approximate fractional Fourier transform algorithm for which two algorithms are available. The method is described in H.M. Ozaktas, M.A. Kutay, and G. Bozdagi. Digital computation of the fractional Fourier transform. IEEE Trans. Signal Process., 44:2141{2150, 1996. There are two implementations: one is written by A.M. Kutay the other is part of package written by J. O Neill. Secondly the discrete fractional Fourier transform algorithm described in the master thesis C . Candan. The discrete fractional Fourier transform, Bilkent Univ., 1998 and an algorithm described by S.C. Pei, M.H. Yeh, and C.C Tseng: Digital fractional Fourier transform base
    2022-02-09 21:16:41下载
    积分:1
  • 自适应滤波器的模拟实验源代码,VC实现,Filter
    自适应滤波器的模拟实验源代码,VC实现,Filter-Adaptive filter simulation source code, VC realize, Filter
    2023-01-02 04:50:26下载
    积分:1
  • 图像处理中的奇异值分解和矩阵运
    图象处理中用到的奇异值分解及矩阵运算-singularity value decomposition and matrix computation used in image processing
    2023-06-05 01:45:03下载
    积分:1
  • 这是粒子群的一个源程序,程序很简单,已经运行过了,可以用,对初学者是个不错的程序...
    这是粒子群算法的一个源程序,程序很简单,已经运行过了,可以用,对初学者是个不错的程序-This is a source particle swarm optimization algorithm, the program is very simple, has been running over us, we can use, for beginners is a good program
    2022-08-08 21:47:13下载
    积分:1
  • 基于邻居覆盖减少MANET路由开销的概率转发
    为了降低移动自组织网络(Manet)中的路由开销,我们提出了一种基于邻居覆盖的概率重播方案,由于移动自组织网络(Manet)的高移动性,存在频繁的链路中断,导致路径失效和路由失效新发现路由发现的开销不能被忽略被忽视。在路线发现,广播是一种基本而有效的数据传播机制,其中,移动节点盲目地重播第一个接收到的路由请求包,从而导致广播Strom问题来了我们正在避开广播风暴问题来了我们使用两个主要因素,即连通性因子和平均延迟,找到了从源到目的地发送消息的共同邻居比率.we将通过公共邻居路径发送rreq,从而减少重传和路由开销。
    2022-04-22 00:24:07下载
    积分:1
  • This code is used to find shortest path by using dijkstra algorithm
    This code is used to find shortest path by using dijkstra algorithm
    2023-01-01 01:20:12下载
    积分:1
  • 非 INTILEGENCE 机器人,更多的 U 文字他他学得越多
    丹妮 转让的目的是执行 DANI — — 动态人工非智力。丹妮是什么现今称为会话代理,它的灵感来自科幻小说这种 HAL,计算机从星际迷航 》 和银河系漫游指南 》 银河从埃迪的讲话电脑。 丹妮开头没有英语语言的知识。您键入一个句子和丹妮响应与一个句子。如您与丹妮进行交互,它学会了更多和更多的单词,可以跟你聊。有关完整说明请参见 MSX 计算杂志 2 月-3 月 1987年。这是怎么丹妮从我重新执行工作。 丹妮保留它知道带有链接的每个字下面,计数与列表中的每个单词的每个单词的列表。这可以视为字的图形。您输入的每个句子,丹妮分析单词的列表。然后,程序搜索每个字在句中,键入其单词列表和丹妮如果找到匹配项,将链接添加到后面您键入的单词的单词。如果该链接已经存在,然后 DANI 更新该链接的计数。例如以下词语: "我孤独地漫游作为一片云,浮上高矿石溪谷和群山时所有在一个我看见一群人的金色水仙,主机" 生成以下 word 图形: I: 荡来荡去 (1) 看见 (1) 徘徊: 孤独 (1) 孤独: 作为 (1) 如: (1) 答: 云 (1) 人群 (1) 主机 (1) 云: 那 (1) 那: 浮游物 (1) 浮游物: (1)
    2022-01-25 22:32:26下载
    积分:1
  • 本代码演示了马走日棋盘搜索
    本代码演示了马走日棋盘搜索算法。-demonstration of the code Ma days away chessboard search algorithm.
    2022-04-06 17:06:34下载
    积分:1
  • AC-BM算法的实现的压缩包,很流行的字符串匹配算法,已经测试,-AC-BM algorithm for the realization of the compressed, the very popular string matching algorithm has been tested,
    2022-02-02 16:56:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载