代码搜索:routines 开发教程
找到约 10,000 项符合「routines 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/391933/8372290
c usrconfig.c
/* usrConfig.c - user-defined system configuration library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
19y,20jun03,t
www.eeworm.com/read/190618/8440143
s a3000.s
/*************************************************************
* File: lib/a3000.s
* Purpose: Part of C runtime library
* Author: Phil Bunce (pjb@carmel.com)
* Revision History:
* 970304 Start of
www.eeworm.com/read/190387/8444239
readme
--------------------
Notes on routines
--------------------
These M-files are User Contributed Routines which are being redistributed
by The MathWorks, upon request, on an "as is" basis. A User Cont
www.eeworm.com/read/189063/8492278
rea malloc~1.rea
###########################################################
Information on file: malloc4.c
Written by Xavier Bouyssounouse.
###########################################################
Routines in
www.eeworm.com/read/189063/8492755
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/389586/8512676
txt 52. c28x iqmath library (sprc087).txt
Texas Instruments TMS320C28x IQmath Library is collection of highly optimized and high precision mathematical Function Library for C/C++ programmers to seamlessly port the floating-point algorithm int
www.eeworm.com/read/388439/8609358
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/288527/8625813
rea malloc~1.rea
###########################################################
Information on file: malloc4.c
Written by Xavier Bouyssounouse.
###########################################################
Routines in
www.eeworm.com/read/288527/8626617
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/285615/8827606
c usrconfig.c
/* usrConfig.c - user-defined system configuration library */
/* Copyright 1984-1998 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
19f,10mar99,d