搜索资源列表
图形变换
- 这是一个图形变换的程序,按字母“Y”画一个用点组成的圆;按字母“S”画一 个用不同颜色填充的三角形;按字母“Z”画一个用不同颜色填充且带有边框图案 的矩形;按“q”键退出。-this is a image transform program,draw a cirlce according to the letter \"Y\" draw a triangle filled with different color according to the letter\"S\" draw a
geometry_c++
- 计算几何学常用算法库 C++语言实现 代码内容 计算几何学常用算法库,包括以下算法: 确定两条线段是否相交 判断点p是否在线段上 判断点q是否在多边形Polygon内 计算多边形的面积 寻找凸包 graham 扫描法 -geometry calculation commonly used algorithm for C language code as calculated geometry commonly used algorithm li
dssdf
- 本程序在EVC4.0+PPC SDK 2003下调试通过。 用Independent JPEG Group发行的JpegLib进行Jpeg图像的读取与保存。 这里只加了一个简单的处理示例——负片。其他的处理可以用与这个类似的方法,有了处理的算法对像素数据进行操作。或者加上鼠标事件的处理来完成绘画功能等等,这里主要是对JPEG文件进行操作的部分。 注意:程序中的CTScreenBuffer并未使用,原因是使用它加载后有段内存没有释放,加上BMP数据本来就比较好处理,所以自己写一段
implicit-plot
- 这是理解隐函数 如f(x,y,z)=0,作图的算法的一个最基本的程序, key: 1. q or w 绕x轴旋转 2. a or s 绕y轴旋转 3. z or x 绕z轴旋转-This the understanding implicit function f (x, y, z) = 0, the mapping algorithm of a basic procedure key : 1. w q or x-axis rotation around t
mytri
- 用分型几何做的一个好看的三维图形, a,s,d,q,w,e 可以旋转-type used geometric done a pretty 3D graphics, a, s, d, q, w, e rotates
CalcQieDian3
- 三点A,B,C (坐标A.x, A.y ......) A、B是矩形的两端点 且C在与AB平行的 矩形另一边上 或其延长线上 求矩形另外两端点M、N 再求与MN夹角为45度,与M距离为10的点P 以及与MN夹角45度,与N距离为10的点Q 注:P、Q都在矩形内部
Sample
- 一个OpenGL的编程简单例子,初学者看一看,c++平台上运行,有兴趣可以看看,主要实现画矩形和右击鼠标出现菜单,按 q 实现退出,代码只有几十行。
star2
- 用旋转变换的方法生成一个有40个点,内径为100,外径为200的星形图形。 程序运行按键说明:q,w比例变换,a,s旋转变换,j,l,i,k为平移变换。-rotating transform, the formation of a 40 point, the diameter of 100 and 200 the diameter of astrocytes graphics. Running Press : q, w ratio conversion, a, s rotation transf
ScreenCapture
- c++ SDK 的简单截屏代码,就像qq的截图,快捷键ctrl+Q开始截图,然后鼠标选择区域,截图后会显示在程序对话框上,并且自动保存到剪贴板。
jpegtool
- 恩 jpeg的源码 DCT+ Q矩阵量化的那种
xiaobo5
- 根据Arnold置乱变换算法的过程和8位图像像素值的取值范围(0≤f(x, y)≤255),导出了一种逆变换算法。该算法假设了两个变量p和q,由Arnold正变换算法导出了四个方程组,然后再根据像素值的取值范围,计算出p和q的可能取值,针对p和q的取值组合,计算出各方程组的解,那么在所有方程组解中满足像素值取值范围的即为逆置乱的解。经分析,逆变换算法的解忧且仅有一个。
inpoly
- This code is described in \"Computational Geometry in C\" (Second Edition), Chapter 7. It is not written to be comprehensible without the explanation in that book. This program reads a polygon P followed by query points from stdin. The in
bezier
- 利用opengl绘制三次bezier曲线,B--绘制曲线 C--全部重绘 E--重绘曲线 Q--退出
ROAM-LOD
- ROAM Simplistic Implementation By Bryan Turner brturn@bellsouth.net January, 2000 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default
WalkIn3DWorld
- 一个可以自由行走的3D场景,使用Q,W,E,A,S,D六个键控制。-one can take free exercise of 3D scenes, the use of Q, W, E, A, S, D keys to control six.
paddedsize.rar
- 数字图像处理,通过选择输入参数,生成蛮子扩充函数的P,Q的最小偶数值!,Digital image processing, by selecting the input parameters to generate the expansion of functions Manzi P, Q values even the smallest!
q
- 手写体英文数字识别系可以识别数字可视化的程序编程-ocr it can do to search the work and can do it very much
DuiyfxXueXi
- 对应分析,包括Q因子分析和R因子分析,用于对数据各因子间的关系和分类-Correspondence analysis, including the Q factor analysis and R factor analysis, the data for the relationship between each factor and classification
Extract-I(q)-vs
- This function requires the input of a 2D matrix containing intensity values (double) corresponding to the x-ray scattering image (‘imagemat’). It returns I(q) vs. q in matrix ‘IvsQ’. It loads the experimental parameters saved in A.1. Start and
fractaldim(y-Q-M)
- 计盒分形维数计算的matlab源代码编程实现过程-Function [Fdgen NoisfreFD ]=fractaldim(y,Q,M) __________________________________________________________________________ Usage: Computes fractal dimension by box counting(BC) method. NOTE: Running the code may ta