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

搜索资源列表

  1. make-sin-x

    0下载:
  2. 绘制sin x函数(其中x=0...n ) 及积分 ,n的值可以在前面板输入-make sin x
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:36446
    • 提供者:杨树源
  1. bsplinebezier

    0下载:
  2. B样条和bezier拟合程序,自己输入x,y值,即可进行拟合-B-spline and bezier fitting procedure, enter the x, y values​ ​ , can be fitted.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:945
    • 提供者:Yang
  1. DrawPlane

    0下载:
  2. 程序是用C#编写的,用GDI+绘制一个动态的二维平面坐标,通过输入X轴和Y轴的最小刻度来控制平面坐标的大小,并通过产生一个随机数波形,来动态显示平面坐标。 希望这个小程序能对学习使用C#GDI+绘图的朋友带来帮助。-This program is written in C#, with GDI+ to draw a dynamic two-dimensional coordinates, the user can enter the X-axis and Y axis coordinates
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:43872
    • 提供者:zhanghailong
  1. Newton-interpolation-method

    0下载:
  2. 牛顿插值法,输入x,y,再输入变量xi,就可以求得yi。-Newton interpolation method, the input x, y, and input variables xi, yi obtained.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:597
    • 提供者:李姣姣
  1. lagrange-matlab

    0下载:
  2. 拉格朗日插值法,输入x,y,再输入变量xi,就可以求得yi。-Lagrange interpolation method, the input x, y, and input variables xi, yi obtained.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:12367
    • 提供者:李姣姣
  1. cordic-c-vc-6.0

    0下载:
  2. cordic算法的c语言实现,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角,适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm realize the C language, input x, y coordinates of two points, are automatically calculated to change point and plane coordinate axis ( x axis positive ) angle,
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1694
    • 提供者:baijingdong
  1. cordic-fixed-point-c-vc6.0-

    0下载:
  2. cordic算法的c语定点数仿真,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角(有一定误差),适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm C language fixed point simulation, enter the X, y coordinates of two points, are automatically calculated to change point and plane coordinate axis (
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2299
    • 提供者:baijingdong
  1. bp_application_2

    0下载:
  2. 用BP神经网络实现输入x=0.3*sin(i*pi/50)+0.4*sin(i*pi/25)到输出y(n)=1/(1+3*y(n-1)+x(n)*x(n))的近似模拟,其中y(0)=0.15-BP neural network input x = 0.3* sin (i* pi/50)+0.4* sin (i* pi/25) to the output y (n) = 1/(1+3* y-(n-1)+approximate simulation of x (n)* x (n)), where y
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:247844
    • 提供者:刘荷苇
  1. cart2geo

    1下载:
  2. 从笛卡尔坐标系到地理坐标系的转换,输入X,Y, Z,输出phi,lambda 和 h-conversion of Cartesian coordinates (X,Y,Z) to geographical coordinates (phi, lambda, h)
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:808
    • 提供者:Angela Zhang
  1. stander-input-output

    0下载:
  2. ARM7 LPC2103驱动标准输入输出接口-ARM7-the LPC2103 drive standard input and output interfaces
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:381255
    • 提供者:陈苇
  1. x

    0下载:
  2. 某五级流水线CPU的设计原理图,含基本输入输出控制-traditional pipelined CPU design
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:166313
    • 提供者:RK
  1. XtoY

    0下载:
  2. tab dw 0,1,8,27,64,125,216,343,512,729 ,0-9输入 X立方根送Y-0-9 input the X cube root to send the input X of Y 0-9 cube root send Y.rar
  3. 所属分类:assembly language

    • 发布日期:2017-11-01
    • 文件大小:4026
    • 提供者:istrant
  1. shiyan2

    0下载:
  2. 求一元n次多项式的值 一个n次多项式如: 其中 被称为系数。在本题中使用LinkedList类,其数据记录项Term中包含每一项的系数 及x的幂次。 struct Term { double coeff int power } 在程序中以(系数、幂次)对的序列输入一个多项式。在输入的幂次为0时终止程序,将每对系数/幂次存储到按幂次排序的链表中。 (a)按以下形式输出结果多项式中的每一项 ai*x^
  3. 所属分类:汇编语言

    • 发布日期:2013-01-12
    • 文件大小:5323517
    • 提供者:梁小强
  1. Calculate-the-polynomial

    0下载:
  2. 本程序用于计算多项式的值,输入x和y的值,而后按照计算优先级次序,依次将所得的值存入dx寄存器,计算完成之后即可输出。-This procedure used to calculate the value of the polynomial, input x and y values, and then according to the calculation priority order, in turn, will be the value in dx register, after the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:14733
    • 提供者:huibian
  1. FloatHex-x

    0下载:
  2. 浮点数转换为字符,输入32位的浮点数,点击Float to HEX会自动转换-Floating point numbers to character
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:5438
    • 提供者:ZengR
  1. chess

    0下载:
  2. 此代码是在控制台上模拟五子棋,输入x,y坐标进行下子,此代码并非AI,需自己扮演自己与对家-This code is analog console backgammon, erupted input x, y coordinates, this code is not AI, need to play with home
  3. 所属分类:Java Develop

    • 发布日期:2017-11-28
    • 文件大小:3995
    • 提供者:郎君
  1. jquery-simplyscroll-2.0.X

    0下载:
  2. simplyScroll这个jQuery插件能够让任意一组元素产生滚动动画效果,可以是自动、手动滚动,水平、垂直方向滚动。此外,它还可以接受动态图片输入通过Flickr供稿或一个本地JSON数据源。-simplyScroll jQuery plugin allows any set of elements scrolling animation effects, can be generated automatically, manually scrolling, horizontal and
  3. 所属分类:JavaScript

    • 发布日期:2017-11-15
    • 文件大小:30390
    • 提供者:akpudn777
  1. Generate-X-Y-signal

    0下载:
  2. 实现输入信号的移相,分频。并可在示波器上观察李萨育图。-To achieve a phase shift of the input signal, the frequency division. And outlook on the oscilloscope Lissajous sterile Figure.
  3. 所属分类:Project Design

    • 发布日期:2017-11-08
    • 文件大小:29025
    • 提供者:任宸莹
  1. LabVIEW-X-ray

    0下载:
  2. 在LabVIEW5.1 平台上开发了软X射线磁性圆二色(SXMCD)实验站的数据采集和控制程序。友好、清晰的人机界面使得用户可以很快使用该程序。用户的界面分为3 个部分:仪器参数设置、初始值输入和实验数据曲线的实时显示。最后实验数据可以存为标准的ASCII 字符文件,从而可为其它专业处理软件所调用。-Developed the experimental station of the soft X-ray magnetic circular dichroism (SXMCD) data acqui
  3. 所属分类:Java Develop

    • 发布日期:2017-11-16
    • 文件大小:257192
    • 提供者:iwregister
  1. JAVA

    0下载:
  2. 关于阶乘的算法,输入X算出X!,有兴趣的可以看下-On factorial algorithm, the input X calculated X! Interested can look
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-02
    • 文件大小:3991
    • 提供者:TOM
« 1 2 3 45 6 7 8 9 10 ... 49 »
搜珍网 www.dssz.com