-
matlab
这是matlab的一些程序希望对大家有用,谢谢了(This is some of the procedures of the matlab hope that useful, thank you)
- 2012-06-12 12:39:59下载
- 积分:1
-
ultrasonic
基于stm32f103的超声波测距,通过超声波测距,并在串口助手上显示出来(stm32f103 ultrasonic ranging)
- 2017-10-11 22:06:53下载
- 积分:1
-
智能车终端RAM代码
小车控制,蓝牙通信 温湿度传感器驱动 pm2.5传感器驱动(Car Control, Bluetooth Communication Temperature and Humidity Sensor Drive PM2.5 Sensor Drive)
- 2020-06-22 16:40:02下载
- 积分:1
-
qtcandemo
说明: 德尔福车载雷达数据采集、解析处理预研代码(Delphi radar data acquisition and analysis processing code)
- 2020-12-09 20:59:19下载
- 积分:1
-
udf
pressure.c:压力随时间变化的udf;
tempreture.c:温度随时间变化的udf;
heatflux.c:热流密度随时间变化的udf
flu_udf1:udf教程
Fluent UDF 中文教程:udf中文教程(pressure.c:UDF:pressure changes with the time;
tempreture.c:tempressure changes with the time;
heatflux.c:heatflux changes with the time;
fluent_udf1:the course of UDF;
Fluent UDF Chinese course:the Chinese course of UDF.)
- 2018-04-10 15:32:17下载
- 积分:1
-
C# 图像控件显示绘制的几何图形
C# 使用图像控件显示绘制的多个几何图形,可一次显示多个绘制的图形,相关代码如下:
GeometryGroup MyGeometry = new GeometryGroup();
MyGeometry.Children.Add(new EllipseGeometry(new Point(50, 50), 45, 20));
MyGeometry.Children.Add(new EllipseGeometry(new Point(50, 50), 20, 45));
RectangleGeometry MyRectangle = new RectangleGeometry();
MyRectangle.Rect = new Rect(2, 2, 96, 96);
MyGeometry.Children.Add(MyRectangle);
GeometryDrawing MyDrawing = new GeometryDrawing();
MyDrawing.Geometry = MyGeometry;
MyDrawing.Pen = new Pen(Brushes.Blue, 3);
DrawingImage MyImage = new DrawingImage();
MyImage.Drawing = MyDrawing;
MyImage.Freeze();
this.image1.Source = MyImage;
- 2022-03-07 01:28:50下载
- 积分:1
-
Data_Struction_prim_MST
说明: 数据结构作业代码。
最小生成树 Prim实现。
win32 Console界面。(operation code data structure. Prim achieve the minimum spanning tree. Win32 Console interface.)
- 2006-04-08 08:50:52下载
- 积分:1
-
zstd-dev
说明: 一种用于文件压缩的算法,可用于压缩数据量较大的文件,有很高的压缩比(An algorithm for file compression, which can be used to compress files with large data volume and high compression ratio)
- 2020-06-18 13:40:02下载
- 积分:1
-
批量文件名更改器,我是新手,希望大家能予以指导
批量文件名更改器,我是新手,希望大家能予以指导-batch file name change is, I greenhorn, I hope you will be guiding
- 2022-03-31 11:27:28下载
- 积分:1
-
用OPENPCS做的注水程序
用OPENPCS做的注水程序,用于油田自动化注水,目前油田采用的是手动注水,经改进后采用的是自动化注水。
- 2023-03-04 23:25:03下载
- 积分:1