代码搜索:shift

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

代码结果 10,000
www.eeworm.com/read/482607/6619603

c sja1000.c

#include #include #include "xkcan_defs.h" #include "sja1000.h" void SJAReset(void) { SJA1000_CS = 1; SJA1000_RST = 0; SJA1000_RST = 1; } void wbyte(ubyte addr
www.eeworm.com/read/482616/6619968

lst sja1000.lst

C51 COMPILER V8.09 SJA1000 03/13/2008 06:00:58 PAGE 1 C51 COMPILER V8.09, COMPILATION OF MODULE SJA1000 OBJECT MODULE PLACED IN
www.eeworm.com/read/482616/6619971

c sja1000.c

#include #include #include "xkcan_defs.h" #include "sja1000.h" void SJAReset(void) { SJA1000_CS = 1; SJA1000_RST = 0; SJA1000_RST = 1; } void wbyte(ubyte addr
www.eeworm.com/read/482203/6629402

m frame_win.m

%读音频文件 clear all; [filename,pathname]=uigetfile('d:\ttt.wav','请选择语音文件:'); [sound,fs]=wavread([pathname,filename]); a=size(sound(:,2)); Tn=(a(1)-1)/fs; t=0:1/fs:Tn; figure(1) subplot(411),plot(t,s
www.eeworm.com/read/481889/6632104

h pfdtdvar.h

/* # of multi-frequencies */ int SpecN; /* vertical origin shift in the presence of the vertical asymmetry */ float shift; /* FDTD update time variable */ long t; /* variables used for sep
www.eeworm.com/read/481889/6632117

c example.c

#include "~/bin/pFDTD.h" #include "~/bin/pFDTDvar.h" main() /* This function is a main part of 3D FDTD code. */ { float x,y; int i,j,k; float bottom; float N; float WC, *OMEGA, DETECT
www.eeworm.com/read/481542/6642968

c iommu-helper.c

/* * IOMMU helper functions for the free area management */ #include #include static unsigned long find_next_zero_area(unsigned long *map, unsigned long siz
www.eeworm.com/read/481239/6645301

c keystate.c

#include #include void main(void) { unsigned int state, old_state = 0; do { state = _bios_keybrd(_KEYBRD_SHIFTSTATUS); if (state != old_state)
www.eeworm.com/read/478173/6720999

t 34_parser.t

#!/usr/bin/perl -w # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package # # Copyright 2000-2009 by Wilson Snyder. This program is free software; # you can redistribute it and/or modify
www.eeworm.com/read/476941/6743280

c kbd.c

#include "types.h" #include "x86.h" #include "defs.h" #include "kbd.h" int kbd_getc(void) { static uint shift; static uchar *charcode[4] = { normalmap, shiftmap, ctlmap, ctlmap }; uint st