代码搜索:shift

找到约 10,000 项符合「shift」的源代码

代码结果 10,000
www.eeworm.com/read/391726/8386805

txt d11r4.txt

implementation //PROGRAM D11R4 //Driver for routine TTEST uses unit2; {$R *.DFM} procedure TForm1.Button1Click(Sender: TObject); const s1='%9.2f'; NPTS = 1024; MPTS = 512; EPS = 0.02;
www.eeworm.com/read/192256/8393571

txt d11r4.txt

implementation //PROGRAM D11R4 //Driver for routine TTEST uses unit2; {$R *.DFM} procedure TForm1.Button1Click(Sender: TObject); const s1='%9.2f'; NPTS = 1024; MPTS = 512; EPS = 0.02;
www.eeworm.com/read/391265/8413451

vhd vmeter.vhd

---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 10:18:08 12/13/2008 -- Design Name: -- Module Name: vmeter - B
www.eeworm.com/read/291333/8423865

chf cvpolyline.chf

void cvPolyLine(CvArr* img, CvPoint** pts, int* npts, int contours, int is_closed, CvScalar color, int thickness, int line_type, int shift) { void *fptr; fptr = dlsym(_Chcv_handle, "cvPoly
www.eeworm.com/read/189899/8453165

txt readme.txt

游戏名称:泡泡堂单机版(仿盛大) 游戏内容: 1P: d,r,g,f 控制方向左上右下 ,左<mark>Shift</mark> 放泡 2P: ←,↑,→,↓控制方向左上右下 ,右<mark>Shift</mark> 放泡 文件夹下附有地图编辑器“MapEditer.exe”,将生成的新地图命名为"*.map",并放入“Maps”文件夹下就可以了。请注意地图文件名不要过长,由于地图选择列表框的缘故 ...
www.eeworm.com/read/390183/8480258

pm vertex.pm

package Graph::AdjacencyMap::Vertex; # THIS IS INTERNAL IMPLEMENTATION ONLY, NOT TO BE USED DIRECTLY. # THE INTERFACE IS HARD TO USE AND GOING TO STAY THAT WAY AND # ALMOST GUARANTEED TO CHANGE O
www.eeworm.com/read/290042/8509831

c kb.c

/*--------------------------------------------------------- *Filename:kb.c *Function:PS2键盘程序,忽略起始位、奇偶校验位、停止位 *Author:ken *Date:2007-8-18 ------------------------------------------------------
www.eeworm.com/read/389321/8533467

m fbdec.m

function [y0, y1] = fbdec(x, h0, h1, type1, type2, extmod) % FBDEC Two-channel 2D Filterbank Decomposition % % [y0, y1] = fbdec(x, h0, h1, type1, type2, [extmod]) % % Input: % x: input image
www.eeworm.com/read/389321/8533583

m fbrec.m

function x = fbrec(y0, y1, h0, h1, type1, type2, extmod, intp) % FBREC Two-channel 2D Filterbank Reconstruction % % x = fbrec(y0, y1, h0, h1, type1, type2, [extmod], [intp]) % % Input: % y0, y
www.eeworm.com/read/188496/8536333

bas crc.bas

Attribute VB_Name = "CRC" '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' '用来计算CRC值的子程序 'BCRC是所要计算的进制值(16或32),如16位CRC时,其值即为16 'GP是生成多项式,以16进制表示较佳 'BDF是欲求出CRC的原始数值 '返回值即是计算后的CRC值