搜索资源列表
farey
- 法雷序列是非常经典的序列,他有很多有趣的性质,因此在做法雷序列的时候,完全不要通过分数的排序就能够实现,且效率有很大的提高,而其性质又如此之多,以至于利用不同的性质能得到很多不同的算法. 程序用vc++6.0编译,执行. 三个程序用不同方法,实现了法雷序列的输出。 若只需要测试生成速度而不需要程序输出结果,则去除程序中OUTPUTMSG定义。-smash sequence is the classic sequence, h
00348281Raoxr_proj1
- 程序用vc++6.0编译,执行. 三个程序用不同方法,实现了法雷序列的输出。 若只需要测试生成速度而不需要程序输出结果,则去除程序中OUTPUTMSG定义。
差分法解雷诺方程
- 解雷诺方程求油膜压力分布,端泄,油膜力
farey
- 法雷序列是非常经典的序列,他有很多有趣的性质,因此在做法雷序列的时候,完全不要通过分数的排序就能够实现,且效率有很大的提高,而其性质又如此之多,以至于利用不同的性质能得到很多不同的算法. 程序用vc++6.0编译,执行. 三个程序用不同方法,实现了法雷序列的输出。 若只需要测试生成速度而不需要程序输出结果,则去除程序中OUTPUTMSG定义。-smash sequence is the classic sequence, h
00348281Raoxr_proj1
- 程序用vc++6.0编译,执行. 三个程序用不同方法,实现了法雷序列的输出。 若只需要测试生成速度而不需要程序输出结果,则去除程序中OUTPUTMSG定义。-Procedures used vc++ 6.0 compiler, the Executive. Three programs use different methods to achieve the output sequence Falei. Only need to
Freay
- 输出法雷序列。将结果写入文件中保存。采用的新算法,效率高。-The programme can output the Farley sequence。
Sequence
- 一个法雷序列算法,对任意给定的一个自然数(n<=100),将分母小于等于n的不可约的真分数按上升的次序排序,并且在第一个分数前加上0/1, 而在最后一个分数后加上1/1。-A method mine sequential algorithm, for any given a natural number (n < = 100), less than or equal to the denominator of the prop
Test
- 根据在一文件当中得到的一数字(正整数),得到该数字对应的法雷序列,并输出-According to a document which has been in a number (positive integer), the corresponding method to get the mine sequence number, and output
Farey-sequence
- 对任意给定的一个自然数n,将分母≤n的不可约的真分数按照升序排列,并且在第一个分数前面加上数0/1,在最后一个分数后面加上数1/1,这个序列被称之为n级法雷序列,以Fn表示。-Irreducible the proper fraction of any given natural number n, the denominator ≤ n in ascending order, and in front of the first a
Farleysequence
- 用单链表实现法雷序列,不许使用STL容器-Farley sequence
有限差分法解雷诺方程
- 有限差分法解雷诺方程,从干气密封的研究过程中的到的结论
FDM_circular
- 提供一种利用有限差分法matlab求解雷诺方程的方法(A method for solving Reynolds equations using the finite difference method MATLAB is presented)
雷诺方程程序1
- 通过matlab用有限差分法求解织构单元的雷诺方程程序(The Reynolds equation program for texture elements is solved by finite difference method in MATLAB)
FDM_circular
- 使用有限差分方法解雷诺方程。每行程序都附有中文注释。帮助读者更好的理解此程序。(The Reynolds equation is solved by the finite difference method.)
(法雷 ,大数阶乘)
- 法雷序列和大数阶乘基于c++的实现,并储存到文件中(Farey sequence and the factorial of large numbers)
差分法雷诺方程
- 差分法计算雷诺方程,求解油膜压力分布,偏心率,偏位角等(Difference method is used to solve oil film pressure distribution, eccentricity, deviation angle, etc.)
Desktop
- 求解径向轴承压力分布,本程序就是采用有限差分法对雷诺方程进行求解。(Slove pressure distribution in journal bearings)
差分法求解两点狄利克雷边值问题
- 运用差分法求解两点狄利克雷边值问题。。。。(Two point Dirichlet boundary value problem is solved by difference method.)
有限体积法解雷诺方程
- 使用于有限体积法求解雷诺方程,程序运行没问题,提供给大家参考学习(The finite volume method is used to solve the Reynolds equation. The program runs well.)
雷诺方程求解 (2)
- 有限差分法求解雷诺方程,MATLAB程序,可以拿来参考看看(Solving Reynolds equation by finite difference method)