-
dct变换
实现离散余弦(TCD)变换(achieve discrete cosine (TCD) Transform)
- 2020-10-15 10:47:29下载
- 积分:1
-
资源管理器
资源管理器,C++语言实现+++++++++++++++++++++++
- 2022-08-08 08:39:47下载
- 积分:1
-
ITKbrain
ITK的脑室图像分割,可以对脑部的图像用itk进行分割,用VTK来进行显示。(the segration of brain of ITK )
- 2009-03-20 17:42:08下载
- 积分:1
-
MSP430-MODBUSRTU
个人写的基于MSP430F149的modbusRTU协议的实现,代码完全可用,压缩包内有编译无错误和运行测试例子的截图证明,使用时直接将.h和.c文件加入工程,修改相应的IO和串口即可,芯片使用MAX3485(Achieve personal written agreement based on MSP430F149 modbusRTU code fully available, compression packages have screenshots compile error and run test cases proved directly. H and. C file on the use of the project, modify the IO and serial namely may, chips MAX3485)
- 2014-03-07 16:02:46下载
- 积分:1
-
大作业3
MFC画板,简单实现了画线画圆椭圆等各项功能,代码简单易懂适合学习(MFC Sketchpad, simple realization of painting lines, painting circles, ellipses and other functions, the code is simple and easy to understand, suitable for learning)
- 2017-08-14 15:37:33下载
- 积分:1
-
Schomburg method used to achieve 0
用回朔法实现0-1背包问题,其实排序部分用的是快速排序,以提高运行的时间效率.-Schomburg method used to achieve 0-1 knapsack problem, in fact some sort of rapid, in order to increase the efficiency of operations.
- 2022-03-24 09:29:10下载
- 积分: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
-
This is an instance of an array. The program includes a variety of types of arra...
这是一个数组实例。该程序里包含多种类型的数组,如一维数组、二维数组、锯齿型数组等,运行后显示各类数组及其包含的元素。-This is an instance of an array. The program includes a variety of types of arrays where, if a dimensional array, two-dimensional arrays, jagged arrays and so on, running showing the different categories and include an array of elements.
- 2022-11-21 18:45:03下载
- 积分:1
-
btp2
linear 2 stat problem
- 2010-12-18 09:39:12下载
- 积分:1
-
锂电池电压检测
监测锂电池电压,当监测值低于设定值则报警
- 2022-05-05 21:14:11下载
- 积分:1