搜索资源列表

  1. matlab_dystem_in

    0下载:
  2. 二阶系统的最小二乘一次完成算法辨识程序,图形的横坐标是采样时刻i, 纵坐标是输出观测值z, 图形格式为连续曲线-second-order system of least-squares algorithm for a complete identification procedures, graphics abscissa is the sampling time i, longitudinal coordinates of the o
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1966
    • 提供者:小精豆
  1. 342106Singer

    0下载:
  2. 可以绘制曲线并加以显示,输入某个点的横坐标能显示纵坐标的值-drawing curves and can be indicating that the importation of a particular point of abscissa can show the value of Ordinate
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:31489
    • 提供者:严平
  1. 串口温度数据采集并实时显示

    0下载:
  2. 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:249880
    • 提供者:周波
  1. 串口温度数据采集并实时显示

    1下载:
  2. 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数
  3. 所属分类:通讯编程

    • 发布日期:2024-06-01
    • 文件大小:249856
    • 提供者:周波
  1. matlab_dystem_in

    0下载:
  2. 二阶系统的最小二乘一次完成算法辨识程序,图形的横坐标是采样时刻i, 纵坐标是输出观测值z, 图形格式为连续曲线-second-order system of least-squares algorithm for a complete identification procedures, graphics abscissa is the sampling time i, longitudinal coordinates of the o
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:小精豆
  1. 342106Singer

    0下载:
  2. 可以绘制曲线并加以显示,输入某个点的横坐标能显示纵坐标的值-drawing curves and can be indicating that the importation of a particular point of abscissa can show the value of Ordinate
  3. 所属分类:绘图程序

    • 发布日期:2024-06-01
    • 文件大小:30720
    • 提供者:严平
  1. andian

    0下载:
  2. 这是一个用来实现找鞍点的程序,最后输出鞍点所在的横坐标和纵坐标-Used to realize this is a saddle point finding procedure, the final output saddle point where the abscissa and ordinate
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:4096
    • 提供者:郑淑美
  1. zuoye

    0下载:
  2. 设计插入排序算法,对随机生成的数据(整数)进行排序;待排序数据的生成:用随机函数生成区间[50,250]内的随机整数;不用手工键入的方式;数据个数及表示:柱状图——20个数据,散点图——60个数据。 横坐标——数据序号,纵坐标——数值大小。屏幕分辨率设定为1024×768。 -Design of Insertion Sort algorithm, on randomly generated data (integer) sort
  3. 所属分类:分形几何

    • 发布日期:2024-06-01
    • 文件大小:361472
    • 提供者:李健
  1. Mini_Printer_Curve_C

    0下载:
  2. 微型打印机C语言曲线打印实例,可打印纵,横坐标-Micro-printer to print examples of curves C language can be printed longitudinal abscissa
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:114688
    • 提供者:aliswang
  1. Hermite

    0下载:
  2. Matlab中没有现成的Hermite插值函数,必须编写一个M文件实现插值。 设n个节点的数据以数组x0 (已知点的横坐标), y0(函数值), y1(导数值)输入(注意Matlat的数组下标从1开始), m个插值点以数组x 输入,输出数组y 为m 个插值。编写一个名为hermite.m的M文件。 -Matlab is not off-the-shelf Hermite interpolation function, we mu
  3. 所属分类:matlab例程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:贺鼎宏
  1. java

    0下载:
  2. 定义一个点类成员包括横坐标和纵坐标成员方法包括构造方法和拷贝析构方法输出坐标和验证-Define a point of class members, including members of the abscissa and ordinate methods include copy constructor and destructor methods and validation of the output coordinates
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-01
    • 文件大小:3072
    • 提供者:蔡雨
  1. Rayleigh-fading-channel

    0下载:
  2. 仿真一个瑞利衰落信道的信道冲激响应,横坐标是信道采样阶数,纵坐标是对应采样阶数的幅值.-Simulation of a Rayleigh fading channel the channel impulse response, the abscissa is the order of channel sampling, corresponding ordinate is the amplitude of the order of sam
  3. 所属分类:matlab例程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:yanyan
  1. drawline

    0下载:
  2. 程序运行Bresenham的直线算法,所用坐标系为笛卡尔直角坐标系, 起始状态:用户输入所画线段的起点和终点坐标(要求起点横坐标小于终点横坐标) 结束状态:程序打印出所画线段-Bresenham run a straight line algorithm, used for the Cartesian coordinates Cartesian coordinate system, the initial state: th
  3. 所属分类:绘图程序

    • 发布日期:2024-06-01
    • 文件大小:3072
    • 提供者:
  1. LR1

    0下载:
  2. 利用字符二维数组对文法、First集、Follow集、终结符集、非终结符集等数据进行存储,还有一个是状态表存储DFA的状态。二维TAB表对其中的DFA表进行存储,横坐标是状态号,纵坐标为文法中的符号(终结符和非终结符)。-Two-dimensional array of characters to use grammar, First Set, Follow sets, at the end of sets, sets and othe
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-01
    • 文件大小:513024
    • 提供者:liyingan
  1. JavascriptCharts

    0下载:
  2. 参数含义(传递的数组,横坐标,纵坐标,图表的宽度,图表的高度,折线条数)Javascr ipt统计图表之饼图-Parameters of the meaning of (passing an array, Abscissa, Ordinate, the width of the chart, the chart height, folding lines) Javascr ipt on the pie charts
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-01
    • 文件大小:3072
    • 提供者:huaju
  1. 2009512VCGDI

    1下载:
  2. 在Windows应用程序中,只要进行绘图,就要使用GDI坐标系统。Windows提供了几种映射方式,每一种映射都对应着一种坐标系。例如,绘制图形 时,必须给出图形各个点在客户区的位置,其位置用x 和y两个坐标表示,x 表示横坐标,y表示纵坐标。在所有的GDI绘制函数中,这些坐标使用的是一种 “逻辑单位”。当GDI函数将结果输出送到某个物理设备上时,Windows将逻辑坐标转换成设备坐标(如屏幕或打印机的像素点)-In Windows a
  3. 所属分类:图形图象

    • 发布日期:2024-06-01
    • 文件大小:278528
    • 提供者:武大
  1. loc_im_display

    0下载:
  2. 在制定的位置显示图像,还可以改变位置来显示位置,可以自定义横坐标和纵坐标的值。-Position in the development of display images, but also can change the location to display the location, can customize the abscissa and ordinate values.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:mayan
  1. Calculus

    0下载:
  2. 实现微积分函数,当横坐标X逐步增大时,纵坐标实时显示Sin,Cosn函数的数值,并同时分别显示两者的微分、积分函数值,并同时在显示区域显示出来,完全自己用两天时间写出来教入门选手的。-Calculus to achieve function, when the abscissa X gradually increases, the longitudinal coordinates of real-time display Sin, Co
  3. 所属分类:系统编程

    • 发布日期:2024-06-01
    • 文件大小:151552
    • 提供者:yangyongxin
  1. Axis

    0下载:
  2. java实现简单的坐标轴,画出简单的X轴横坐标,Y轴纵坐标轴.-It is completed simple axis in Java.And it is drawed a simple abscissa X axis, Y axis longitudinal axis. 搜索
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:xuexia
  1. KalmanAll

    0下载:
  2. 改写的matlab fft程序,能对fft结果幅度调整和对横坐标的频率实行自动匹配-Matlab fft procedure adapted to the results of the fft and the abscissa is adjusted automatically to match the frequency of
  3. 所属分类:matlab例程

    • 发布日期:2024-06-01
    • 文件大小:252928
    • 提供者:胡in
« 12 3 4 »

源码中国 www.ymcn.org