-
LBM方法实现圆柱绕流
采用格子Boltzmann方法中的标准单松弛模型LBGK模型,对圆柱绕流问题进行数值实现,入口条件为均匀来流,流场雷诺数可调,流场边界可调,圆柱大小可调,可以作为benchmark问题研究圆柱绕流各种问题。
- 2022-01-25 17:59:49下载
- 积分:1
-
在线网上书店页面和数据库连接的设计,功能过的…
在线网上书店的页面及数据库连接设计,功能较全,实现购物车及订购设置,有文档描述-Online online bookstore page and database connectivity design, function over the whole to realize shopping cart and order settings, there is a document describing
- 2022-05-23 04:33:52下载
- 积分:1
-
贪吃蛇
#include
#include
#include
#include
#include
class tan
{
public:
tan()
{
int x,y;
int i=0,j=0;
foodx=1;
foody=1;
for(;iper=head;
head->per=NULL;
last->next=NULL;
for(x=10,y=10;y
- 2022-06-13 06:04:15下载
- 积分:1
-
详谈用API读取Revit对象的参数值 .
public static string ParameterToString(Parameter param)
{
string val = "none";
if (param == null)
{
return val;
}
// To get to the parameter value, we need to pause it depending on its storage type
switch (param.StorageType)
{
case StorageType.Double:
double dVal = param.AsDouble();
val = dVal.ToString();
break;
case StorageType.Inte
- 2022-05-07 23:57:30下载
- 积分:1
-
C# 使用Binding对象读取图像字段
C# 数据库操作实例,使用Binding对象从数据库中读取图像字段,同时还演示了从SQL Server数据库读取图像,向SQL Server数据库添加图像。
向SQL Server数据库添加图像主要是在SQL Server Northwind数据库中创建图像数据表,添加图像数据参数值,从SQL Server数据库读取图像的代码如下:
private void button2_Click(object sender, EventArgs e)
{//从SQL Server数据库读取图像
var MySQL = "Select * From MyImageTable ";
var MyConnection = new System.Data.SqlClient.SqlConnection("Data Source=.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True");
var MySet = new DataSet();
var MyAdapter = new System.Data.SqlClient.SqlDataAdapter(MySQL, MyConnection);
MyAdapter.Fill(MySet);
byte[] MyBytes = (byte[])MySet.Tables[0].Rows[0]["ImageData"];
var MyStream = new System.IO.MemoryStream(MyBytes);
this.pictureBox1.Image = Image.FromStream(MyStream);
}
- 2022-01-25 16:04:56下载
- 积分:1
-
串口iap
stm23f103 iap coxtex-m3内核处理器至此的iap应用编程功能,下载进入flash和sram内,通过加载和应用程序执行,通过串口通信协议。
- 2022-03-23 16:26:53下载
- 积分:1
-
获取文档图像感兴趣区域
基于投影的二值图像感兴趣区域的识别标记
- 2022-02-01 21:24:04下载
- 积分:1
-
智能灯程序
智能灯程序(protues仿真+keil程序)基于AD0804和DA0832的建议智能灯程序,具有手动/自动控制功能,可供学习使用
- 2022-01-21 22:58:50下载
- 积分:1
-
stm32F4 NRF24L01无线通信
开机的时候先检测NRF24L01模块是否存在,在检测到NRF24L01模块之后,根据KEY0和KEY1的设置来决定模块的工作模式,在设定好工作模式之后,就会不停的发送/接收数据,同样用DS0来指示程序正在运行。
- 2022-05-07 15:54:18下载
- 积分:1
-
mapx开发 放大缩小地图 例子
实现简单的mapx开发,放大缩小地图等功能
- 2015-04-10下载
- 积分:1