代码搜索:para
找到约 10,000 项符合「para」的源代码
代码结果 10,000
www.eeworm.com/read/269453/11097488
m ivpodefun_para.m
%ivpodefun_para.m
%常微分方程
function dydt = ivpodefun_para(t,y,u)
dydt = zeros(2,1);
dydt(1) = y(2);
dydt(2) = u*(1-y(1)^2)*y(2)-y(1);
www.eeworm.com/read/147096/12584536
m set_para.m
%SET_PARAM Sets the desired parameters in a specified system or block.
% SET_PARAM(NAME,PARAMETER,VALUE) is used to set system parameters,
% general block parameters, and specific block parameters.
www.eeworm.com/read/147096/12584639
m get_para.m
%GET_PARAM Returns the value of the desired parameter in a given system.
%
% GET_PARAM('modelname','parameter'), GET_PARAM('blockname','parameter')
% returns the value of the specified parameter fo
www.eeworm.com/read/147094/12587067
h pccc_para.h
#ifndef PCCC_para_H
#define PCCC_para_H
#include "math.h"
#include "stdio.h"
#include "stdlib.h"
#include "iostream.h"
#include "time.h"
#include "malloc.h"
#include "conio.h"
//PN seque
www.eeworm.com/read/146694/12618528
cpp ptr_para.cpp
//ptr_para.cpp
#include
#include
void get_data(int *);
void main()
{ int *a,*b,c;
a = new int;
b = new int;
get_data(a); //传指针
get_data(b);
c =
www.eeworm.com/read/238457/13885223
gif para_2.gif
www.eeworm.com/read/238457/13885235
gif para_6.gif
www.eeworm.com/read/238457/13885341
gif para_3.gif
www.eeworm.com/read/238457/13885348