代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/112009/15495688
c mpshortdiv.c
/* mpShortDiv.c */
/******************* SHORT COPYRIGHT NOTICE*************************
This source code is part of the BigDigits multiple-precision
arithmetic library Version 1.0 originally writ
www.eeworm.com/read/111874/15501125
c editfloat.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/110294/15536938
txt rfc20.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:王全胜(zeno1977 zeno1977@citiz.net )
译文发布时间:2001-4-8
版权:本中
www.eeworm.com/read/109918/15545824
mkh
#! /bin/sh
# mkh - pull headers out of C source
PATH=/bin:/usr/bin ; export PATH
# egrep pattern to pick out marked lines
egrep='^ =([ ]|$)'
# Sed program to process marked lines into lines
www.eeworm.com/read/108584/15583640
c editfloat.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/108055/15595551
txt d11r5.txt
implementation
//PROGRAM D11R5
//Driver for routine AVEVAR
uses
unit2;
{$R *.DFM}
procedure TForm1.Button1Click(Sender: TObject);
const
s1='%9.2f'; NPTS = 1000; EPS = 0.1;
var
F:Te
www.eeworm.com/read/108044/15595737
c base64.c
/*
* base64.c -- Base64 Mime encoding
*
* Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved.
*
* See the file "license.txt" for usage and redistribution license requirement
www.eeworm.com/read/105447/15666597
txt intrspy.txt
(个人开发软件系列之动态系统剖析器 Intrspy 研制人:龙云亮)
INTRSPY 3.0 动态系统剖析分析器
一 性能分析
INTRSPY 本质上是一个由C语言和汇编语言写成的TSR.主要用于分析程序的内部结
构. 它接管中断多达十一个,并接管了DOS的大部分功能.尤其突出的是,它还具有了动态
www.eeworm.com/read/105435/15666884
c base64.c
/*
* base64.c -- Base64 Mime encoding
*
* Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved.
*
* See the file "license.txt" for usage and redistribution license requirements
*