代码搜索:Variables

找到约 10,000 项符合「Variables」的源代码

代码结果 10,000
www.eeworm.com/read/173155/5376250

m setupsoundgui.m

% SetupSoundGUI.m sets up the SoundGUI variables % Initialize the appropriate setup.m variables fft_size = 128; num_carriers = 32; input_type = 2; file_input_type = 3; file_name = 'shortest.wav'
www.eeworm.com/read/303463/3810326

m clearsdpvar.m

function clearsdpvar(X,value) % CLEARSDPVAR Clear solution % Author Johan L鰂berg % $Id: clearsdpvar.m,v 1.1 2006/08/10 18:00:19 joloef Exp $ x_lmi_variables = X.lmi_variables; sol = sdpv
www.eeworm.com/read/270429/4238138

m setupsoundgui.m

% SetupSoundGUI.m sets up the SoundGUI variables % Initialize the appropriate setup.m variables fft_size = 128; num_carriers = 32; input_type = 2; file_input_type = 3; file_name = 'shortest.wav'
www.eeworm.com/read/270429/4238207

m setupsoundgui.m

% SetupSoundGUI.m sets up the SoundGUI variables % Initialize the appropriate setup.m variables fft_size = 128; num_carriers = 32; input_type = 2; file_input_type = 3; file_name = 'shortest.wav'
www.eeworm.com/read/231887/14216755

c mega48-lcd.c

#include #include #include // Declare your global variables here #define L1 PORTB.1 //OUT 164 数据端 void main(void) { // Declare your local variables here
www.eeworm.com/read/29070/1014900

freescale

#ifndef __Variables_H #define __Variables_H #define stop 0 #define straight 3 #define left_turn 1 #define right_turn 2 #define middle 4 #define left 5 #define right 6 #define move 7 exte
www.eeworm.com/read/187741/5216752

sci distance.sci

function [distance] = Distance(Pop1,Pop2) // the distance of two individuals n=size(Pop1,2) -1; //Variables' number ndis=(Pop1(1:n) - Pop2(1:n))'.^2; // the distances of variables between two in
www.eeworm.com/read/366702/2877597

f03 bind_c_usage_6.f03

! { dg-do compile } module x use iso_c_binding bind(c) :: test, sub1 ! { dg-error "only be used for variables or common blocks" } bind(c) :: sub2 ! { dg-error "only be used for variables or comm
www.eeworm.com/read/358128/3005000

test flush2.test

# # Bug#17733 Flushing logs causes daily server crash # flush logs; set global expire_logs_days = 3; show variables like 'log_bin%'; flush logs; show variables like 'log_bin%'; set global expire_logs_
www.eeworm.com/read/334418/12603343

c main.c

#define __DEFINE_REGISTERS_STVD7_INCLUDE__ #define VARIABLES_H #include "ST72324BLK2.h" #include "Head.h" #include "Variables.h" #include "Subroutine.h" #undef __DEFINE_REGISTERS_STVD7_INCLUDE