代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/184923/5243094
h aud_ctrl.h
/**********************************************************************/
/*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/
/***************
www.eeworm.com/read/184923/5243145
h vid_ctrl.h
/**********************************************************************/
/*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/
/***************
www.eeworm.com/read/184877/5244723
c ctrl2.c
#include "cmd.h"
#include "tty.h"
#include "ctrl.h"
#include
#include
#include
#define V 10
#define DIS 3
#define ANG 10
int fd;
struct termios tio;
char buf[20]
www.eeworm.com/read/184877/5244724
c ctrl0.c
#include "cmd.h"
#include "tty.h"
#include "ctrl.h"
#include
#include
#define V 10
int fd;
struct termios tio;
char buf[16];
char rbuf[16];
inline void msend(void *buf, in
www.eeworm.com/read/184877/5244725
c ctrl1.c
#include "cmd.h"
#include "tty.h"
#include "ctrl.h"
#include
#include
#include
int fd;
struct termios tio;
char lspeed, rspeed;
char buf[20];
unsigned char rbuf[2
www.eeworm.com/read/183315/5256683
py text_ctrl.py
import wx
class TextFrame(wx.Frame):
def __init__(self):
wx.Frame.__init__(self, None, -1, 'Text Entry Example',
size=(300, 100))
panel = wx.Panel(self, -1)
www.eeworm.com/read/182103/5273024
h ide_ctrl.h
/*
* ide_ctrl.h
*
* This file describes the IDE controller driver for all boards.
*
* Copyright (C) 2002 OKTET Ltd., St.-Petersburg, Russia
* Author: Eugeny S. Mints
*
www.eeworm.com/read/179911/5295304
h midi_ctrl.h
static unsigned char ctrl_def_values[128] =
{
0x40,0x00,0x40,0x40, 0x40,0x40,0x40,0x7f, /* 0 to 7 */
0x40,0x40,0x40,0x7f, 0x40,0x40,0x40,0x40, /* 8 to 15 */
0x40,0x40,0x40,0x40, 0x40,0x40
www.eeworm.com/read/179619/5302871
c ctrl_set.c
#include "inc\44b0x.h"
#include "DataType.h"
#define EXT_OSC_CLK 10000000
unsigned int MCLK = 20000000;
void ChangePllValue(int mdiv, int pdiv, int sdiv)
{
int i = 1;
rPLLCON = (md
www.eeworm.com/read/179619/5302875
h ctrl_set.h
#ifndef __CTRL_SET_H
#define __CTRL_SET_H
#include "44b0x.h"
#include "DataType.h"
void ChangePllValue(int, int, int);
void PortInit(void);
void RtcSetDay(TIME_STRUC *time);
void RtcSet