代码搜索:相差法
找到约 10,000 项符合「相差法」的源代码
代码结果 10,000
www.eeworm.com/read/484923/6568918
txt 衰减曲线法.txt
%---------------------------4:1衰减法仿真程序------------------------
clc
%%比例系数调节部分
am = [82^2 2*82 1];bm = 2.449;
Gc = tf(bm,am); %被控对象传递函数Gc=1/(82s+1)^2
P = [2:3:8]; %比例系数
www.eeworm.com/read/484374/6586420
doc 灰色预测法.doc
www.eeworm.com/read/482925/6616251
dsw 迭代回溯法.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/482925/6616252
opt 迭代回溯法.opt
www.eeworm.com/read/482925/6616253
plg 迭代回溯法.plg
Build Log
--------------------Configuration: 迭代回溯法 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~
www.eeworm.com/read/482925/6616254
pdb 迭代回溯法.pdb
www.eeworm.com/read/482925/6616256
obj 迭代回溯法.obj
www.eeworm.com/read/482925/6616257
exe 迭代回溯法.exe
www.eeworm.com/read/482925/6616258
ncb 迭代回溯法.ncb
www.eeworm.com/read/482925/6616259
cpp 迭代回溯法.cpp
#include
#include
#include
using namespace std;
class Queen
{
public:
Queen(int n)
{
size=n;
x=new int[size+1];
sum=0;
}
bool place(int row)