代码搜索:线性分析

找到约 10,000 项符合「线性分析」的源代码

代码结果 10,000
www.eeworm.com/read/257204/11944397

ppt 线性链表.ppt

www.eeworm.com/read/250132/12429577

vbw 线性回归.vbw

Form1 = 0, 0, 0, 0, C, 22, 22, 569, 482, C
www.eeworm.com/read/250132/12429582

frm 线性回归.frm

VERSION 5.00 Begin VB.Form Form1 AutoRedraw = -1 'True Caption = "一元线性回归" ClientHeight = 9495 ClientLeft = 270 ClientTop = 1290 ClientWi
www.eeworm.com/read/250132/12429586

vbp 线性回归.vbp

Type=Exe Form=线性回归.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation IconForm="Form1" Startup="Form1" Command32="" Name="工程1" HelpCont
www.eeworm.com/read/173717/9639816

ppt 非线性.ppt

www.eeworm.com/read/111929/15500494

c 线性回归.c

#include #include main() { float x[100],y[100],x1,y1,Lxx,Lxy,Lyy,U,Qe,Y0,F,h,C0,C1,r,o,t,v,s; float b[100],d[100],e[100],sum,sun,V; int i,n; printf("输入测量数据的个数:");scanf("
www.eeworm.com/read/103612/15727998

txt readme.txt

线性方程组求解模板,包括求解线性方程组的各种算法
www.eeworm.com/read/432144/8623535

c 11.2 一元线性回归分析 sqt1.c

#include "math.h" void sqt1(x,y,n,a,dt) int n; double x[],y[],a[2],dt[6]; { int i; double xx,yy,e,f,q,u,p,umax,umin,s; xx=0.0; yy=0.0; for (i=0; i