代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/291333/8424549
chf cvline.chf
void cvLine(CvArr* img, CvPoint pt1, CvPoint pt2, CvScalar color, int thickness, int line_type, int shift) {
void *fptr;
fptr = dlsym(_Chcv_handle, "cvLine_chdl");
if(fptr == NULL) {
www.eeworm.com/read/291333/8424755
chf cvcircle.chf
void cvCircle(CvArr* img, CvPoint center, int radius, CvScalar color, int thickness, int line_type, int shift) {
void *fptr;
fptr = dlsym(_Chcv_handle, "cvCircle_chdl");
if(fptr == NU
www.eeworm.com/read/291333/8424865
chf cvfillpoly.chf
void cvFillPoly(CvArr* img, CvPoint** pts, int* npts, int contours, CvScalar color, int line_type, int shift) {
void *fptr;
fptr = dlsym(_Chcv_handle, "cvFillPoly_chdl");
if(fptr == N
www.eeworm.com/read/390951/8432105
asm 3.6扩充键盘处理功能.asm
;扩充键盘处理功能
;---------------------------------------------------------------
stack segment para stack 'stack'
db 256 dup(0)
stack ends
;----------------------------
www.eeworm.com/read/390183/8480253
pm heavy.pm
package Graph::AdjacencyMap::Heavy;
# 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 OR
www.eeworm.com/read/390183/8480260
pm bfs.pm
package Graph::Traversal::BFS;
use strict;
use Graph::Traversal;
use base 'Graph::Traversal';
sub current {
my $self = shift;
$self->{ order }->[ 0 ];
}
sub see {
my $self
www.eeworm.com/read/390081/8486758
output y.output
Terminals unused in grammar
'.'
Grammar
0 $accept: program $end
1 program: decls fndefs
2 fndefs: fndef
3 | fndefs fndef
4 fndef: typed_declspecs declarator compstm
www.eeworm.com/read/290200/8497248
asv gold.asv
%Gold code generation
% Generate 2 m -sequences x, y: Length N = 2^m -1; m=no.of shift registers
% m = length of the shift register which is always 8 to generate sequences of
%length 255
funct
www.eeworm.com/read/290200/8497249
m gold.m
%Gold code generation
% Generate 2 m -sequences x, y: Length N = 2^m -1; m=no.of shift registers
% m = length of the shift register which is always 8 to generate sequences of
%length 255
funct
www.eeworm.com/read/290000/8513157
c example_281xadcseq_ovdtest.c
//###########################################################################
//
// FILE: Example_281xAdcSeq_ovdTest.c
//
// TITLE: DSP281x ADC Seq Override mode Test.
//
// ASSUMPTIONS:
//