代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/172308/9714792
c subprogram.c
#include "stdio.h"
#include "head.h"
#include "math.h"
#include "malloc.h"
#include
//#include
#include
/*
function [n1,n2]=gngauss(m,sgma)
% [n1 n2]=gngauss
www.eeworm.com/read/172308/9714808
c subprogram.c
#include "stdio.h"
#include "head.h"
#include "math.h"
#include "malloc.h"
#include "stdlib.h"
#include "time.h"
/*
function [n1,n2]=gngauss(m,sgma)
% [n1 n2]=gngauss(m,sgma)
% [n1 n2]=gnga
www.eeworm.com/read/172283/9715088
plg dianji.plg
礦ision2 Build Log
Project:
D:\接口技术子程序集\程序\第八章\8.7\dianji.uv2
Project File Date: 05/12/2005
Output:
compiling pwm.c...
PWM.C(25): warning C280
www.eeworm.com/read/172237/9719036
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/172235/9719061
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/172208/9719683
h tfuzzyset.h
////////////////////////////////////////////////////////////////////////////////
#ifndef TFuzzySet_h
#define TFuzzySet_h
////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/367990/9721291
c longjmp.c
#include
#include
#include
jmp_buf location; // Global variable
void function(void)
{
printf("About to longjmp\n");
longjmp(location, 1); // Return
www.eeworm.com/read/367926/9722623
m ex5_7.m
x=0:pi/100:2*pi;
y1=2*exp(-0.5*x);
y2=cos(4*pi*x);
plot(x,y1,x,y2)
title('x from 0 to 2{\pi}'); %加图形标题
xlabel('Variable X'); %加X轴说明
ylabel('Variable Y');
www.eeworm.com/read/172021/9726389
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/172010/9726803
m oderk4sysv.m
function [t,y] = odeRK4sysv(diffeq,tn,h,y0,varargin)
% odeRK4sysv Fourth order Runge-Kutta method for systems of first order ODEs
% Vectorized version with pass-through parameters.
%