代码搜索:Controlling
找到约 944 项符合「Controlling」的源代码
代码结果 944
www.eeworm.com/read/192096/8406114
htm ch15_14.htm
Recipe 15.13. Controlling Another Program with Expect (Perl Cookbook)
www.eeworm.com/read/192096/8406276
htm ch16_09.htm
Recipe 16.8. Controlling Input and Output of Another Program (Perl Cookbook)
www.eeworm.com/read/390106/8485874
htm guardobj.htm
Controlling Access to an Object (Java Developers Almanac Example)
www.eeworm.com/read/429790/8788745
c at45.c
// AT45.c: Source file for accessing and controlling the Atmel AT45DB161B
// serial flash chip
// Copyright (C) 2005 Frank Mathew
// Distributed under the GNU GENERAL PUBLIC LICENSE (GPL) Version 2
www.eeworm.com/read/379525/9194194
c sys.c
#
/*
*/
/*
* indirect driver for controlling tty.
*/
#include "../param.h"
#include "../conf.h"
#include "../user.h"
#include "../tty.h"
#include "../proc.h"
syopen(dev, flag)
{
register *tp;
www.eeworm.com/read/377104/9295367
cpp main.cpp
/* main.cpp
*
* Sample program for controlling Nokia-type graphic LCD.
*
* Revisions:
* 08-21-06 changes in globals section
* 07-13-06 included in LCDSample project
*
* Written by Cathy Saxt
www.eeworm.com/read/352859/10498289
vhd picoblaze_amp_adc_control.vhd
--
-- KCPSM3 reference design - PicoBlaze controlling the two channel programmable
-- amplifier type LTC6912-1 and two channel A/D converter type LTC1407A-1 from
-- Linear Technology.
--
-- Des
www.eeworm.com/read/278844/10502738
c at91_lowlevel.c
/*
* linux/drivers/at91/pcmcia/at91_lowlevel.c
*
* We implement a AT91RM9200 PCMCIA driver. This
* basically means we handle everything except controlling the
* power.
*
* (c) Rick Bronson
*
www.eeworm.com/read/160583/10517324
py date_demo2.py
#!/usr/bin/env python
"""
Show how to make date plots in matplotlib using date tick locators and
formatters. See major_minor_demo1.py for more information on
controlling major and minor ticks
"""
imp
www.eeworm.com/read/460079/7257965
h pwm.h
/*
* Handy functions for controlling LPC2106 PWM channels.
* Author: Bruce McKenney, BMC Consulting, Selkirk, NY
*/
#ifndef _PWM_H_
#define _PWM_H_ 1
/*
* pwm_init(nticks, tickcycles)
*