代码搜索:F
找到约 10,000 项符合「F」的源代码
代码结果 10,000
www.eeworm.com/read/223397/14642250
m f.m
function r=f(x)
n=3;
r=zeros(n,1);
r(1)=x(1).^2-10*x(1)+x(2).^2+x(3)+7;
r(2)=x(1)*x(2).^2+x(3).^2-2*x(3);
r(3)=x(1).^2+x(2).^2-3*x(2)+x(3).^2;
www.eeworm.com/read/122803/14667739
cpp f.cpp
/////////////////////////////////////
/////////////////////////////////////////////////////////////
#include "stdafx.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FI
www.eeworm.com/read/122710/14673408
c f.c
/*++
Module Name:
fibers.c
Abstract:
This module illustrates the Win32 fiber APIs.
This example implements a fiber based file copy operation. Note that
a number of dif
www.eeworm.com/read/222012/14711454
gif f.gif
www.eeworm.com/read/221499/14739995
m f.m
function y=f(x)
y=exp(-1.5*x).*sin(2*pi*12.5*x);
plot(x,y)
www.eeworm.com/read/221499/14739996
r f.r
G:\Dethr\f.m
[undefined]
[called]
f function 1 1 0 1 0 0 0 0 0 0 0
[input]
x double 0 0 0 0 0 0 0 0 0 0 0
[output]
y double 0 0 0 0 0 0 0 0 0 0 0
[feval]
[callbacks]
[extern]
[declare]
www.eeworm.com/read/221499/14740000
mak f.mak
#
# MATCOM makefile
#
all: f.exe
f.cpp: f.m
D:\MATCOM45\bin\matcom f.m -mat2cpp -nologo -debug
f.obj: f.cpp
cl -c -ID:\MATCOM45\ /MD -ID:\MATCOM45\lib /nologo /Zm200 /GX /YX /Fpmatlib.
www.eeworm.com/read/221499/14740041
cpp f.cpp
#include "matlib.h"
#pragma hdrstop
#include "f.h"
Mm f(Mm x) {
begin_scope
x.setname("x");
dMm(y);
#line 1 "g:/dethr/f.m"
call_stack_begin;