登录
首页 » Visual C++ » adms

adms

于 2012-06-09 发布 文件大小:3766KB
0 298
下载积分: 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 个回复

  • Kruskal
    采用Kruskal算法求最小生成树主要数据结构 edgeset GE 存放图中的所有边 int n,int e 存放图中的顶点数与边数 edgeset C 存放生成树中的边 vexlist gv 图中结点的顶点值 adjmatrix s 用来处理图中结点的查找与合并 int m1,m2 一条边上两顶点所属集合的序号 int k 最小生成树中的边数 int d //图中待扫描边元素的下标(For the Minimum Spanning Tree by Kruskal main data structures edgeset GE store all edges in the figure int n, int e store graph vertices and edges edgeset C storage spanning tree edges in the vexlist gv graph node vertex values ​ ​ adjmatrix s used to process graph node to find and merge int m1, m2 an edge belongs to the set number two vertices int k minimum spanning tree edges int d // figure to be Scan edge element subscript)
    2011-05-17 10:22:56下载
    积分:1
  • datastr
    VC++常用的数据结构类源码 这是我在VC++日常开发中收集的一些经常用到的类库,每一款都可以轻松重用,这些类库适用于vs2003及以上的开发环境,其中 Thread 和 Delegate 是从C#中得到的灵感,还有一些是在使用开源代码或其它语言时得到的启发和灵感。个人认为部分代码还算好用,所以拿来分享一下。部分类库附带有例子,欢迎参考。 (Commonly used data structures in VC++ class source This is the daily development of VC++ I collected some frequently used library, each designed to easily reuse these libraries apply to vs2003 and development environment, including Thread and Delegate inspiration from C#, there are some inspired use of open source code or other languages ​ ​ and inspiration. Personally think that part of the code is fairly easy to use, so used to share. Some class library included with examples for reference.)
    2012-08-14 14:00:37下载
    积分:1
  • lesson1-2
    棋盘覆盖,算法分析,很有用的东西,大家一起来分享一下(Board covers, algorithm analysis, useful things, we share together)
    2011-01-06 15:15:11下载
    积分:1
  • 最短路径c++语言
    说明:  用从c++写的floyd最短路径算法,可以求邻接矩阵任意两点的最短路径。(from using c++ to write the Floyd shortest path algorithm, can help adjacency matrix arbitrary 2:00 Shortest Path.)
    2020-09-20 14:07:55下载
    积分:1
  • tongxunlu20
    具有数据插入、修改、删除、显示、和查询功能的电话簿管理程序。 数据包括:人名、工作单位、电话号码、和E-mail地址。 可对记录中的姓名和电话号码进行修改。 可增加或删除记录。 可显示所有保存的记录。 可按人名或电话号码进行查询。 附加功能: 可修改单个记录的各项内容。 可重新建立电话簿。 可按人名或号码进行排序。 可统计名片数目及可再添加数目。 可插入单个名片并不破坏原有顺序(With the data to insert, modify, delete, display, and query functions of the phone book management program. The data include: the names, work units, phone number, and E-mail address. Can be modified to record the name and phone number. Increase or delete records. You can display all the records kept. According to the names or telephone number for queries. Additional features: you can modify the content of a single record. Can re-establish a Phonebook. According to the names or numbers to be sorted. Statistical card number and add the number. Insert a single card does not destroy the original order)
    2012-05-28 12:48:27下载
    积分:1
  • migong---cPP
    迷宫问题C++代码。。。解决迷宫问题。。。。(Maze C++ code. . . Solve maze problems. . . .)
    2011-11-03 22:28:30下载
    积分:1
  • Lecture7
    数据结构中插入排序,堆栈排序等的用法还有希尔排序(Data structure insertion sort, stack, sort, etc. use well sorted Hill)
    2011-07-27 15:31:31下载
    积分:1
  • code
    c语言的一些小李子,初学c的朋友有帮助,主要有顺序表、二分查找、二叉树、单链表等等(Some Survival Song c language, c beginner to help a friend, there are sequence tables, binary search, binary tree, a single linked list, etc.)
    2011-08-11 20:50:26下载
    积分:1
  • car
    停车场管理系统 c语言实现 停车场拥有M个车位和一条进入停车场的便道,便道上最多停放N辆汽车。汽车要想进入车位,首先进入便道等候。若有空闲车位,则停车入位,否则在便道继续等候,直至有车位空出。若便道已经停满等候的汽车,后到达的汽车只能离开,选择其他停车场。设计一个停车场管理系统,模拟停车场的运作,并统计停车场的收入。(Parking Management System with M c language parking spaces and a sidewalk into the parking lot, parked up on the sidewalk N cars. To enter the car parking spaces, first into the pavement waiting. If free parking, the parking into place, or in the sidewalk to wait until the needed spot. If the sidewalk is already full of parked cars waiting, after the arrival of the vehicle to leave, choose a parking lot. Designing a car park management systems, simulation parking operations and parking revenue statistics.)
    2011-08-21 21:55:11下载
    积分:1
  • calculation
    数据结构计算算术表达式算法,可以计算小数点及较复杂的运算表达式(Data structure algorithms calculate arithmetic expression, we can calculate the decimal point and more complex operations expression)
    2010-12-24 13:11:25下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载