Welcome![Sign In][Sign Up]
Location:
Search - rect

Search list

[J2MESerpentGame.1.0.rar

Description: Position.java :辅助类 SerpentGameCanvas.java :游戏主控类 Maze.java :迷宫 SerpentGame.java :应用主控类 Serpent.java :蛇类 GreedySerpent.java :NPC蛇类 Rect.java :辅助类 Frog.java :青蛙类 BlindSerpent.java :NPC蛇类 DirectionHelper.java :辅助类 RunnerSerpent.java :NPC蛇类 Egg.java :蛋类
Platform: | Size: 14002 | Author: | Hits:

[JSP/JavaRect.rar

Description:
Platform: | Size: 1153 | Author: | Hits:

[Other resourcevml_graphic

Description: 第一部分:VML入门 第一节:VML基本概念 第二节:Shape对象与VML坐标系 第三节:Line,Polyline(线)对象 第四节:Rect,RoundRect(矩形)对象 第五节:Oval(圆)对象 第六节:Image(图像)对象 第七节:Group容器 第八节:ShapeType给VML制作模版 第二部分:VML编程技巧 第一节:脚本动态生成VML 第二节:放大缩小VML 第三节:给VML增加事件 第三部分:VML典型例子 第一节:数据图表 第二节:矢量地图 第三节:文本修改留痕 -Part I : Introduction Section I VML : VML basic concept Section II : Shape object with VML coordinates Section III : Line, Polyline (line) Object Section IV : Rect, RoundRect (rectangular) Object V : Oval (Yuan) targets Section VI : Image (image) target section VII : Group containers VIII : ShapeType VML production template to the second part : VML programming skills Section 1 : the script dynamically generated VML Section II : Zooming VML Section III : VML increase to the third part of the incident : VML typical example Section 1 : Section II data charts : vector maps III : Text changes traces
Platform: | Size: 62235 | Author: 可爱的中国 | Hits:

[JSP/JavaRect

Description: 一个applet程序-an applet
Platform: | Size: 1420 | Author: 史提芬 | Hits:

[Dialog_WindowBeautifulFace

Description: 一个华丽的界面 使用方法 方法一: ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标 方法二: 不用上面的,但是要去掉对话框的title属性 void CPageDlg::OnPaint() { if (IsIconic()) { ... } else { // CDialog::OnPaint() //一定要去掉该句 CPaintDC dc(this) //对话框的dc CDC dcMem dcMem.CreateCompatibleDC(&dc) //创建与对话框dc兼容的内存dc CRect rect GetClientRect(&rect) BITMAP bitMap m_bmpBackground.GetBitmap(&bitMap) CBitmap *pbmpOld=dcMem.SelectObject(&m_bmpBackground) //将背景位图选入内存dc中 dc.StretchBlt(0,0,rect.Width(),rect.Height(),&dcMem,0,0,bitMap.bmWidth,bitMap.bmHeight,SRCCOPY) //将内存dc中的位图拉伸显示在对话框的dc中 //dc.BitBlt(0,0,rect.Width(),rect.Height(),&dcMem,0,0,SRCCOPY) } } -a gorgeous interface to use a method : ModifyStyle (WS_CAPTION, WS_MINIMIZEBOX. SWP_DRAWFRAME) / / Settings icon two ways : not above, However, to remove the title attribute dialog void CPageDlg : : OnPaint () (if (IsIconic ()) (...) else (/ / CDia log : : OnPaint () / / must remove the sentence CPaintDC dc (this) / / Dialog dc CDC dcMem dcMem.CreateCompatibleDC (
Platform: | Size: 148507 | Author: 黄景天 | Hits:

[OtherfullScreen_program

Description: 为MFC应用程序添加全屏幕显示功能 部分代码: 成员变量: BOOL m_bFullScreen //全屏幕显示标志 CRect m_FullScreenWindowRect //全屏幕显示窗口Rect WINDOWPLACEMENT m_wpPrev //用于保存正常视图时的窗口位置信息 CToolBar * m_wndFullScreenBar //全屏幕显示时的浮动工具条 成员函数: void OnMenuFullscreen() //全屏幕显示的处理函数 void OnGetMinMaxInfo() //捕获WM_GETMINMAXINFO消息以便允许你增加窗口大小 void OnUpdateViewFullScreen() //更新“全屏幕显示”菜单的状态 省略-MFC applications to add full-screen display of code : member variables : BOOL m_bFullScreen / / Full screen display signs CRect m_FullScr eenWindowRect / / Full screen display window Rect WINDOWPLACEMEN T m_wpPrev / / View for the preservation of the normal window of information CToolBar * m_wn dFullScreenBar / / full-screen display of floating tool for members of the function : OnMenuFullscreen void () / / Full screen showed that the processing function void On GetMinMaxInfo () / / catch information to allow WM_GETMINMAXINFO Xu you increase the window size void OnUpdateViewFullScreen () / / updated "Full screen shows that the" state of the menu omitted.
Platform: | Size: 4499 | Author: a | Hits:

[OtherDrawingPring

Description: Drawing, painting study with straight line and rect
Platform: | Size: 889 | Author: caiqiu | Hits:

[GDI-BitmapRectF

Description: 自己定义的空间点和矩形的描述,用模板实现的.提供了方便的操作符运算,并提供了一般的空间运算功能,并定义了和GDI 对应数据类型POINT RECT和GDI+数据类型 Point PointF RectF Rect之间的互相转换.-err
Platform: | Size: 7168 | Author: 飞涧 | Hits:

[Windows Developrect

Description: 我是一个初学着 现在也没有什么好的代码 需要下载资料来学习就只好上传自己写的旋转图形绘制的代码-I am a beginner with now Nothing good code required to download information on the study can only upload your own graphics rendering rotary Writing code
Platform: | Size: 4519936 | Author: 王洪宝 | Hits:

[Graph programRect

Description: 橡皮筋类的使用方法实例,初步领略橡皮筋类的奇妙运用。-The use of rubber band-type example, the initial taste of the amazing rubber band type of use.
Platform: | Size: 1955840 | Author: gaohui | Hits:

[Other Riddle gamesRect

Description: 比较经典的俄罗斯方块游戏VC++的源代码,它可以设置区域大小,也就是方块几行几列,游戏难度级别,方块样式选择等,小时候我们经常玩的游戏,现在还有不少在玩。VC6下通过编译。-Comparison of the classic Tetris game VC++ source code, it can set the size of the region, that is, a few boxes a few lines out, the game difficulty level, style selection box, when we often play the game, and now there are not less in play. Compiled under VC6.
Platform: | Size: 288768 | Author: 724 | Hits:

[matlabrect

Description: 矩形波函数,计算其频谱,幅度谱和相位谱,与理论值比较。-Rectangular wave function to calculate the frequency spectrum, amplitude spectrum and phase spectrum, compared with the theoretical value.
Platform: | Size: 3072 | Author: | Hits:

[Windows Developmoving-rect

Description: 用WINDOWS 32APPLITION实现一个移动的正方形,用的是WIN32APPLITION编程,没用MFC。-using the windows 32 applition to draw a moving rect,not using the MFC.
Platform: | Size: 1024 | Author: ganggang | Hits:

[androidRect

Description:
Platform: | Size: 149504 | Author: haha | Hits:

[OpenCVrect

Description: 矩形查找,使用OpenCV,在C++环境下实现。-find rect in the picture,which use opencv and c++.This is a good example.
Platform: | Size: 2908160 | Author: 赖容 | Hits:

[matlab2D-rect--scattering

Description: 二维MUR吸收方柱散射,该文件用MUR边界很好的处理了方柱散射问题。-2D rect scattering
Platform: | Size: 2048 | Author: xylmgt | Hits:

[Button controlopengl-rect

Description: opengl的重要操作 绘制rect,适合学习opengl的人-Draw a straight line important operation OpenGL, suitable for learning opengl.
Platform: | Size: 2270208 | Author: douya | Hits:

[source in ebookrect-Franuhoferdiff

Description: 描述光束通过矩形孔之后的夫琅禾费衍射图像。可以修改相应的参数。-rect Franuhofer diffraction
Platform: | Size: 1024 | Author: 孙彬 | Hits:

[Graph Recognizerect

Description: 运行状态下,单文档上实现带控制按钮的矩形,控制矩形的大小。-Rect 单文档上实现带控制按钮的矩形
Platform: | Size: 2116608 | Author: ughuzsoft | Hits:

[Other Riddle gamesRect

Description: 俄罗斯方块,一款伴随着我们走过了童年的经典游戏-Rect, one accompanied us through childhood classic game
Platform: | Size: 987136 | Author: 星梦云庄 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net