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

搜索资源列表

  1. agent2d-2.0.1.tar

    0下载:
  2. RoboCup agent队 2D仿真 源代码-agent2d-2.0.1
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:162386
    • 提供者:龚昱阳
  1. 2D-fdtd

    2下载:
  2. 二维光子晶体禁带的MATLAB源码,光子晶体中因周期性结构而存在的频率禁带称为光子禁带,光子禁带的存在是光子晶体具有广泛应用前景的重要原因。 禁带越大,可控光的频带也越宽-Two-dimensional photonic crystal band gap of MATLAB source, photonic crystal structure exists because of the cyclical frequency band known as photonic band gap, pho
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1527
    • 提供者:wf
  1. test_dct

    0下载:
  2. 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4 x 4 matrix for the transformat
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:556
    • 提供者:浪飞人海
  1. hge-1.81

    3下载:
  2. 2D游戏引擎HGE1.81,整合了目前大部分相关的增强代码集合,其中包括: 1、修改支持DirectX9 2、添加中文说明文档和地图编辑器 3、添加中文输出与输出,添加Flash支持,添加与之相关Turorial代码样例 4、添加文本编辑框的选择、复制和焦点查询功能 5、添加对所有tutorials的调用工程,并修改所有Turorial工程设置以方便运行 6、添加中文的粒子系统编辑器 -2D game engine HGE1.81, integration of
  3. 所属分类:Game Engine

    • 发布日期:2016-01-26
    • 文件大小:5856790
    • 提供者:iFire
  1. G2DEngine

    0下载:
  2. 2D游戏引擎。这些代码是我大二、三时写的,所有代码原创(SoundEngine、lua等代码除外哈),如有雷同,纯属巧合。 代码可供大家学习交流,可以任意使用、修改。-2D game engine. The code is the sophomore, wrote three o' clock, all the original code (SoundEngine, lua and other code except Ha), any similarity is purely coin
  3. 所属分类:Game Engine

    • 发布日期:2017-05-18
    • 文件大小:5077451
    • 提供者:zb
  1. two_dimensional_PSD

    9下载:
  2. 二维功率谱密度计算程序 使用傅里叶变换 -2D PSD caculation estimator
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:887
    • 提供者:陈建超
  1. OpenMugen

    0下载:
  2. 著名的2D格斗游戏引擎Mugen的源代码-Famous 2D fighting game engine source code Mugen
  3. 所属分类:Game Engine

    • 发布日期:2016-01-21
    • 文件大小:2661940
    • 提供者:谢云辉
  1. 2D-FDTD-TM-RCS

    7下载:
  2. 这是一个用FDTD算法计算二维金属方柱散射场RCS的matlab程序.采用UPML吸收边界条件和高斯脉冲源激励,对于学习FDTD方法中的激励源加入,近-远场外推,吸收边界设置等很有帮助 -This is a two-dimensional metal with the FDTD algorithm to calculate the scattering RCS of a square cylinder matlab program. UPML absorbing boundary condi
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3095
    • 提供者:海儿
  1. Nemesis_Source_2008.tar

    0下载:
  2. RoboCup 2008 2D仿真组 Nemesis队 源代码-Nemesis 2D Soccer Simulation Team
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:372780
    • 提供者:龚昱阳
  1. ComElectrom

    0下载:
  2. FEM with 2D scattering from perfect cylinder
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2297030
    • 提供者:damgaci
  1. QRCodeFont.ZIP

    2下载:
  2. QRCodeFont 生成QRCode 字体,方便二维码生成-QRCodeFont font,is convient for 2D barcode
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2791035
    • 提供者:zhang yh
  1. QR

    0下载:
  2. QR条码的C++封装,可以移植到嵌入式系统中.-QR 2D barcode
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:374590
    • 提供者:myfyy
  1. Mersad_Source_2005.tar

    0下载:
  2. RoboCup 2005 2D仿真 Mersad队 源代码-Mersad Source 2005
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:223044
    • 提供者:龚昱阳
  1. SLG_Game

    0下载:
  2. 简单的2D游戏引擎,包括AStar算法等实现,Win32程序,游戏入门极好的参考。-A simple 2D game engine, including the realization of AStar algorithm, Win32 process, an excellent reference for game entry.
  3. 所属分类:Game Engine

    • 发布日期:2017-05-20
    • 文件大小:5914668
    • 提供者:amor
  1. Project_impactX_v1.1

    0下载:
  2. impactX Game 2D Engine 世界上最容易上手的DirectX 2D游戏引擎-impactX Game 2D Engine the most easy-to-use DirectX 2D game engine in the world
  3. 所属分类:Game Engine

    • 发布日期:2017-04-09
    • 文件大小:1488831
    • 提供者:Xiaofei
  1. 2D_map_editor

    1下载:
  2. 功能强大的2d地图编辑器,本资源版权归作者所有-2d map editor
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:9641870
    • 提供者:hydra
  1. Occam2DMT_Matlab

    1下载:
  2. mt 2d occam inversion matlab tool code
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:33048
    • 提供者:qqq
  1. Edgame

    5下载:
  2. 易语言2D游戏开发引擎最终版,基于著名国外2D引擎HGE封装,能开发商业品质的2D游戏。-2D game development engine, easy language the final version, based on the well-known foreign HGE 2D engine package, able to develop commercial quality 2D games.
  3. 所属分类:游戏引擎

    • 发布日期:2017-03-03
    • 文件大小:1847199
    • 提供者:速度
  1. 2DFFT

    1下载:
  2. 2D FFT的源代码,图形显示变换结果,关键代码有详细注释-2D FFT source code
  3. 所属分类:matlab例程

    • 发布日期:2012-11-04
    • 文件大小:1185
    • 提供者:桂树
  1. PCA2D

    0下载:
  2. 2D PCA IS METHOD USED FOR IRIS AND FACE RECOGNITION AN INTERSETING METHOD
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:979
    • 提供者:vinayak
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com