登录
首页 » Visual C++ » waituigai

waituigai

于 2021-03-25 发布 文件大小:232KB
0 279
下载积分: 1 下载次数: 59

代码说明:

  基于格子玻尔兹曼方法模拟泊肃叶流,边界条件用非平衡格式(Poiseuille flow based on the lattice Boltzmann method to simulate the boundary conditions with unbalanced format )

文件列表:

waituigai
.........\Debug
.........\.....\gai.obj,15601,2012-07-09
.........\.....\rho.dat,7232,2012-12-04
.........\.....\uh.dat,7232,2012-12-04
.........\.....\vc60.idb,33792,2012-07-09
.........\.....\vc60.pdb,53248,2012-07-09
.........\.....\vh.dat,7264,2012-12-04
.........\.....\waituigai.exe,225365,2012-07-09
.........\.....\waituigai.ilk,226648,2012-07-09
.........\.....\waituigai.pch,230136,2012-07-09
.........\.....\waituigai.pdb,500736,2012-07-09
.........\gai.cpp,4071,2012-07-09
.........\rho.dat,7232,2012-07-09

.........\uh.dat,7232,2012-07-09
.........\ux.m,111,2012-07-07
.........\vh.dat,7600,2012-07-09
.........\waituigai.dsp,4314,2012-07-09
.........\waituigai.dsw,526,2012-07-09
.........\waituigai.ncb,33792,2012-07-09
.........\waituigai.opt,48640,2012-07-09
.........\waituigai.plg,897,2012-07-09

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

发表评论

0 个回复

  • fenlei
    分类程序的实现,可在vc++平台中运行,方便大家对算法的熟悉与学习(Classification procedures to achieve, can be run in vc++ platform to facilitate learning of the algorithm are familiar with)
    2013-07-11 21:16:09下载
    积分:1
  • Real-Time_Compressive_Tracking
    关于运动目标检测与跟踪最新的算法 其效果比之前的跟踪算法好很多(The effect of moving target detection and tracking algorithm is much better than before the tracking algorithm)
    2012-11-15 20:15:20下载
    积分:1
  • vfxhw2
    图像拼接源码实现,包括多频率图像融合,sift特征点配准算法(Image Stitching source implementation, including multi-frequency image fusion, sift feature points matching algorithm)
    2010-03-16 14:22:04下载
    积分:1
  • Lagrange
    对lagrange函数公式进行代码化,可以对一组数进行插值算法,可以输出最后的y值(The lagrange function formula code, a number of groups interpolation algorithm, you can output the final value of y)
    2012-10-23 13:53:57下载
    积分:1
  • source
    实现了对误拍角度的矫正,基于轮廓提取以及旋转矩阵变换实现图像错误识别和矫正(It realizes the correction of misalignment angle, and realizes image error recognition and correction based on contour extraction and rotation matrix transformation.)
    2018-07-06 15:20:57下载
    积分:1
  • 5
    说明:  :建立了碳钢渗硫表面和非渗硫表面的多球凸峰面接触模型,模型中,凸峰高度按高斯函数分布.用塑性流线 理论分析了渗硫层的摩擦系数.计算结果表明:摩擦系数随载荷的增加而增加;相同粗糙度下,磨削加工的摩擦系 数比车削加工的摩擦系数大;摩擦系数随着渗层厚度的增大而增大.从减小摩擦系数的角度来考虑,渗硫层并非 越厚越好. (the multi-asperity sphere-shape model for surface contact between sulphurized layer and unsulphurized layer is established.in which the height of sphere-shape asperities follows the Gaussian distribution.1he frictional coeficients of sulphurized layers are analyzed by using plastic flown line theory.1he results show that the frictional coeficient increases with the load.the frictional coeficient of ground surface is higher than that of tumed surface in case of the same roughness.1he thicker the sulphuri[ed layer is.the higher the frictional coeficient is.From the viewpoint of reducing frictional coeficient,the thickness of sulphurized layer should be smaller.)
    2010-08-04 19:38:19下载
    积分:1
  • 不规则的填充
    说明:  用VC开发的图形填充算法,简单实用, 希望对你的图形开发有所帮助, 如果有什么问题,可以与我联系(development of the VC graphics filling algorithm, simple and practical, and I hope to your graphics development will help, if any, can contact me)
    2005-11-29 15:22:20下载
    积分:1
  • RgnGuide_src
    这个源代码是用来实现图形之间的基本运算的,包括求交集、并集、差集等等。而且图形的形状也可以任意选择,可以是圆、线段、点、多边形等等。(the source code is used to achieve the basic graphics operations, including for intersection and set difference, and so on. The shape and graphics can choose freely, it can be won, segment, points, polygons, and so on.)
    2020-12-12 15:49:18下载
    积分:1
  • Fngprnt
    采用最大方差阈值分割法,对指纹进行提取。(Using the maximum variance threshold segmentation method for fingerprint extraction.)
    2013-11-24 20:39:58下载
    积分:1
  • 实现的无损压缩
    该程序主要实现图像的无损压缩,具体算法包括: (1)整数小波变换+SPIHT无损压缩 其中整数小波可以采用JPEG2000提供的5-3小波,也可以采用S+P变换,本程序均已给出。 (2)DPCM+算术编码 DPCM采用的是JPEG中采用的方法; (3)JPEG-LS标准 JPEG-LS的无损压缩性能非常好,超过JPEG2000。(The program mainly realize lossless image compression, the specific algorithm include: (1) integer wavelet transform SPIHT Integer Wavelet lossless compression which can be used to provide the 5-3 wavelet JPEG2000, can also adopt the S P transform, the procedures are given. (2) DPCM arithmetic coding DPCM is used in JPEG methodology (3) JPEG-LS standard JPEG-LS lossless compression of very good performance, more than JPEG2000.)
    2008-06-02 11:01:57下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载