代码搜索:continuously
找到约 143 项符合「continuously」的源代码
代码结果 143
www.eeworm.com/read/104415/15694444
v nco.v
//
// NCO Demo (Numerically controlled Oscillator).
//
// One type of NCO is based on the idea of a continuously wrapping modulo
// counter. The NCO is a programmable modulo counter. For example
www.eeworm.com/read/182103/5271616
c smtask1.c
/* Sm_test_task
*
* This task continuously obtains and releases a global semaphore.
*
* Input parameters:
* argument - task argument
*
* Output parameters: NONE
*
* COPYRIGHT (c) 198
www.eeworm.com/read/182103/5271626
c evtmtask.c
/* Delayed_events_task
*
* This task continuously sends itself events at one tick
* intervals.
*
* Input parameters:
* argument - task argument
*
* Output parameters: NONE
*
* COPY
www.eeworm.com/read/432926/1886132
pde loop.pde
/**
* Loop.
*
* The loop() function causes draw() to execute
* continuously. If noLoop is called in setup()
* the draw() is only executed once. In this example
* click the mouse to execute loo
www.eeworm.com/read/432926/1886265
pde savefile2.pde
/**
* SaveFile 2
*
* This file a PrintWriter object to write data continuously to a file
* while the mouse is pressed. When a key is pressed, the file closes
* itself and the program is stopped.
www.eeworm.com/read/111664/15506571
a51 eziso.a51
;-----------------------------------------------------------------
; eziso.A51 6-17-98 LTH
;
; A Simple isochronous transfer. Reads 8051 ports A,B and C, and
; continuously sends a five byte pa
www.eeworm.com/read/432386/8607339
txt smoothsliderinfo.txt
Interactive Smoothing for time-series signals.
Interactive smoothing for time-series signals, with sliders that
allow you to adjust the smoothing parameters continuously
while observing the eff
www.eeworm.com/read/183083/9179355
m makeasound.m
function makeasound(varargin)
%MAKEASOUND Make a sound.
% MAKEASOUND will create an analogoutput object and continuously play a
% 1000 Hz sine wave through the object. MAKASOUND STOP will stop
%
www.eeworm.com/read/391185/6947661
m makeasound.m
function makeasound(varargin)
%MAKEASOUND Make a sound.
% MAKEASOUND will create an analogoutput object and continuously play a
% 1000 Hz sine wave through the object. MAKASOUND STOP will stop
%
www.eeworm.com/read/449533/7501089
m observe.m
%OBSERVE Create a video file, by continuously reading an image from a local
% image file, an image file on the internet, a video device connected to
% your computer or your computer screen.
%