-
VoIP
这个是华为的VoIP文档,讲述清晰,值得阅读!(This is Huawei' s VoIP documents, about clarity, it is worth reading!)
- 2009-12-06 16:01:08下载
- 积分:1
-
VCgongchenganli
说明: VC的一些工程案例,包括车牌识别,人脸识别,图像处理基本操作等(car license recognization system)
- 2010-04-14 16:25:39下载
- 积分:1
-
mut-PID-by-PSO
pso优化多目标pid 分数(optsim1,pid pso)
- 2021-01-01 21:48:58下载
- 积分:1
-
MCU是stm32f105,将USB端口,驱动为HIDstm32f105-usb-hid
MCU是stm32f105,将USB端口,驱动为HID,可以与pc通信,已经完成测试。(MCU is stm32f105, the USB port, driven by HID, can communicate with PC, has been tested.)
- 2020-07-18 10:38:47下载
- 积分:1
-
AU6331SD
Au6331 SD卡读卡器设计 Au6331 SD卡读卡器设计( SD card design)
- 2010-01-20 11:34:09下载
- 积分:1
-
wordAnalyzer
词法分析器,用来验证在编译代码的时候代码是不是符合此法规则的,在满足了词法规则的时候再检查他是不是满足语法规则,最主要的是适合于学生用来学习(wordAnalyzer.zip to test the words in the cpp fellow the standard of the exact of the language or not.)
- 2014-01-09 11:05:51下载
- 积分:1
-
ILI9486
常用3.5寸液晶屏的驱动程序,非常完善适用于stm32(Commonly used 3.5 inch LCD screen driver, very perfect for stm32)
- 2021-04-29 14:38:42下载
- 积分:1
-
nvfhj
Codec ldpc code implementation Verification is available, Energy spectrum analysis and calculation.
- 2017-10-27 15:40:21下载
- 积分:1
-
anintroductiontogcc
perfect gcc book for using system and tutorial , youcan using it as a good book to learing
- 2006-04-11 02:01:35下载
- 积分: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