代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/400222/11580416
txt time.txt
1DATAS SEGMENT
2 nowtime db 'the time now is:$'
3 modtime db 'setting the new time$'
4 hstring db 'enter the hour:$'
5 mstring db 'enter the minute:$'
6 sstring db 'enter
www.eeworm.com/read/157329/11719999
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/155109/11898417
m setmenu.m
function setmenu(menuHndl,labelList,callbackList);
%SETMENU Function for quickly setting up hierarchical menus.
% Ned Gulley, 6-21-93
% Copyright (c) 1984-94 by The MathWorks, Inc.
for count=1
www.eeworm.com/read/342281/12032052
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/254802/12117584
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/228579/14378685
h system.h
/* System support for LPC2138 */
/* David Wolpoff
* Owen Osborn */
/* Last modified July 2006 */
#define TIME_PERIOD 50
#define PLOCK 0x400
// these are for setting up the LPC clock fo
www.eeworm.com/read/119868/14819155
properties tool.properties
# $Id: tool.properties,v 1.5 2001/07/30 00:03:46 pcharles Exp $
#
# jpcap packet capture and visualization tool properties
#
## system/simulator setting
# run tool in packet capture or simulator (ak
www.eeworm.com/read/118495/14868267
h winops.h
/***
stdwinset.h - prototype declaration for setting the standard window settings
for IPTraf
***/
#include
#define tx_coloreol() tx_wcoloreol(stdscr)
void tx_stdwinset(WINDOW * win);
vo