搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 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
3569-2d
- C++编程.数据结构与程序设计方法的源代码.找了很久才找到-C programming. Data structures and processes for the design of the source code. Looking for a long time to find
Dijistra最短路径 二维数组结构 c++
- Dijistra最短路径 二维数组结构 c-Dijistra Shortest Path 2D array structure c
2D
- 利用简单的C++程序对三角形进行简单的二维变化-simple C program right triangle simple two-dimensional changes
2D-TM
- c++builder下编的FDTD二维TM波传播情况!
AlphaTriangles.c
- 主要是查看三角的颜色是否匹配,用的是ARGB,采用的是3D公式,但本程序却不能采用2D公式
Standard-2D-FDTD
- 标准的基于C语言的2D FDTD程序 用于电磁波模拟
2D-TM
- 2维的FDTD C程序
game+engine+2D
- c#的2d游戏引擎,功能很强大代码很强大 终于传完5个资源了!—_—|
2D
- C code for \"Computational Geometry in C (Second Edition)\": Code function Chapter pointer directory ----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(
2D PML 源代码 (c++)
- 用于2D FDTD模拟的完全匹配层吸收边界条件。
2D图形变换
- 通过C++实现简单的2D图形绘制 并且能够让图像以一定的规律变换 比如旋转啊
2D_CAD_System_SRC
- 《二维CAD软件的框架结构》,这是一个很好的二维CAD软件的框架结构,学习这个框架可以知道怎样作一个很好的CAD软件的基本方法-"2D CAD software framework," This is a very good 2-D CAD software framework structure, the framework could know how to give a good CAD software for the basic method
conv2d
- Convolution 2D C code
Chart2D
- Fast 2D Chard Control C#
C++版的飞机大战
- 用c++结合MFC写的2D游戏,对于新手会很有帮助的
plot 2d
- this for plot 2d in c# for plotting function 2d
C++
- 飞机大战二维游戏,有碰撞检测文字显示和二维空间漫游(World War II aircraft 2D game, collision detection and text display two-dimensional space roaming)
俄罗斯方块(3D、2D)
- 使用c# winform 实现俄罗斯方块,包含2D/3D功能。 声明:这篇文章主要是参考几个别人的博文及源代码学习(the Tetris game develop with C#(Winform),the function include 2D and 3D.)
粒子系统-喷泉(C#)
- 使用c#开发实现2D粒子喷泉效果,功能完整。喜欢的可以下载。(the project is Fountain Particles System,the function is perfect.you can down anywhere.)