-
PIX飞控源码
飞行控制器源码内置pid算法以及陀螺仪姿态结算是飞控入门的好源码(The built-in PID algorithm of flight controller source code and the attitude settlement of gyroscope are good source codes for the introduction of flight control.)
- 2020-06-19 04:20:01下载
- 积分:1
-
D3D透视源码
HRESULT WINAPI MyDrawIndexedPrimitive(LPDIRECT3DDEVICE9 pDevice, D3DPRIMITIVETYPE Type, INT BaseVertexIndex, UINT MinIndex, UINT NumVertices, UINT StartIndex, UINT PrimitiveCount){IDirect3DVertexBuffer9* pStreamData = NULL;UINT iOffsetInBytes, iStride;pDevice->GetStreamSource(0, &pStreamData, &iOffsetInBytes, &iStride);if (GetAsyncKeyState(VK_PAUSE) & 1){if (Wall){Wall = FALSE;Beep(2000, 200);}else{Wall = TRUE;Beep(3000, 200);}}if ((iStride == 40 || iStride == 44 || iStride == 48) && Wall){pDevice->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);}return OrigDrawIndexedPrimitive(pDevice, Type, BaseVertexIndex, MinIndex, NumVertices, StartIndex, PrimitiveCount);}
- 2022-05-28 21:09:42下载
- 积分:1
-
test
c++程序实现的JPEG图片到RGB565 16位的LCD显示的数据转换程序.(c++ program to achieve the JPEG image to RGB565 16-bit LCD display of the data conversion process.
)
- 2012-04-24 16:27:36下载
- 积分:1
-
卡尔曼滤波姿态融合解析
刚开始学习惯导和卡尔曼,很好的代码,大家一起学习
- 2022-01-25 23:49:09下载
- 积分:1
-
c++简单感知器实现与,或功能
人工智能简单感知器实现,应用Hebb
Learning Rule
hebb learning rule :
wi (new) = wi (old) + xit i=1,2
b (new) = b (old) + t
t——desired response or target
我将两个感知器写在了一起,对应的结构是3个输入结点、2个神经元,2个神经元的输出就是最后的输出。
输入与输出设置1为真,-1为假
- 2022-03-07 07:06:53下载
- 积分:1
-
C#GDI图形程序设计
C#为文例的GDI+图形程序设计,对编程很有用哟
- 2022-07-21 17:04:25下载
- 积分:1
-
基于arengine开发的网络视频,可实时获取网络视频、图像等
基于arengine开发的网络视频,可实时获取网络视频、图像等-Arengine developed a network-based video, real-time access to network video, images, etc.
- 2022-12-27 13:55:03下载
- 积分:1
-
CatAndMouse
opengl猫吃老鼠的小程序,简单有趣,可以用来熟悉OpenGL(Opengl cat eat mouse program, simple and interesting, can be used to familiarize with OpenGL)
- 2018-12-09 15:55:07下载
- 积分:1
-
143204
最优化的一系列算法,包括牛顿法,最速下降法,共轭梯度法等,(A series of optimization algorithms, including Newton method, steepest descent method, conjugate gradient method, etc.)
- 2018-11-10 17:35:29下载
- 积分:1
-
analisy
C++此法分析和此法分析,结果写在txt文件中(C++ This method analysis, and this law analysis, the results written in the txt file)
- 2009-10-31 23:08:09下载
- 积分:1