登录
首页 » Visual C++ » adms

adms

于 2012-06-09 发布 文件大小:3766KB
0 268
下载积分: 1 下载次数: 17

代码说明:

  阿当姆斯显式和隐式求解方法,用四阶龙格库塔作为起始,然后运用四阶阿当姆斯算法求解初值问题。主要程序包含在test2.cpp中,方法简单易懂。编译环境VC2010(Adam James explicit and implicit method for solving fourth-order Runge-Kutta as a start, then use the fourth-order A Williams algorithm for solving initial value problem. The main program contains in test2.cpp method is simple and easy to understand. Compile environment VC2010)

文件列表:

adms
....\adms
....\....\adms.vcxproj,3915,2012-06-06
....\....\adms.vcxproj.filters,943,2012-06-06
....\....\adms.vcxproj.user,143,2012-06-06
....\....\Debug
....\....\.....\adms.exe.embed.manifest,406,2012-06-06
....\....\.....\adms.exe.embed.manifest.res,472,2012-06-06
....\....\.....\adms.exe.intermediate.manifest,381,2012-06-06
....\....\.....\adms.lastbuildstate,48,2012-06-06
....\....\.....\adms.log,2204,2012-06-06
....\....\.....\adms_manifest.rc,198,2012-06-06
....\....\.....\CL.read.1.tlog,9654,2012-06-06
....\....\.....\CL.write.1.tlog,214,2012-06-06
....\....\.....\link-cvtres.read.1.tlog,2,2012-06-06
....\....\.....\link-cvtres.write.1.tlog,2,2012-06-06
....\....\.....\link.5876-cvtres.read.1.tlog,2,2012-06-06
....\....\.....\link.5876-cvtres.write.1.tlog,2,2012-06-06
....\....\.....\link.5876.read.1.tlog,2,2012-06-06
....\....\.....\link.5876.write.1.tlog,2,2012-06-06
....\....\.....\link.read.1.tlog,2562,2012-06-06
....\....\.....\link.write.1.tlog,488,2012-06-06
....\....\.....\mt.read.1.tlog,222,2012-06-06
....\....\.....\mt.write.1.tlog,222,2012-06-06
....\....\.....\rc.read.1.tlog,194,2012-06-06
....\....\.....\rc.write.1.tlog,202,2012-06-06
....\....\.....\test2.obj,62641,2012-06-06
....\....\.....\vc100.idb,232448,2012-06-06
....\....\.....\vc100.pdb,266240,2012-06-06
....\....\test2.cpp,1407,2012-06-06
....\adms.sdf,6639616,2012-06-06
....\adms.sln,879,2012-06-06
....\Debug
....\.....\adms.exe,43008,2012-06-06
....\.....\adms.ilk,535068,2012-06-06
....\.....\adms.pdb,691200,2012-06-06
....\ipch
....\....\adms-feaaced4
....\....\.............\adms-4046af71.ipch,15269888,2012-06-06

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

发表评论

0 个回复

  • EightQueen
    经典的 数据结构问题 八皇后问题。问题是在8*8的棋盘上放置棋子,要求每条直线上不能出现两个或以上的棋子。(The classical data structure problem Eight queens problem.Question is placed on the 8* 8 board piece, requirements on each line cannot appear two or more pieces.)
    2016-11-23 10:30:11下载
    积分:1
  • MyGPS
    1>实现可以随意浏览任一景点的介绍。(功能一) 2>可以给出任意两个景点的最短距离及其路线。(功能二) 3>可以查看任一景点热度,并可以对对所有景点热度(访问次数)进行排序。(功能三) 4>每个景点相关内容从文件读取,实现对文件操作的练习。 (1> implementations can feel free to browse introduce 任一景 points. (Function a) 2> You can give the shortest distance and route between any two attractions. (Function b) 3> You can view Renyi Jing point heat, and heat can all attractions (visits) to be sorted. (Function c) 4> each spot related content file reading, to achieve the file operations exercises.)
    2015-11-12 22:16:01下载
    积分:1
  • list-and-array
    数组的定义与使用,数组的运算,字符串的输入与输出,冒泡排序(list and array)
    2013-10-17 11:32:30下载
    积分:1
  • Function-parameters
    C语言插入排序算法及代码 C语言中函数参数的传递有:值传递、地址传递、引用传递这三种形式。题一为值传递,题二为地址传递,题三为引用传递。(Insertion sort algorithm and C language code The parameter of function in C language transfer: transfer value, address, pass by reference to these three forms. Problem a value transfer, the transfer of Title address, three for reference. )
    2014-06-30 21:28:28下载
    积分:1
  • Hash
    基于Hash表的程序同源性分析,可以利用本程序进行两个程序源码比较相似度(Homology analysis Hash Table-based program, you can use the program two program source code similarity)
    2012-11-04 16:45:04下载
    积分:1
  • xx
    说明:  数据结构实验报告链表的操作,包括创建空链表、插入、删除节点等(Experimental Report list data structure operations, including creating an empty list, insert, delete nodes, etc.)
    2009-11-25 08:36:26下载
    积分:1
  • a
    说明:  100米比赛排名 C++实现100米比赛排名 C++实现(100m rankings C++, the 100 meters ranks C++,)
    2010-11-19 23:24:18下载
    积分:1
  • 0829-Binary-Tree
    二叉搜索树的生成和查找节点,北大《数据结构与算法》教材的习题(The generation and find nodes of a binary search tree, Peking University, " Data Structures and Algorithms" textbook exercises)
    2012-11-28 14:51:01下载
    积分:1
  • tree
    二叉树的先序遍历。采用递归实现。释放资源时用了后序遍历。(Preorder traversal of a binary tree. Recursive implementation. Release resources used after preorder.)
    2013-07-09 13:39:31下载
    积分:1
  • SelectSort
    选择排序的实现,是一种基本的排序方法,但是时间复杂度相对较大。(Select Sort realization, is sort of a basic, but relatively large time complexity.)
    2012-09-27 22:38:22下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载