代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/291233/8433729
asv func.asv
function z = Untitled1( A);
size
for i=1:10
z(:,i)=-1+0.3*(A(:,i)+i-1);
end
%UNTITLED1 Summary of this function goes here
% Detailed explanation goes here
www.eeworm.com/read/291233/8433759
m func.m
function z = Untitled1( A);
nt=size(A,2);
for i=1:nt
z(:,i)=-1+0.3*(A(:,i)+i-1);
end
%UNTITLED1 Summary of this function goes here
% Detailed explanation goes here
www.eeworm.com/read/291130/8440580
h func.h
www.eeworm.com/read/189148/8488707
cpp func.cpp
// Func.cpp: implementation of the Func class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Msg.h"
#include "Func.h"
#include "MsgDlg
www.eeworm.com/read/189148/8488728
h func.h
// Func.h: interface for the Func class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FUNC_H__DA999687_806C_4978_A8D6_F7E855F300D5__INCLUDED_)
#defi
www.eeworm.com/read/188532/8530918
c func.c
/*
** 2002 February 23
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgivene
www.eeworm.com/read/388588/8598759
h func.h
void interrupt tint( void );
void CLK_init( void );
void SDRAM_init( void );
void INTR_init( void );
void TIME_init(void);
void TMCR_Reset( void );
void SetDSPPLL(unsigned int uPLL);
www.eeworm.com/read/388572/8599465
h func.h
void interrupt tint( void );
void CLK_init( void );
void SDRAM_init( void );
void INTR_init( void );
void TIME_init(void);
void TMCR_Reset( void );
void SetDSPPLL(unsigned int uPLL);