CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 2D

搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() {     int i, j, num=1, a[N][N];     for(i=0; i<=N/2; i++) &nb
  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4395
    • 提供者:good@588
  1. A_2D_game

    0下载:
  2. A 2D game engine for C++ and an example : Aero Blasters -A 2D game engine for C and an example : Aero Blasters
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:70312
    • 提供者:Paladin
  1. VOXEM.ZIP

    0下载:
  2. will generate a voxel terrain map and place this data in a 2d array rotate the terrain map data about x,y,z
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:9843
    • 提供者:none
  1. vctuxingjiaohuhuizhi

    0下载:
  2. 二维图形交互软件,可以画直线,圆,椭圆, 多边形,曲线,可以选取颜色-interactive 2D graphics software, can be painted line, circle, ellipse, polygon, curve, select colors
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:180395
    • 提供者:秋水寒
  1. ewewew

    0下载:
  2. 这是delphi程序2d-This is the procedure 2d
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:41100
    • 提供者:徐金宝
  1. hge

    0下载:
  2. 2D游戏引擎hge的代码-2D game engine code HGE
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:1466172
    • 提供者:是啊
  1. ZedGraph_Demo

    0下载:
  2. C#二维图像控件(Winform/Webform)-C# 2D Image Control (Winform / Webform)
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:364606
    • 提供者:张荣炳
  1. graph2dapp

    1下载:
  2. 使用Java书写的图形学2D程序集合(可以用JCreator3.5编译),程序包括交互式编辑,常用曲线(抛物线,三次参数样条,Beizer,B样条),还有多边形填充,2D旋转和字体示例-written in Java 2D graphics procedures set (which can be used JCreator3.5 compiler), including interactive editing procedures, common curve (parabola, the th
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:59765
    • 提供者:徐林
  1. fullscrean

    0下载:
  2. JAVA写的一个全屏代码还有一些JAVA的写的2D程序,大家可以查考一下-a full-screen write some code written in Java 2D procedures, we can ascertain what
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:168751
    • 提供者:王海洲
  1. LESSON17.ZIP

    0下载:
  2. opengl 2D Bitmap Texture Font例子-opengl 2D Bitmap Font examples Texture
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:81042
    • 提供者:罗刚
  1. Gamecode

    0下载:
  2. Kane的游戏编程原代码(2d),里面有45度的经典制作方法.强烈推荐-Kane of the original game programming code (2d), which has 45 degrees of classical methods. Strongly recommended
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:30236
    • 提供者:高翔
  1. NTGraph_demo

    1下载:
  2. 2d图形显示的activex控件,可定义多种显示波形图显示方式,并且无闪烁。-2d graphics of activeX controls, a variety of definable display waveform displays, and Flicker-free.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:205014
    • 提供者:稀奇虫子
  1. 二维非结构化网格生成及流动传热求解程序

    4下载:
  2. delauney二维非结构化网格生成程序 采用fortran语言-Delauney 2D unstructured mesh generation process using FORTRAN language
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6828
    • 提供者:asdf
  1. machie_study

    1下载:
  2. 机器学习及人工智能中的多层感机的算法,可识别复杂的二维点阵图形,在实际的模式识别中很有参考价值。-Machine study for arithmetic multi-layer perceptron, it can recognize 2D dot matric graph, it is a good reference for pattern recognition
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:106171
    • 提供者:wtm
  1. 同色球游戏

    0下载:
  2. 游戏开发,用到direct等.Ball 球类,包含球的颜色(0,1,2),球的状态(int),球的外部标识。 MapNode 网结类,定义了一个专用的二维链表类的节点,包含该节点的挂球位,该节点的组号,节点的外部标识。 SameBallMap 包含二维链表(由15*10个节点组成),实现对游戏的球对象的完全管理. -game developers, such as direct use. Ball sports, including the color of the ball (0,1,2),
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:823618
    • 提供者:石飞
  1. CDDGame-saintfighter-src-code

    0下载:
  2. 一个完整的2D滚屏游戏示例,编译后可以运行玩耍。使用DIRECT DRAW,DIRECT INPUT,DIRECT SOUND;游戏逻辑完整,有记分系统,供喜欢游戏编程的初学者参考切磋。-a full 2d scrolling screen game demo.play it after building.using DIRECT DRAW,DIRECT INPUT,DIRECT SOUND,game logic is complete,whith score counting system.i
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:3288163
    • 提供者:包明
  1. GBA设计指导

    0下载:
  2. Game Boy Advanced(GBA)是日本任天堂公司于2001年推出的一款32位掌上游戏机.它着重于游戏机的便携式,并且以2D游戏为主(3D游戏依然不错).GBA有十分高效硬件图像处理加速,GBA基本上是现在全球公认的最佳的掌上游戏机.-Game Boy Advanced (GBA), Nintendo of Japan in 2001 introduced a 32-bit handheld console. It focuses on the portable console, an
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:503347
    • 提供者:乐永
  1. matlab 绘图

    0下载:
  2. matlab绘图。详细综合matlab的绘图方法,包括二维,三维绘图。以及相映的图象编辑功能。能从多角度对图象进行处理!-Matlab graphics. Detailed and comprehensive Matlab graphics, including 2D and 3D graphics. , And form a contrast image editing features. From the perspectives of image processing!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:508412
    • 提供者:马大
  1. MakeTwoBarCode

    0下载:
  2. 教你如何制作PDF417、QRCode二维条码,如何进行图像压缩,提供免费的DLL,有打印复制设置样本,是你制作与应用二维条码的必备案例-show you how to make pdf417,ORCode 2d bar code,how to compress image,provid free dll, it has print and copy setting sample,it is necessary for you to make and apply 2d bar code.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:128800
    • 提供者:何红军
  1. sc1

    1下载:
  2. 在applet中,利用2D显示3D的效果,这个是正方形的显示.各个面利用菱形组合起来.-the applet, using 2D 3D results show that the square is the show. All diamond-use combination.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4827
    • 提供者:慕容楚冰
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 50 »
搜珍网 www.dssz.com