代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/157554/11690633
c mpeg2_loopback_main.c
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/345247/11824326
c tst_cror.c
#include
void tst_cror (void) {
char a;
char b;
a = 0xA5;
b = _crol_(a,1); /* b now is 0xD2 */
}
void tst_iror (void) {
int a;
int b;
a = 0xA5A5;
b =
www.eeworm.com/read/342994/11984926
m measstatdepend.m
function [I2XY,I2MaxXY] = MeasStatDepend(X,Y)
% Measure Statistical Dependence 统计依赖测量
% 两个时间序列间统计依赖性测量
% 参考文献:时间序列间统计依赖性测量的一种改进方法(王海燕 李 文① 陈文彦)
if length(X)~=length(Y)
error('两个向量长度必须相等!');
www.eeworm.com/read/339616/12220208
c mpeg2_loopback_main.c
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/338766/12285876
cpp conversiontables.cpp
#include "ConversionTables.h"
/*************************************************************
// initializes the tables with values for the
// ordinary amino acids (unmodified).
**************
www.eeworm.com/read/232422/14195436
lst i2c.lst
C51 COMPILER V5.50, I2C 02/12/03 05:12:36 PAGE 1
DOS C51 COMPILER V5.50, COMPILATION OF MODULE I2C
OBJECT MODULE PLACED I
www.eeworm.com/read/125223/14505600
c tst_cror.c
#include
void tst_cror (void) {
char a;
char b;
a = 0xA5;
b = _crol_(a,1); /* b now is 0xD2 */
}
void tst_iror (void) {
int a;
int b;
a = 0xA5A5;
b =
www.eeworm.com/read/220847/14786463
cvsignore .cvsignore
tabdump
tab2tab
tab2mif
mif2tab
mif2mif
mitabc_test
*.lib
*.exp
*.pdb
*.ilk
mitab.dll
ogrinfo
www.eeworm.com/read/117537/14916399
vbw material_mis.vbw
Module1 = 0, 0, 0, 0, C
frmMain = 0, 0, 0, 0, C, 22, 22, 568, 546, C
frmLogin = 0, 0, 0, 0, C, 0, 0, 0, 0, C
frmAbout = 0, 0, 0, 0, C, 0, 0, 0, 0, C
frmMater = 0, 0, 0, 0, C, 0, 0, 0, 0, C
frmMat
www.eeworm.com/read/158872/5590397
s t-ld-st.s
.include "t-macros.i"
start
; Test ld and st
ld r4, @foo
check 1 r4 0xdead
ldi r4, #0x2152
st r4, @foo
ld r4, @foo
check 2 r4 0x2152
; Test ld2w and st2w
ldi r4, #0xdead
st r4, @foo
ld