-
MySky
一个用VC++和OPENGL编写的模拟天空盒效果的三维仿真程序(A used VC++ And OPENGL prepared simulated three-dimensional effect of the sky box simulation program)
- 2020-07-02 05:20:02下载
- 积分:1
-
USE-OF-xpressive
正则表达式是处理文本强有力的工具,它使用一套复杂的语法规则,能够解决文本处理领域的绝大多数问题,如验证,匹配,查找,替换等,这些问题用通常的字符串算法是很难甚至无法解决的。这里包含boost xpressive的基 本用法(boost xpressive.boost xpressive.boost xpressive.regex,match,search)
- 2013-08-18 10:24:53下载
- 积分:1
-
gengzhong
点光源追踪,步进电机与MSP430,实现对电光源的追踪,可用于太阳能(Point source tracking, stepper motor and MSP430, to achieve the tracking of electric light, can be used for solar energy)
- 2012-08-07 07:50:05下载
- 积分:1
-
wired--picture
在嵌入式平台下,利用TCP协议发送图片到PC机,并在PC上正确显示(In the embedded platform, using TCP protocol to send pictures to a PC and display correctly on PC)
- 2014-08-31 21:21:53下载
- 积分:1
-
C# cms 内容管理系统 完整源码下载
C# cms 内容管理系统 完整源码下载
- 2014-10-23下载
- 积分:1
-
C# 制作 IE插件例子源码下载
IE插件实现了 统计网页浏览时间
- 2014-09-11下载
- 积分:1
-
las_tools
一个非常实用的las文件处理工具,可以实现很多功能,如读写las文件,分类,分块,抽稀,合并,生成边界线,生成DEM,点云高度归一化,数据格式转换,波形数据压缩等(A very useful the las file processing tools, you can achieve a lot of features, such as read and write las file classification block Rarefy merge to generate the boundary line, generated DEM point cloud height normalized data format conversion, waveform data compression, etc.)
- 2021-01-24 20:58:38下载
- 积分: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
-
STM32中AD/DA转换并在DMA中进行存储
STM32中AD/DA转换并在DMA中进行存储,采用数组存储,用ADC采集语音信号,然后用DMA存储,最后用DAC播放。
录音大约可以在8秒左右,采样的后还原的波形还是不错的,提高采样频率之后可以完美还原波形。
- 2022-09-16 17:50:03下载
- 积分:1
-
线程在 vc 环境中测试
simple.vcproj
- 2022-02-01 16:45:54下载
- 积分:1