-
RLS
递推最小二乘法c语言程序,大家可以试试,在自动控制中很有用(Recursive least squares method c language program, we can try, in very useful in the automatic control)
- 2021-01-15 11:18:45下载
- 积分:1
-
倍福模拟量源码
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
- 2022-10-30 21:35:03下载
- 积分:1
-
Dynamic-programming
动态规划程序是求解决策过程(decision process)最优化的数学方法。(dynamic programming)
- 2015-02-25 05:50:45下载
- 积分:1
-
ExpTab
可动态添加关闭标签页的自定义TabControl控件.功能强大。(Can be dynamically added to close the Customize tab TabControl control. Powerful.)
- 2014-08-17 05:25:54下载
- 积分:1
-
WinformControl
说明: c# winform开源自定义控件,支持直接拖拉精美控件(C # WinForm from the definition of controls, support direct drag and drop beautiful controls)
- 2021-01-07 11:36:18下载
- 积分:1
-
Cprograming
C++程序设计,希望能对大家有帮助,里面有很多值得我们学习的东西(C++ programming, we hope that it can be helpful, there are many things we can learn)
- 2009-05-19 23:31:28下载
- 积分:1
-
tongxinzongheshiyan
微波实验设计,设计波导滤波器和波导等功率分配器(Microwave experimental design, waveguide filter design and waveguide power divider etc.)
- 2013-11-28 09:48:03下载
- 积分:1
-
1.标准版麦轮小车源码(含PS2遥控)
说明: 可以驱动麦克纳轮,通过解码,定位,滤波,可以参加工程能力小车移动(It can drive the McNair wheel by decoding, positioning and filtering.)
- 2019-06-22 23:03:58下载
- 积分:1
-
Arc7
private double PointToAngle(Point AOrigin, Point APoint)
{
if (APoint.X == AOrigin.X)
if (APoint.Y > AOrigin.Y)
return Math.PI * 0.5f
else return Math.PI * 1.5f
else if (APoint.Y == AOrigin.Y)
if (APoint.X > AOrigin.X)
return 0
else return Math.PI
else
{(private double PointToAngle(Point AOrigin, Point APoint)
{
if (APoint.X == AOrigin.X)
if (APoint.Y > AOrigin.Y)
return Math.PI* 0.5f
else return Math.PI* 1.5f
else if (APoint.Y == AOrigin.Y)
if (APoint.X > AOrigin.X)
return 0
else return Math.PI
else
{)
- 2008-09-28 14:47:20下载
- 积分:1
-
Picture_Vi2259816172014
Win32 Picture Viewer, with this program you can view any picture type (the most popular ones: bmp, jpeg, gif ...)
- 2014-07-20 07:07:37下载
- 积分:1