代码搜索:continuous
找到约 2,697 项符合「continuous」的源代码
代码结果 2,697
www.eeworm.com/read/177089/9469924
c bp.c
/* BLOCKED BASED CONTINUOUS DATA PROTECTION MODULE FOR THE LINUX KERNEL
*
* This module provides the functionality of Continuous Data Protection
* at block level. Continuous Data Protectio
www.eeworm.com/read/421867/10683644
c bp.c
/* BLOCKED BASED CONTINUOUS DATA PROTECTION MODULE FOR THE LINUX KERNEL
*
* This module provides the functionality of Continuous Data Protection
* at block level. Continuous Data Protectio
www.eeworm.com/read/38039/1094408
mnu disc_cont.mnu
DIS/CONT
#
Discrete
Enter values from the keyboard.
#
Continuous
Continuous.
#
www.eeworm.com/read/389692/8508335
m loadgas.m
function [data, input_name] = loadgas
%LOADGAS Load data file for automobile MPG (miles per gallon) prediction
% Copyright 1994-2002 The MathWorks, Inc.
% $Revision: 1.8 $
% Roger Jang, August
www.eeworm.com/read/364462/9906093
h tempdetect.h
#define DS1624_PRINTF if(DS1624_printf_switch == TRUE) printf
#define WRITE_DS1624_ADDR 0x9a
#define READ_DS1624_ADDR 0x9b
#define DS1624_ACCESSMEM 0x17
#define DS1624_ACCESSCFG 0xac
#d
www.eeworm.com/read/359005/10172267
m loadgas.m
function [data, input_name] = loadgas
%LOADGAS Load data file for automobile MPG (miles per gallon) prediction
% Copyright 1994-2002 The MathWorks, Inc.
% $Revision: 1.8 $
% Roger Jang, August
www.eeworm.com/read/417673/10980709
m loadmpg.m
% ====== Get data from original data file
data_file = 'auto-mpg.dat';
fprintf('Getting data from file ''%s''...\n', data_file);
pause(0.1);
fid = fopen(data_file);
raw_data = zeros(500, 8);
i
www.eeworm.com/read/417673/10981001
m getauto.m
% ====== Get data from original data file
data_file = 'auto-mpg.dat';
fprintf('Getting data from file ''%s''...\n', data_file);
pause(0.1);
fid = fopen(data_file);
raw_data = zeros(500, 8);
i = 1;
wh
www.eeworm.com/read/467198/7019971
m loadmpg.m
% ====== Get data from original data file
data_file = 'auto-mpg.dat';
fprintf('Getting data from file ''%s''...\n', data_file);
pause(0.1);
fid = fopen(data_file);
raw_data = zeros(500, 8);
i
www.eeworm.com/read/467198/7020176
m getauto.m
% ====== Get data from original data file
data_file = 'auto-mpg.dat';
fprintf('Getting data from file ''%s''...\n', data_file);
pause(0.1);
fid = fopen(data_file);
raw_data = zeros(500, 8);
i = 1;
wh