登录
首页 » Visual C++ » PictureGame

PictureGame

于 2020-06-25 发布
0 186
下载积分: 1 下载次数: 1

代码说明:

说明:  graphic game developing source code

文件列表:

srcfans.com\PictureGame\HelpDlg.cpp, 1589 , 2007-05-08
srcfans.com\PictureGame\HelpDlg.h, 1183 , 2007-05-08
srcfans.com\PictureGame\PictureGame.aps, 22004 , 2007-05-08
srcfans.com\PictureGame\PictureGame.clw, 1711 , 2007-05-08
srcfans.com\PictureGame\PictureGame.cpp, 2133 , 2007-05-08
srcfans.com\PictureGame\PictureGame.dsp, 4372 , 2007-05-08
srcfans.com\PictureGame\PictureGame.dsw, 545 , 2007-05-08
srcfans.com\PictureGame\PictureGame.h, 1379 , 2007-05-08
srcfans.com\PictureGame\PictureGame.plg, 2084 , 2007-05-08
srcfans.com\PictureGame\PictureGame.rc, 6554 , 2007-05-08
srcfans.com\PictureGame\PictureGameDlg.cpp, 14682 , 2007-05-08
srcfans.com\PictureGame\PictureGameDlg.h, 2167 , 2007-05-08
srcfans.com\PictureGame\ReadMe.txt, 3669 , 2007-05-08
srcfans.com\PictureGame\res\01.bmp, 372576 , 2007-05-08
srcfans.com\PictureGame\res\02.bmp, 329128 , 2007-05-08
srcfans.com\PictureGame\res\03.bmp, 342200 , 2007-05-08
srcfans.com\PictureGame\res\PictureGame.ico, 1078 , 2007-05-08
srcfans.com\PictureGame\res\PictureGame.rc2, 403 , 2007-05-08
srcfans.com\PictureGame\resource.h, 1295 , 2007-05-08
srcfans.com\PictureGame\StdAfx.cpp, 213 , 2007-05-08
srcfans.com\PictureGame\StdAfx.h, 1054 , 2007-05-08
srcfans.com\PictureGame\res, 0 , 2017-02-27
srcfans.com\PictureGame, 0 , 2017-02-27
srcfans.com, 0 , 2017-02-27

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • dxflib-3.3.4-src
    dxflib-3.3.4-src ,dxflib是一个用来读写DXF文件的C++库。当读DXF文件的时候,dxflib分析文件并且调用用户自己定义的函数来添加实体、层、等。(dxflib-3.3.4-src,dxflib is an opensource C++ library for reading and writing AutoCAD (R) DXF files. )
    2014-07-24 19:23:54下载
    积分:1
  • MFC-drawing
    MFC做的画图软件 只能画直线 还有待改进 适合初学者 看看(MFC do draw a straight line drawing software can be improved for beginners look)
    2013-12-19 15:51:43下载
    积分:1
  • Teechart
    Teechart绘图应用实例(随机线条、动态画线、画圆)(Teechart drawing application examples (random lines, dynamic draw lines, circle))
    2020-12-04 21:19:26下载
    积分:1
  • Couette
    用C++模拟LBM的couette流源代码,使用周期边界和曲线边界条件。(LBM simulation using C++ source code of couette stream, using periodic boundary conditions and boundary curves.)
    2021-03-29 09:29:11下载
    积分:1
  • MyQtproject
    简单画图板,初学者实用,比较简单,如果喜欢可以下载来看看(Simple drawing board, beginners practical, relatively simple)
    2013-12-18 13:42:50下载
    积分:1
  • 1-MyPaint
    用MFC实现画图板,包括绘线,几何图形,上色等等,简单易懂。(To realize drawing board with MFC)
    2012-11-20 11:30:55下载
    积分:1
  • drawing-board
    用VS2012和open cv2.47编写的一个简单画图板程序,可以像画图板一样用鼠标画任意图形(Using VS2012 and open cv2.47 drawing board to write a simple program, you can use the mouse as the drawing board, like any graphic painting)
    2014-10-14 13:19:15下载
    积分:1
  • Charts
    说明:  vc ++ 6.0 实现的各种统计图,线图,饼图,直方图(Charts including pie,line and bar chart)
    2009-08-10 23:29:38下载
    积分:1
  • series_active_filter
    for PSCAD softwear it can be very easy and coming soon challenger in this soft
    2013-10-17 22:51:52下载
    积分:1
  • tuxingxuedazouye
    说明:  1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 6. 两种扫描多边形扫描转换算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法任选一种); 7. 4连通区域的递归种子填充算法,和扫描线种子填充算法,要求种子点(x,y)可交互输入)。 8. 简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 9. 交互式Bezier曲线的输入绘制程序实现 (1. So an integrated graphical interface procedures, which call for each operation subroutine. 2. Calling the painting point function, with DDA, the midpoint algorithm painting line and the midpoint algorithm and France Circle and the positive and negative parabola. 3. Interactive 2D linear intersection : If there intersection with a solid circle indicates Nodal and writing to demonstrate its coordinates. 4. Using 2D animation graphics transform algorithms to achieve the specified physical translation, rotation and scaling. (Including walking and cycling around the fixed point of rotating objects from the rotating animation.) 5. Line cutting and polygon clipping algorithm to achieve the animation demo. (Two segments cutting algorithm and H-S-by-side polygon clipping algorithm) polygon clipp)
    2020-11-09 20:49:46下载
    积分:1
  • 696518资源总数
  • 104787会员总数
  • 23今日下载