-
backstepLBM
格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 (Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the advantage to overcome its shortcomings and has developed methods. Especially in 1992, Qian Yue-hong, Chen XI, such as the pioneering work (LBGK model proposed method), so that the method widely used in computational fluid dynamics (single-phase flow, multiphase flow, porous media flow, thermal convection, magnetic fluid, the reaction- the proliferation, etc.).)
- 2009-01-09 10:56:05下载
- 积分:1
-
Backgammon
五子棋是有两个人在一盘棋上进行对抗的竞技运动。在对局开始时,先由用户选择哪方先开局,先开局一方将一枚棋子落在一点上,然后由另一方在对方棋周围的交叉点上落子,如此轮流落子,直到某一方首先在棋盘的直线、横线或斜线上形成连续的五子则该方就算获胜。此时,算法结束。当有任何一方想退出时,都可在算法中实现。(Backgammon is a competitive sport confrontation of two people in a game of chess. At the beginning of the game, the first users to choose which side first start, first start the party will be a pawn falls point, and then by the other party on the other chess around the intersection of Lazi, so turns Lazi, until the party first the chessboard straight, horizontal or diagonal to form a continuous five sons even if the party wins. In this case, the algorithm ends. When either party wishes to withdraw from, can be realized in the algorithm.)
- 2012-11-05 20:18:00下载
- 积分:1
-
B_spline
该代码是B样条神经网络算法,收敛快,可以很好地解决非线性逼近问题。(The code is B spline neural network algorithm, fast convergence, can be a good solution to the problem of nonlinear approximation.)
- 2016-03-08 19:14:09下载
- 积分:1
-
Project1
说明: 可以实现图书管理系统,并且实现哈德曼夫二叉树,以及数列(Can realize the library management system)
- 2020-11-10 16:56:38下载
- 积分:1
-
VC++实现数据库连接池
在VC++下实现数据库连接池,支持SQL Server,MySQL等主流数据库格式。
可以实现数据库访问连接的动态申请释放,提高数据库访问效率
- 2023-04-14 23:35:03下载
- 积分:1
-
polycounter2010.5.8
多项式计算器,可以用于多项式的各种计算。(Polynomial calculator can be used for a variety of computing polynomials.)
- 2012-10-19 15:23:05下载
- 积分:1
-
fft
说明: 用C++实现fft运算,经验证与matlab计算结果一致(A program in C Plus to realize Fast Fourier Transform,the results are consistent with calculation results by MATLAB.)
- 2020-06-19 19:00:01下载
- 积分:1
-
遍历文件夹、文件批量提取txt 文件中的关键内容
批量提取txt 文件中的关键内容,并生成保存到txt文件中:一个关键字的值再多个文件中都存在,需要按照关键字提取所以的文件中的值,并按照关键字保存值。适合初学者学历遍历文件夹、文件、提取文件内容
- 2018-11-12下载
- 积分:1
-
TSP
Traveling Salesman Problem
市场上有很多种商品,旅行商 Shrek 做短期买卖赚取差价。他从一个城市购买一件商品,到达下一个相邻的城市就卖掉。如果这一次买卖无利可图,那么他就不会这么走。凭着自己和同伴多年的经验,他已经对地图上 n 个城市之间的差价了如指掌。两城市间可能有多种商品可赚取差价,此时 Shrek 只好倒卖利润最大的一件商品。
现在请你帮 Shrek 规划一条路线,使他能赚最多的钱。
输入
第一行两个整数 n、m。表示有 n 个城市,编号 1 ~ n
接下来有 m 行,每行三个整数 a、b、price,表示从城市 a 到城市 b 可赚取差价 price。
输出
若干空格分隔的整数,连成一条赚钱最多的路线。若有多条,输出字典序最小的那条路线(编号小的城市靠前的路线优先输出)
输入样例
4 4
2 1 5
1 3 3
3 4 1
1 4 5
输出样例
2 1 4(Traveling Salesman Problem)
- 2020-12-05 13:59:23下载
- 积分:1
-
2048小游戏
实现小游戏2048的基本功能,以及各个方向的滑动,相加(Realize the Basic Functions of 2048 Small Game)
- 2020-06-20 19:00:02下载
- 积分:1