代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/369123/9662149
h functions.h
// bfe2 - functions prototypes
// Copyright (c) 1999-2003 Brand Huntsman and Lee Salzman
//
//
// main.c
//
void bfe_quit ( char *message );
//
// misc.c
//
void clip_whitespace ( char *string
www.eeworm.com/read/171351/9760566
c functions.c
/*===============================================
file : functions.c
purpose : define objective functions
developed : 1991
author : Kalyanmoy Deb
==============================
www.eeworm.com/read/170860/9783715
js functions.js
/* $Id: functions.js,v 1.4 2005/12/15 09:20:06 cybot_tm Exp $ */
/**
* @var sql_box_locked lock for the sqlbox textarea in the querybox/querywindow
*/
var sql_box_locked = false;
/**
* @var array
www.eeworm.com/read/415539/11063546
bas functions.bas
Attribute VB_Name = "Module1"
' Functions.bas - Contains the function definitions to access the
' wave device
' Some constants that are needed for the RecordScope stuff
Public Const WAVE_F
www.eeworm.com/read/415445/11073469
js functions.js
//调用
function ResizeImage(F,D,G){if(F!=null){imageObject=F}var E=imageObject.readyState;if(E!="complete"){setTimeout("ResizeImage(null,"+D+","+G+")",50);r
www.eeworm.com/read/415423/11074089
c functions.c
#include "MSI.h"
//一级主菜单界面
void MainMenu()
{
printf(" Welcome to the Student Score MIS\n");
printf("************************ Main Menu* **************************\n");
prin
www.eeworm.com/read/414862/11098809
c functions.c
#include
#include "ds182x.h"
#include "lcd.h"
#include "1-wire.h"
void InitSystem(void)
{
lcd_init();
lcd_contrast(0x4F); //F - the highest constras
}
void ShowMe(void)
www.eeworm.com/read/414862/11098828
h functions.h
#ifndef FUNCTIONS_H
#define FUNCTIONS_H
void InitSytem(void);
void ShowMe(void);
void SB1(void);
void SB2(void);
void SB3(void);
#endif