代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/231923/14215982
in intltool-extract.in
#!@INTLTOOL_PERL@ -w
# -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
#
# The Intltool Message Extractor
#
# Copyright (C) 2000-2001, 2003 Free Software Foundation.
#
# Intltool is
www.eeworm.com/read/129416/14246293
~pa basedialog.~pa
unit BaseDialog;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, DBTables, StdCtrls, Buttons;
type
TfmBaseDialog = class(TForm)
qyTe
www.eeworm.com/read/126431/14424134
log cc_build_debug.log
------------------------------ show.pjt - Debug ------------------------------
"d:\ti\c5400\cgtools\bin\cl500" -g -q -fr"d:/ti/myprojects/show/Debug" -d"_DEBUG" -@"Debug.lkf" "main.asm"
www.eeworm.com/read/224780/14567686
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/224579/14582877
h arch.h
/* Copyright (C) 2003 Jean-Marc Valin */
/**
@file arch.h
@brief Various architecture definitions Speex
*/
/*
Redistribution and use in source and binary forms, with or without
modificatio
www.eeworm.com/read/224579/14582922
h fixed_generic.h
/* Copyright (C) 2003 Jean-Marc Valin */
/**
@file fixed_generic.h
@brief Generic fixed-point operations
*/
/*
Redistribution and use in source and binary forms, with or without
modificati
www.eeworm.com/read/124189/14590820
c mblen.c
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: mblen.c,v 1.2 89/12/
www.eeworm.com/read/222685/14679961
c convert.c
/*
* linux/kernel/math/convert.c
*
* (C) 1991 Linus Torvalds
*/
#include
/*
* NOTE!!! There is some "non-obvious" optimisations in the temp_to_long
* and temp_to_short conve
www.eeworm.com/read/221179/14755645
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/220675/14792486
cpp util.cpp
//---------------------------------------------------------------------------
#pragma hdrstop
#include "Util.h"
//---------------------------------------------------------------------------
#p