代码搜索:shift

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

代码结果 10,000
www.eeworm.com/read/485513/6552037

c fsl_elbc_nand.c

/* Freescale Enhanced Local Bus Controller NAND driver * * Copyright (c) 2006-2007 Freescale Semiconductor * * Authors: Nick Spence , * Scott Wood
www.eeworm.com/read/485122/6565089

cpp d13r4.cpp

#include "iostream.h" #include "math.h" #include "stdlib.h" void main() { //program d13r4 //driver for routine ttest int npts = 1024, nshft = 10; int i,j,mpts = 512; dou
www.eeworm.com/read/481542/6642943

c proportions.c

/* * Floating proportions * * Copyright (C) 2007 Red Hat, Inc., Peter Zijlstra * * Description: * * The floating proportion is a time derivative with an exponentially dec
www.eeworm.com/read/479442/6695478

v oc54_bshft.v

///////////////////////////////////////////////////////////////////// //// //// //// OpenCores54 DSP, Barrel Shifter
www.eeworm.com/read/478118/6720286

java rightshifttest.java

// operators/RightShiftTest.java // TIJ4 Chapter Operators, Exercise 11, page 116 /* Start with a number that has a binary one in the most significant position * (hint: Use a hexadecimal constant)
www.eeworm.com/read/408292/11398134

m adj_logistic.m

function y=adj_logistic(x) %y=adj_logistic(x) computes probabilities for adjacent-categories logistic %model %for nd arrays, sum over dimension nd %if only one vector, use row vector! %if si
www.eeworm.com/read/408292/11398150

m cum_logistic.m

function y=cum_logistic(x) %y=cum_logistic(x) computes probabilities for cumulative logistic function %for nd arrays, sum over dimension nd %if only one vector, use row vector! z=exp(x)./(1+
www.eeworm.com/read/262606/11398846

cpp bindwt97.cpp

// LiftDwt.cpp: implementation of the CLiftDwt class. // 此程序为二进制9-7小波提升格式的变换,算法中只有整数加法和移位 // 程序中了使用的小波滤波器为2000年 IEEE Image Pro. 上的一篇介绍jpeg2000无损压缩中的9-7小波滤波器,// 它其实是对cdf9-7提升格式中的几个系数直接作二进制近似的到的 /
www.eeworm.com/read/406105/11449346

c key.c

#include #define resetB 0xf2 //返回零度标志 #define enterB 0xf1 //确定标志 #define shiftB 0xe3 //切换标志 #define baiB 0xb3 //百位标志 #define shiB 0xd3 //十位标志 #define geB 0x73 //个位标志 #def
www.eeworm.com/read/405750/11458476

h lcd.h

/* vim: set sw=8 ts=8 si : */ /**************************************************************************** * Title : HD44780 LCD library * Authors: * Based on Volker Oth's lcd library (http://