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

搜索资源列表

  1. qiankxiao

    0下载:
  2. 设计算法实现在一个具有在n各互不相同元素的数组A[1…n]中找出所有前k个最小元素的问题,这里k不是常量,即它是输入数据的一部分。要求算法的时间复杂性为Θ(n)。-design of the algorithm is in a n incompatible with the elements of the array A [1 ... n] to identify all former k smallest elements of the problem, here k is not const
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:926byte
    • 提供者:陈馨
  1. 050216muma

    0下载:
  2. 国外的Winshel-Theta ,带源码,值的学习-abroad Winshel - Theta, with the source code, the value of learning
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:29.75kb
    • 提供者:pangguigao
  1. PlotSphereIntensity

    0下载:
  2. PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = PlotSphereIntensity(...) Plots the intensity (as color) of a number of points on a unit sphere. Input: azimuth (phi), in degrees elevatio
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.61kb
    • 提供者:dake
  1. AVI-WMV-MOV-Movie.rar

    0下载:
  2. #define PI 3.1415926 double angle=(double)theta/10.0*PI/180.0 double anglecos=cos(angle) double anglesin=sin(angle) ,# define PI 3.1415926 double angle = (double) theta/10.0* PI/180.0 double anglecos = cos (angle) double anglesin = sin (angle
  3. 所属分类:Windows编程

    • 发布日期:2017-03-22
    • 文件大小:495.94kb
    • 提供者:陈奇
  1. LOOP

    0下载:
  2. 计算自由空间中,loop天线的辐射方法。-for a circular loop (with constant current). The loop is radiating into free space. The directivity and radiation resistance are calculated using the trailing edge method in increments of 1 degree in theta.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1.86kb
    • 提供者:idlechess
  1. theta

    0下载:
  2. Visual Basic TreeView源代码-VB
  3. 所属分类:TreeView

    • 发布日期:2017-04-06
    • 文件大小:10.48kb
    • 提供者:lesleyzhu
  1. dds

    1下载:
  2. matlab下实现的DDS发生器,可观察其发生信号的波形,频谱。 运行前请先输入 global theta theta=0 -matlab implementation of the DDS generator, may happen to observe the signal waveform, spectrum. Please enter a pre-operational global theta theta = 0
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:9.7kb
    • 提供者:yanli
  1. Four-barlinkage

    0下载:
  2. 与四连杆之分析相同,在任何杆之延伸点上之位移、速度及加速度等亦可利用sldlink()、body()、fb_sld_linits()及drawlinks()等函数进行分析。 利用drawsldpaths()函数则可达到整合的目的。 其呼叫之方式如下: drawsldpaths(r6,th6,r,th1,theta,td2,tdd2,sigma,npts,driver,mode) 输入参数 • r :四连杆之长度,一列向量表示。 •
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:51.05kb
    • 提供者:dony
  1. genetic

    0下载:
  2. This program runs a GA. The roulette wheel method for parent selection is used here. Elitism is included. Parent selection is from the population including the elite chromosomes. The standard bit form is used here. As usual, code works in
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:11.23kb
    • 提供者:siva
  1. hmmtrain

    0下载:
  2. 1.自己推导出来的mean与covariance来train theta 2.自己推导出来的mean与covariance来跑Viterbi 3.推theta时的Gradient Descent: Learing Rate: 0.000001 GD iter : 50 iteration 4.Scaler : 1/260-1. Their derived mean and covariance to train theta 2. Their derive
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:137.32kb
    • 提供者:jefferychang
  1. spru485a

    0下载:
  2. EQEP module defining about frequency speed theta etc
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:675.97kb
    • 提供者:Habibali
  1. Line

    0下载:
  2. Line class, allows to set line parameters such as y = ax + b or rho and theta in polar coordinates. Some features: can find intersection of 2 lines, calculate points of image from equation parameters, and other features.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:4.98kb
    • 提供者:svamoscow
  1. circle

    0下载:
  2. function [] = circleagain(a,b,c,r) pixel = 0.1 theta1 = 0 theta2 = 360*pi/180 pix = pixel/r theta = theta1:pix:theta2 global x y z x = a + r*cos(theta) y = b + r*sin(theta) z = ones(1,length(x))*c x=round(x*10)/10 y=ro
  3. 所属分类:TreeView

    • 发布日期:2017-04-02
    • 文件大小:369.98kb
    • 提供者:boom
  1. Solution-of-the-orbit-equation

    0下载:
  2. Solution of the orbit equation: Theta as function of time t. Numerical solution of Kepler’s equation for the elliptical test problem Matlab code-Solution of the orbit equation: Theta as function of time t. Numerical solution of Kepler’s equa
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:704byte
    • 提供者:amine
  1. tide_uv

    16下载:
  2. 潮流准调和分析 Dd.m [DO1 dO1 DK1 dK1 DM2 dM2 DS2 dS2 DM4 dM4 DMS4 dMS4]=Dd(y,D,Y,tm,A1) 计算6个准调和分潮的振幅系数和初相角公式 aM.m [N n aa liu_u liu_v]=aM() 基础系数矩阵,目前D和d值是取用的各段数据的中间时间值,t是以中间为0左右对称取; 视差潮龄A1需要预先得知 同时本程序负责读取原始测流数据,格式为 站位名称 观测数据段数N(即大 中 小潮)
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:31.58kb
    • 提供者:帅阳
  1. cooccurrence

    0下载:
  2. matlab基于共生矩阵纹理特征提取,d=1,θ=0°,45°,90°,135°共四个矩阵 输入图像数据 返回八维纹理特征行向量 -Matlab co-occurrence matrix texture feature extraction, based on the d=1, theta =0 degrees, 45 degrees, 90 degrees, 135 degrees four matrix The input image data to return to the
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1.66kb
    • 提供者:
  1. pmsm_smo.mdl

    2下载:
  2. pmsm 永磁同步电动机,matlab仿真,带smo观测器,电压重建。使用smo分别链接we和theta到clark和park变换-PMSM permanent magnet synchronous motor, matlab simulation, SMO observer, voltage reconstruction.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:23.11kb
    • 提供者:qinfenwoniu
  1. oeriod-declaration-theta

    0下载:
  2. 在PB上开发的ORACLE系统管理程序,非常中意-On the PB development of ORACLE system management program, very interested
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-15
    • 文件大小:331kb
    • 提供者:JS!844
  1. elperfise-explicit-theta

    0下载:
  2. Kylinx 2003 virus source program Kylinx 2003 virus get the source
  3. 所属分类:进程与线程

    • 发布日期:2017-12-24
    • 文件大小:4kb
    • 提供者:Jeyexv
  1. filter

    0下载:
  2. 神经电信号 theta、gamma、SWR 滤波方法(neural signal filter for theta,gamma,SWR)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:2kb
    • 提供者:bsulcjoyce
« 12 »
搜珍网 www.dssz.com