资源列表
Desktop
- 实现了在system权限下的屏幕截图,支持远程用at命令或登录到system用户进行截取用户桌面而非黑屏。-Under the authority of the system to achieve a screenshot, use the at command or remote system users to log in to intercept the user' s desktop instead of black.
PushSource
- 一个简单的Directshow源滤波器,使用GDI+在每一帧上显示帧数,继承的类包括:CSource,CSourceStream,CSourceSeeking-A simple source filter, use GDI+ in the number of frames displayed on each frame, inherited classes include: CSource, CSourceStream, CSourceSeeking
VB-_GameEngine
- VB+GDI_游戏图像引擎, 学习GDI,游戏图形图像的参考代码-VB+ GDI_ game graphics engine, learning GDI, game graphics image reference code
P186
- 绘制一个圆环面,并从不同角度观察它,这个程序就是执行显示列表来绘制圆环面-Draw a torus, and observe it from different angles, this program is the implementation of the display list to draw the torus
treechart1
- 绘制一个实时曲线图,可以实现坐标轴以及曲线随着数据的增加而移动。图表控件上输出了50个点连成的曲线,曲线动起来,将左侧的点存在,右侧增加一些新的点.曲线整个压缩。-Draw a real-time graph, axis and the curve can be achieved with the increase of mobile data. Chart control on the output of a 50-point connected into the curves, move,
BasicFlight
- 飞行模拟器程序,主要模拟飞行的各种姿态,运动。-Flight simulator program, mainly a variety of simulated flight attitude, movement.
jishupeizhunsuanfa
- 基于特征点的记时配准算法,图像配准技术 源码MFC-Feature points in mind when based registration algorithm, MFC source image registration techniques
BasicGraphics
- 实现中点Bresenham算法画直线 实现改进Bresenham算法画直线 实现Bresenham算法画圆(八分法绘制圆) 实现Bresenham算法画椭圆(四分法绘制圆) 实现具有宽度的图形(线刷子或方刷子)-Mid-Bresenham draw line Improved Bresenham algorithm Draw circle Draw ellipse Line/Square brush
ENVI
- 这些代码主要是用于ENVI二次开发,主要功能:初始化ENVI,定标,大气校正,融合,镶嵌,裁剪,分类(监督+非监督),面向对象特征提取,结束ENVI -for envi
KineChain
- 一个很好的mfc动画模拟人的手臂机械手动作程序-A useful program about MFC
GDI
- 很好的GDI绘图源码,适合入门者和需要提供GDI绘图的程序员。-Very good GDI graphics the source code
RotateBox
- 一个使用GDI实现的一个带有3D效果的旋转的立方体。(vs2008工程) CDC::PlgBlt函数可以实现将资源设备中的一个方形区域映射到目标设备上的一个平行四边形区域中,而这个函数还提供了一个遮罩位图,利用这个功能再加上合适的计算可以实现将资源位图中的任意一个三角形区域映射到目标设备上的任意三角形区域。而这个功能正是3D绘图中最基本的“三角形贴图”。-GDI achieved using a 3D effect with a rotating cube. (Vs2008 projects