代码搜索:全差分
找到约 10,000 项符合「全差分」的源代码
代码结果 10,000
www.eeworm.com/read/101253/15839302
c 四分砝码.c
#include
#include
main()
{
int weight1,weight2,weight3,weight4,d1,d2,d3,d4,x,flag;
printf("The weight is broke up as following 4 pieces:");
for(weight1=1;weight1
www.eeworm.com/read/100753/15865250
c 四分砝码.c
#include
#include
main()
{
int weight1,weight2,weight3,weight4,d1,d2,d3,d4,x,flag;
printf("The weight is broke up as following 4 pieces:");
for(weight1=1;weight1
www.eeworm.com/read/268719/11124590
cpp newton.cpp
float f(float x[],float y[],int s,int t)//牛顿插值法,用以返回差商
{
if(t==s+1)
return (y[t]-y[s])/(x[t]-x[s]);
else
return (f(x,y,s+1,t)-f(x,y,s,t-1))/(x[t]-x[s]);
}
www.eeworm.com/read/361544/10047207
kdh 差分进化算法及其应用.kdh
www.eeworm.com/read/467915/6996928
vbw 水准网平差12.2.vbw
Form1 = 0, -24, 893, 623, , 95, 48, 598, 503, C
form2 = 154, 203, 757, 634, C, 26, 68, 624, 569, C
www.eeworm.com/read/467915/6996960
vbp 水准网平差12.2.vbp
Type=Exe
Form=水准网平差.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Form=水准网2.frm
Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0;
www.eeworm.com/read/447935/7543814
vbp 平面控制网间接平差.vbp
Type=Exe
Form=平面控制网间接平差.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; COMDLG32.OC
www.eeworm.com/read/447935/7543818
vbw 平面控制网间接平差.vbw
frmMain = 44, 58, 944, 565, , 22, 29, 811, 655, C
mdlAdjust = 154, 203, 1054, 709,
www.eeworm.com/read/447935/7543823
frm 平面控制网间接平差.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmMain
BackColor = &H00004080&
Caption = "平面控制网间接平差"
ClientHeight
www.eeworm.com/read/247293/12667566
txt gps网平差程序说明.txt
一. 全局变量说明
MAX 140 为定义矩阵的最大维数 //l=3
PI 3.14159265358979312 圆周率 //l=4
rou (180.0*60*60/PI) 一弧度的秒数 //l=5
二. 工具函数说明
1 矩阵求逆