代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/204298/15341845
m quatwx.m
function Wx = quatWx(rates)
% This will create the quaternion strapdown matrix
% (4x4) from a row vector of body rates, [p q r].
%
% Wx = quatWx([p q r])
p = rates(1);
q = rates(2);
r = rates(3);
Wx
www.eeworm.com/read/204298/15341884
m quatwx.m
function Wx = quatWx(rates)
% This will create the quaternion strapdown matrix
% (4x4) from a row vector of body rates, [p q r].
%
% Wx = quatWx([p q r])
p = rates(1);
q = rates(2);
r = rates(3);
Wx
www.eeworm.com/read/202420/15384331
m synthesizablematlab_script.m
% AccelDSP 8.1.1 build 690 Production, compiled Apr 26 2006
%
% THIS IS UNPUBLISHED, LICENSED SOFTWARE THAT IS THE CONFIDENTIAL
% AND PROPRIETARY PROPERTY OF XILINX OR ITS LICENS
www.eeworm.com/read/202420/15384335
m synthesizablematlab.m
% AccelDSP 8.1.1 build 690 Production, compiled Apr 26 2006
%
% THIS IS UNPUBLISHED, LICENSED SOFTWARE THAT IS THE CONFIDENTIAL
% AND PROPRIETARY PROPERTY OF XILINX OR ITS LICENS
www.eeworm.com/read/202224/15389247
m mm2618.m
% mm2618.m
x = linspace(0,2,21); % create a vector
y = erf(x); % y is the error function of x
e = rand(size(x))/10; % e contains random error values
errorbar(x,y,e) % create the plot
title('Figure 26.
www.eeworm.com/read/202086/15390632
pas demoform.pas
unit DemoForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, FastMMDebugSupport, StdCtrls;
type
TForm1 = class(TForm)
Button
www.eeworm.com/read/201544/15401944
txt convert bmp to wmf (2001年1月27日).txt
convert bmp to wmf (2001年1月27日)
网友更新 分类:图形图象 作者:具体不详,但肯定不是我的 推荐:weicong 阅读次数:376
(http://www.codesky.net)
----------------------------------------------------------------------------
www.eeworm.com/read/201544/15402113
txt 拷贝移动删除整个目录。 (2001年1月27日).txt
拷贝/移动/删除整个目录。 (2001年1月27日)
网友更新 分类:图形图象 作者:This tip is from http://www.delphimania.de 推荐:weicong 阅读次数:660
(http://www.codesky.net)
---------------------------------------------------
www.eeworm.com/read/201140/15415889
h bitmapmethods.h
/* Copyright (c) 2001, Nokia Mobile Phones. All rights reserved */
#ifndef __BITMAPMETHODS__
#define __BITMAPMETHODS__
#define KColourDepth EColor4K
//Ensure these libraries are linked again