代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/163075/10176812
h wav_basic.h
// Onur G. Guleryuz 1995, 1996, 1997,
// University of Illinois at Urbana-Champaign,
// Princeton University,
// Polytechnic University.
#if !defined(_WAV_BASIC_)
#define _WAV_BASIC_
void fi
www.eeworm.com/read/357654/10204126
tdf dffpipe_oe9.tdf
--dffpipe DELAY=1 WIDTH=10 clock clrn d q ALTERA_INTERNAL_OPTIONS=AUTO_SHIFT_REGISTER_RECOGNITION=OFF
--VERSION_BEGIN 7.2 cbx_mgl 2007:08:03:15:48:12:SJ cbx_stratixii 2007:06:28:17:26:26:SJ cbx_util_
www.eeworm.com/read/356874/10219754
c pe15-7.c
#include
#include
#include
#define ID_MASK 0xFF
#define SIZE_MASK 0x7F00
#define LEFT 0x00000
#define CENTER 0x08000
#define RIGHT 0x10000
#d
www.eeworm.com/read/356556/10224814
m scrambler.m
function output = scrambler(len,init_state)
% data scrambler
% len: length of sequence generated by the scrambler
% init_state: row vector of initial state of scrambler
% output: row vector of seq
www.eeworm.com/read/426448/10250963
txt 考勤管理说明文件.txt
考勤管理
功能:
管理员 ——(超级管理员、经理、部长、科长)职工资料管理、考勤管理、工资管理、其他管理。
职 工 —— 下月出勤按排、上月工资查询、本月出勤查询(前面三个的查询将用报表实现)、请假申请(form5)、调班申请(form6)和密码修改(form4)。
后台:
data(数据库)—— ...
www.eeworm.com/read/355470/10262862
vhd 88_pack_2_0.vhd
--***************************************************************************
-- pack.vhdl *
-- VHDL BIT_VECTOR Ope
www.eeworm.com/read/355288/10280322
pm ftptest.pm
#!/usr/bin/perl -w
package FTPTest;
use strict;
use FTPServer;
use WgetTest;
our @ISA = qw(WgetTest);
my $VERSION = 0.01;
{
my %_attr_data = ( # DEFAULT
);
sub _default_for
www.eeworm.com/read/355007/10304757
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/425826/10318103
c math_lib.c
/*
2.4 kbps MELP Proposed Federal Standard speech coder
Fixed-point C code, version 1.0
Copyright (c) 1998, Texas Instruments, Inc.
Texas Instruments has intellectual property rights on th
www.eeworm.com/read/162176/10329282
cpp graph.cpp
// Graph.cpp: implementation of the Graph class.
//
//////////////////////////////////////////////////////////////////////
/* graph.cpp */
/*
Copyright 2001 Vladimir Kolmogorov (vnk@cs.cornel