代码搜索:routines 开发教程
找到约 10,000 项符合「routines 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/105767/7109042
authors
Intercom was written and is CopyRight (C) 2001-2003
by Shane Wegner .
Intercom also uses the following code from third parties:
CCITT G.711, G.721, G.723 CODECs: Sun MicroSystems, Inc.
www.eeworm.com/read/296774/7113536
t-svr4
# We need to use -fPIC when we are using gcc to compile the routines in
# crtstuff.c. This is only really needed when we are going to use gcc/g++
# to produce a shared library, but since we don't kno
www.eeworm.com/read/296774/7113954
t-sysv4
# Specify how to create the *.asm files
MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \
moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm \
moveDI96x.asm
# Use the
www.eeworm.com/read/100477/7117805
diz file_id.diz
MASM 5.0/386 sources for MD5 Message Digest
with Turbo Pascal Unit to use MD5 routines.
www.eeworm.com/read/461294/7229762
rea malloc~1.rea
###########################################################
Information on file: malloc4.c
Written by Xavier Bouyssounouse.
###########################################################
Routines in
www.eeworm.com/read/461294/7229924
m initubin.m
function out=initubin(bits)
%
% Initialises a vector for the fast unbin routines
%
n=[];
for i=1:bits
n(i)=2^(bits-i);
end
out=n;
www.eeworm.com/read/457916/7315548
c startcf.c
/*
* CF_Startup.c - Default init/startup/termination routines for
* Embedded Metrowerks C++
*
* Copyright
www.eeworm.com/read/457219/7331935
rea malloc~1.rea
###########################################################
Information on file: malloc4.c
Written by Xavier Bouyssounouse.
###########################################################
Routines in
www.eeworm.com/read/457219/7332097
m initubin.m
function out=initubin(bits)
%
% Initialises a vector for the fast unbin routines
%
n=[];
for i=1:bits
n(i)=2^(bits-i);
end
out=n;