代码搜索结果

找到约 10,000 项符合 2 的代码

电机2_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 File 1,1,

i2c_2.c

#include #define I2C_SCL T1 //T1,时钟位 #define I2C_SDA T0 //T0,数据位 #define ZLGWR 0x70 //ZLG7290的写地址 #define ZLGRD 0x71

str2mat2.m

% function s=str2mat2(t1,t2,t3) % 替代函数 function s=str2mat2(t1,t2,t3) [Q1,L1]=size(t1); [Q2,L2]=size(t2); if nargin == 2, if L1 > L2, s=[t1; [t2 blanks(L1-L2) ]]; elseif L1 < L

str2mat2.m

% function s=str2mat2(t1,t2,t3) % % Replacement function for str2mat. For use with tree_ga. % Note: t2 and t3 must be string vectors. function s=str2mat2(t1,t2,t3) [Q1,L1]=size(t1); [Q2,L2]=

myradar_visit2_2.m

%clear all % close all % swid = 3; % pfa = 1e-7; % np = 1; % R_1st_frame = 61e3; % Range for first frame % R0 = 55e3; % range to last frame % SNR0 = 9; % SNR at R0 % frame = 0.3e3; % frame si

featselregr2w2.m

function [RankedVariables,values]=FeatSelregr2w2(x,y,c,epsilon,kernel,kerneloption,verbose,FeatSeloption) % Usage % % [RankedVariables,values]=FeatSelregr2w2(x,y,c,epsilon,kernel,kerneloption,