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

搜索资源列表

  1. CH7_3

    0下载:
  2. 查找过程:将表分成几块,块内无序,块间有序;先确定待查记录所在块,再在块内查找-Search process: The table is divided into a few, within the block of disorder, inter-block and orderly Record of unknown origin to determine where the first block, then at block within the search
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:513
    • 提供者:黄鹏
  1. pinball

    0下载:
  2. 应用于RHINO,从原点开始自动发出圆形,并用随机的速度运动-Applies to RHINO, from the origin to start automatically issued a circular, and the speed of random sports
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1087
    • 提供者:朱力
  1. 7_05

    0下载:
  2. 用DLA模型模拟植物的生长,基于一个最初的原点不断演化而生成的一个圆周图形-DLA model simulation with the growth of plants, based on an initial origin and generated by evolving a circle graph
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1910394
    • 提供者:杨明
  1. C(FastFourierTransformthesourcecode)

    0下载:
  2. 在matlab中编写的FFT函数,虽然其matlab的功能强大,但其运算的时间长,本源代码是利用C++的快速,实现的FFT-Matlab prepared at the FFT function, although the matlab powerful, but its computing time, the origin code using C++ are fast, implementation of the FFT
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4298
    • 提供者:万青松
  1. HighSeas

    0下载:
  2. 本源代码着眼于J2ME技术的应用,使用JAVA语言实现,开发一款可商用的手机游戏程序——冒险海盗船。本程序的界面和运作方式于台式游戏,将老少皆宜的经典作品移植到手机上来,为更流行的硬件平台提供应用软件-Origin of the code focus on J2ME technology, the use of JAVA language implementation, the development of a commercial mobile phone to procedures Game
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:205661
    • 提供者:lufeng
  1. originstudy

    0下载:
  2. 常用工具origin的使用教程,这个软件在实际中经常需要用于各种分析-Origin of the use of commonly used instrument tutorial, the software often required in practice for a variety of analysis ..
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:4071398
    • 提供者:thankyou
  1. zhouelai

    0下载:
  2. 周恩来 1898年3月5日生,字翔宇。小名,大鸾。曾用名飞飞、伍豪、少山、冠生等。原籍浙江绍兴,生于江苏淮安。-Zhou Enlai March 5, 1898 Health, Xiang-Yu word. Name, big-luan. Formerly known as Fei-fei,伍豪, less mountains, such as crown of Health. Shaoxing, Zhejiang origin, born in Jiangsu Huaian.
  3. 所属分类:IT Hero

    • 发布日期:2017-04-25
    • 文件大小:143676
    • 提供者:yang
  1. RWJpegExp

    0下载:
  2. MFC 读取BMP图像信息,然后进行二维DCT变换,再量化,Z字型扫描,实现BMP到JPEG的转换-the encoding and decoding of JPEG and the specific realization of program on vc++ platform. The encoding part of this program can encode a picture whose format is BMP and save relevant data as binary
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:275388
    • 提供者:王志伟
  1. GA

    0下载:
  2. 描述遗传算法的由来及基本原理,并阐述了其具体实现的步骤的例子。对于新学GA算法的人来说是一本不错的书籍!-Descr iption of the origin of genetic algorithms and the basic principles, and described the steps to achieve their specific example. GA learning algorithm for the new person is a good book!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3486585
    • 提供者:王列
  1. MidPointEllipse

    0下载:
  2. 中点画椭圆法的扫描转换程序,算法描述:考虑圆心不在原点,设圆心坐标为(x0,y0)。通过平移坐标原点到圆心。-Stipple Ellipsometry in the scan conversion process, the algorithm descr iption: consider the center of a circle is not the origin, set up the center coordinates (x0, y0). Through shifting the or
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:21336
    • 提供者:tomomoon
  1. GSBSSH

    0下载:
  2. 利用时域有限差分法计算有介质板的高斯波源,通过Origin能够显示结果。-The use of FDTD method to calculate the Gaussian wave source media board, can display the results through the Origin.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1288
    • 提供者:汤恩现
  1. wavelength_2dimension

    1下载:
  2. 利用时域有限差分法模拟二维坐标中波传播,使用Origin成功作图。-The use of FDTD simulation of wave propagation of two-dimensional coordinates, using Origin successful mapping.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1422
    • 提供者:汤恩现
  1. Onedimensionalarrclastemplate

    0下载:
  2. 建立一维数组数据结构的模板类,使一维数组中的数据元素可以是char, int, float等多种数据类型,类中的成员函数主要包括: 排序函数,能够对数组元素进行升序排列; 查找函数,能够在输入待查元素后,输出其在数组中的下标; 构造函数,初始化输入数组元素,这里要求数组元素的个数n是一个变量; 析构函数,释放数组元素所占用的堆内存; Set函数,可以为指定的数组元素赋值; Get函数,可以读取指定数组元素的值; Print函数,可以输出数组元素的值。 编写一个测试
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1301
    • 提供者:晓华
  1. zuobiao

    0下载:
  2. 从0开始的整数按逆时针方向旋转排列,要求输入任意一个正整数,输出它在以0为原点的直角坐标系中的坐标-Integer from 0 to start with by the anti-clockwise rotation, for the importation of any positive integer and output it to 0 for the origin of the Cartesian coordinate system of coordinates
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:243223
    • 提供者:梁毅
  1. FlightPanel

    0下载:
  2. Flight panel java GUI selecting the departure city, origin city, the day and time of travel, number of adults and children travelling and will calculate the total order.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:9830
    • 提供者:Liz
  1. LED

    0下载:
  2. LED的起源发展过程详解,LED的发展趋势及工程应用,必看-LED explain the origin of the development process, LED trends and engineering applications, see
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3377881
    • 提供者:郑虎
  1. ripper(origin)

    1下载:
  2. Ripper 分类算法,基于规格的分类算法-Ripper algorithm based on the rule
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-11-01
    • 文件大小:2205269
    • 提供者:虞璺
  1. FORTRAN_Sources

    0下载:
  2. FORTRAN是一门在数值计算领域有着重要用途的高级计算机语言。本书深入浅出、循序渐进地向读者讲述如何使用FORTRAN进行程序开发。本书内容包括FORTRAN起源及发展、FORTRAN语法基础、简单输入与输出、常量和变量、种别和属性、常用内部过程、运算符及表达式、程序流程控制、FORTRAN中的数组、FORTRAN程序单元、高级输出与输入、文件操作、FORTRAN指针等内容。基本上涵盖了FORTRAN语言的方方面面。为便于读者进一步加深对FORTRAN语言的理解和应用,本书最后几章专门列举了
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2234736
    • 提供者:杨威
  1. FORTRAN_PPT

    0下载:
  2. FORTRAN是一门在数值计算领域有着重要用途的高级计算机语言。本书深入浅出、循序渐进地向读者讲述如何使用FORTRAN进行程序开发。本书内容包括FORTRAN起源及发展、FORTRAN语法基础、简单输入与输出、常量和变量、种别和属性、常用内部过程、运算符及表达式、程序流程控制、FORTRAN中的数组、FORTRAN程序单元、高级输出与输入、文件操作、FORTRAN指针等内容。基本上涵盖了FORTRAN语言的方方面面。为便于读者进一步加深对FORTRAN语言的理解和应用,本书最后几章专门列举了
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:132664
    • 提供者:杨威
  1. sr

    0下载:
  2. 本程序构建职员信息表,此程序包含职员生日,籍贯,工资等信息-Construction of the staff of the program information table, the staff of this program includes birthday, place of origin, wages and other information
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:633
    • 提供者:big304
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 40 »
搜珍网 www.dssz.com