-
ConvertGpsTime
在matlab软件中将GPS时间转换成周和周秒(Convert Gps Time)
- 2011-09-14 11:01:53下载
- 积分:1
-
GA
说明: 遗传算法,c语言,通过遗传算法求解非线性函数最大值(Genetic Algorithms, C Language, Solving the Maximum of Nonlinear Functions by Genetic Algorithms)
- 2020-06-19 22:00:01下载
- 积分:1
-
gui
运用matlab软件,进行回归运算,方便快捷(Use matlab software, regression calculation, convenient)
- 2013-09-14 10:17:53下载
- 积分:1
-
Visual C#
- 2022-02-28 11:02:40下载
- 积分:1
-
DLMSMeter_protocal
DLMS电能表通信协议,国际通行标准
解释了在应用中可能出现的大多数情况(DLMS Power Meter Communication Protocol, the international accepted standard explanation of the application which might arise in most cases)
- 2007-07-08 19:39:27下载
- 积分: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
-
Weightsensor
重量传感器图纸,此为轴削传感器。大概做出的成本几十元,市场空间很大。为感谢本站,特此奉献。(Weight sensor drawings, cut this axis sensor. Made about the cost of tens of dollars, the market is very big. To thank the site, is hereby dedicated.)
- 2010-06-03 13:21:47下载
- 积分:1
-
2D_3D_draw
在MFC环境下绘制一个风车叶轮模型的压力曲线、速度曲线、功率曲线、位移曲线,并用OpenGL显示该叶轮模型(MFC environment in drawing a model of the wind turbine impeller pressure curve, velocity curve, the power curve, displacement curve, using OpenGL revealed that the impeller model)
- 2007-02-06 13:35:46下载
- 积分:1
-
shape recognition
形状识别,上下扫描,基于stm32使用OV7670(Shape recognition,basic on stm32 using OV7670)
- 2021-03-28 21:09:11下载
- 积分:1
-
huffmanqi
本程序不能编译除大小写字母之外的编码
本程序需事先建立字母权值文后件才可运行
本程序从文件中读入文字,编译后写入文件,所以屏幕上不会直接出现答案(not build this program in addition to case-insensitive outside of the coding process required prior to the establishment of the letters after the value of the text pieces can Win OK this program read from the file into the text, compiled into the paper, not directly on the screen appeared the answer)
- 2006-11-08 11:58:41下载
- 积分:1