代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/448535/7531254
m testrls2ex.m
% test the rls in a system identification setting
% Assume a binary +/- 1 input.
% Copyright 1999 by Todd K. Moon
ntaps = 11; % number of adaptive filter taps
trueh = [1,2,3,4,5];
www.eeworm.com/read/440253/7691458
asm traffic_lights.asm
#MAKE_BIN#
#CS = 500#
#IP = 0#
; This is a sample of OUT instruction.
; It writes values to virtual I/O port
; of Traffic Lights Intersection, by
; setting bits we can turn off/on
; the light
www.eeworm.com/read/242593/12997703
m startlet.m
function startlet(action)
%STARTLET creates a GUI startup window
%
% See also README, LETHELP, SETHELP, LET and SETTING
% by Steve W. K. SIU, July 5, 1998.
if nargin
www.eeworm.com/read/241616/13129068
bak public2.h.bak
#ifndef _PUBLIC2_H_
#define _PUBLIC2_H_
//*********************** UART Baud Rate Setting ***************************
#define CLK27_B384 //UMC Working CLK is 27MHz and Baud rate is 38400
//
www.eeworm.com/read/241616/13129069
h public2.h
#ifndef _PUBLIC2_H_
#define _PUBLIC2_H_
//*********************** UART Baud Rate Setting ***************************
#define CLK27_B384 //UMC Working CLK is 27MHz and Baud rate is 38400
//
www.eeworm.com/read/306945/13734740
fpw config.fpw
* CONFIG.FPW for E:\VF课程设计案例\航班售票管理系统.PJX
* This file is a generated, framework-enabling component
* created by APPBUILDER
* (c) Microsoft Corporation
* This file should contain the setting
www.eeworm.com/read/238485/13882759
deliver test.deliver
You can do several tests of qmail delivery without setting up qmail to
accept messages through SMTP or through /usr/lib/sendmail:
1. After you start qmail, look for a
qmail: status: local
www.eeworm.com/read/152695/5668607
h bitops.h
#ifndef _I386_BITOPS_H
#define _I386_BITOPS_H
/*
* Copyright 1992, Linus Torvalds.
*/
/*
* These have to be done with inline assembly: that way the bit-setting
* is guaranteed to be atomic. All
www.eeworm.com/read/151029/5687304
java nocachetag.java
package com.ora.jsp.tags;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
/**
* This class is a custom action for setting response headers
* tha