代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/261658/11630926
c main.c
/************************************************************/
/* PROJECT NAME: I2C */
/* Project: LPC2100 Training course */
/* Enginee
www.eeworm.com/read/259973/11753865
inc hx2bcd.inc
;---------------------------------------------------------------;
; ;
;#INCLUDE ;
; ;
;===============================================================;
;; ;
www.eeworm.com/read/156798/11774656
txt twofft.txt
Procedure TWOFFT(DATA1, DATA2:array of real;
var FFT1, FFT2:array of real; N:integer);
var
C1R,C1I,C2R,C2I,CONJR,CONJI,H1R,H1I,H2R,H2I:real; N2,J,J2:integer;
begi
www.eeworm.com/read/259220/11814372
cpp bytetest.cpp
//: C12:ByteTest.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#include "Byte.h"
#include
www.eeworm.com/read/154942/11910197
pas unit2.pas
unit Unit2;
interface
uses
SysUtils, Classes, DB, DBTables;
type
TDataModule2 = class(TDataModule)
CardanganQ: TQuery;
carclassQ: TQuery;
DataSource1: TDataSource;
D
www.eeworm.com/read/154942/11910394
~pas unit2.~pas
unit Unit2;
interface
uses
SysUtils, Classes, DB, DBTables;
type
TDataModule2 = class(TDataModule)
CardanganQ: TQuery;
carclassQ: TQuery;
DataSource1: TDataSource;
D
www.eeworm.com/read/343444/11948473
c i2cmst.c
/*****************************************************************************
* i2cmst.c: main C entry file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semico
www.eeworm.com/read/343435/11948985
c i2cmst.c
/*****************************************************************************
* i2cmst.c: main C entry file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semico
www.eeworm.com/read/342711/12005187
m plotdata2.m
function plotdata2(X, Y)
%function plotdata2(X, Y, x1ran, x2ran)
% PLOTDATA - Plot 2D data set
%
hold on;
%X=X';Y=Y';
ind = find(Y==1);
plot(X(ind,1), X(ind,2), 'ks');
%plot(X(1,in
www.eeworm.com/read/255697/12064214
m blockdct2.m
function Dct2Coeff = BlockDct2(Dct2Data)
%块级的二维余弦变换
%输入 Dct2Data:8x8,uint8
%输出 Dct2Coeff: 8x8, double
%检查输入参数个数
msg = nargchk(1,1,nargin);
if ~(isempty(msg)) %检查输入参数是否为1个
disp(msg)