登录
首页 » Visual C++ » waituigai

waituigai

于 2021-03-25 发布 文件大小:232KB
0 218
下载积分: 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 个回复

  • FillRegion
    填充区域图像,设置填充区域,填出图像的颜色(Filled regional images, set fill area, fill in the color of the image)
    2009-01-18 22:45:33下载
    积分:1
  • tuxiangzengqiang
    这里的图像增强包括灰度修正、平滑、滤波、锐化等,是图像处理的基本操作,本代码调试通过(Here, including gray-level correction image enhancement, smoothing, filtering, sharpening, etc., is the basic image processing operations, the code debugging by)
    2010-09-04 15:16:24下载
    积分:1
  • ARM_Bmp2C
    BMP转位图 6410 logo bmp-C(BMP bitmap transfer)
    2010-10-13 10:44:27下载
    积分:1
  • process
    该程序可以对图像进行二值化处理,提取边缘点坐标。(The program can be two-valued image processing, extraction of the edge point coordinates.)
    2020-07-08 11:28:57下载
    积分:1
  • SmartLoadBmp
    对图像(Bmp)的智能读入界面设计,源代码(Read image (BMP), intelligent interface design, source code)
    2013-04-25 17:01:46下载
    积分:1
  • sy
    说明:  压缩感知的经典代码,包括观测,稀疏表示,重建,其中观测用的高斯观测矩阵,稀疏用的DCT,重建用的OMP算法(Compressed sensing of the classic code, including observations, sparse representation, reconstruction, observed with a Gaussian observation matrix, sparse use of the DCT, re-use of the OMP algorithm)
    2011-11-29 14:43:19下载
    积分:1
  • A-Wavelet-Tour-of-Signal-Processing
    信号处理的小波导引:稀疏方法(原书第3版) 《信号处理的小波导引:稀疏方法(原书第3版)》全面论述了稀疏表示的重要概念、技术和应用,反映了该主题在当今信号处理领域所起的关键作用。作者在解释了稀疏的主要概念后将其运用于信号压缩、噪声衰减和逆问题,同时给出了冗余字典、超分辨率和压缩感知中的稀疏表示。   本书既可以让应用数学系的学生了解数学公式的工程意义,也可以让计算机及电子工程系的学生了解工程问题的数学描述。对于小波理论与应用的研究人员,本书更是一本极具价值的参考书。(a Wavelet Tour of Signal Processing(Third Edition.The Sparse Way))
    2016-03-23 15:27:38下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • ImageZoom
    利用VTK实现图像的放大缩小,基于对话框编写的,有助于学习VTK的朋友(Using VTK to achieve the image to zoom in, based on the dialog box, prepared to help a friend learn VTK)
    2009-11-24 16:22:21下载
    积分:1
  • lsd
    LSD直线检测算法的原理、步骤、结果文字资料以及具体程序实现(The LSD line detection algorithm principle, the steps of text information as well as specific procedures to achieve)
    2013-05-01 04:38:53下载
    积分:1
  • 696518资源总数
  • 105466会员总数
  • 24今日下载