代码搜索:FX2
找到约 744 项符合「FX2」的源代码
代码结果 744
www.eeworm.com/read/124933/14524183
cpp 2_7.cpp
#include
#include
#include
void main()
{
float x0,x1,x2,fx0,fx1,fx2;
do
{
coutx1;
cout
www.eeworm.com/read/120254/14808933
cpp 2_7.cpp
#include
#include
#include
void main()
{
float x0,x1,x2,fx0,fx1,fx2;
do
{
coutx1;
cout
www.eeworm.com/read/289252/3991590
m broydeniterate.m
function s=BroydenIterate(x,eps)
% 秩1的拟Newton法求非线性方程组
% x为迭代初值,eps为允许误差值
if nargin==1
eps=1.0e-6;
elseif nargin
www.eeworm.com/read/368261/9703640
m broydeniterate.m
function s=BroydenIterate(x,eps)
% 秩1的拟Newton法求非线性方程组
% x为迭代初值,eps为允许误差值
if nargin==1
eps=1.0e-6;
elseif nargin
www.eeworm.com/read/479737/6685623
ltx exam0605a.ltx
Title 简单的投资组合问题
MIN x1 + x2 + x3 + PBUD + PRET
Subject to
! 一阶最优条件,其中PBUD和PRET是两个约束对应的乘子
Fx1) .02161508 x1 + .02481442 x2 + .02615026 x3
+ PBUD - 1.089083 PRET >= 0
Fx2) .02481442 x1 + .
www.eeworm.com/read/387374/2562583
ltx exam0605a.ltx
Title 简单的投资组合问题
MIN x1 + x2 + x3 + PBUD + PRET
Subject to
! 一阶最优条件,其中PBUD和PRET是两个约束对应的乘子
Fx1) .02161508 x1 + .02481442 x2 + .02615026 x3
+ PBUD - 1.089083 PRET >= 0
Fx2) .02481442 x1 + .
www.eeworm.com/read/373603/9448540
c 6.13.c
/* Note:Your choice is C IDE */
#include "stdio.h"
#include "math.h"
void main()
{float x0,x1,x2,fx0,fx1,fx2;
do
{printf("enter x1 & x2:");
scanf("%f,%f",&x1,&x2);
fx1=x1*(2*x1-4+3)-6;
www.eeworm.com/read/371711/9540731
c kexingfangxiangfa.c
#include
#include
float min(),fx(),fx1(),fx2(),finda();
float p1,p2,x1,x2,f,fx11,fx12,a,minz;
float x[2][1];
void main()
{
float x0[2][1]={{2},{1}},x1[2][1],x2[2][1];
fl
www.eeworm.com/read/258673/11847597
txt readme.txt
This directory contains the 8051 firmware frameworks source code
for the Anchor Chips EZ-USB FX2 chip.
端点为2个BUFFER。按照512字节/包取数。比firmware1006文件夹的代码略有简化。
gpif.c中改为async。fw.c中移动了TD_INIT()。periph.c中写命令
www.eeworm.com/read/102739/15760066
c sqrtf.c
/*采用二分法实现的求开平方的函数sqrtf()*/
float sqrtf(float x){
//int x1,x2,x3;
float x1,x2,x3,y,fx;
float fx1,fx2,fx3,fx4;//printf("sqrtf() test 1\n");
if(x