代码搜索结果
找到约 10,000 项符合
5 的代码
sunos5-5.h
/* sunos5-5.h
System dependencies for Solaris 2.x (tested on 2.5 with gcc)... */
/*
* Copyright (c) 1996-1999 Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use i
chap5_5.m
%GA(Generic Algorithm) to Optimize Online PID Control
clear all;
close all;
Size=120;
CodeL=2;
MinX(1)=9*ones(1);MaxX(1)=12*ones(1);
MinX(2)=0.20*ones(1);MaxX(2)=0.30*ones(1);
Kpid(:,1)=M
exm5_5.mdl
Model {
Name "exm2_5"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
exp5_5.mdl
Model {
Name "exp5_5"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
ex5_5.out
Example 5.5 (Linear Elements)
Input
Number of Boundary Elements = 12
Number of InteriorPoints = 5
Coordinates of the Extreme Points of the Boundary Elements
Point X Y
1
ex5_5.out
Example 5.5 (Linear Elements)
Input
Number of Boundary Elements = 12
Number of InteriorPoints = 5
Coordinates of the Extreme Points of the Boundary Elements
Point X
c5-5.cpp
#include
using namespace std;
int main()
{ int i,j,row=0,colum=0,max;
int a[3][4]={{5,12,23,56},{19,28,37,46},{-12,-34,6,8}};
max=a[0][0];
for (i=0;i