代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/159985/10582530
asm getcmos.asm
;******************************************************
;* 文件名:GetCMOS.asm
;* 创建日期:2001.7.14
;* 作者:陈文尧
;* 功能:读取当前CMOS数据并保存到CMos.dat文件中
;******************************************************
inc
www.eeworm.com/read/423159/10583316
c outbound.c
#include
#include "libepc.h"
#include "serial.h"
#include "mtc.h"
void OutBound(void)
{
WINDOW *w ;
w = WindowCreate("Local", 0, 11, 0, 79) ;
if (!w) return ;
for (;;)
www.eeworm.com/read/159920/10589774
asm cerrtrap.asm
PAGE ,132
; A sample Interrupt 24 (DOS critical error exception) handler
;
; Public domain by Bob Stout
;
; Requires MASM 5.1 or later or equivalent
;
; Assemble with: MASM
www.eeworm.com/read/159863/10607457
c mysql-data-clean-timer.c
#include
#include
#include
int main()
{
printf("Data Cleaner Staring......\n ");
MYSQL *conn;
MYSQL_RES *res;
MYSQL_ROW row
www.eeworm.com/read/422747/10613720
cpp obsfile.cpp
// ObsFile.cpp: implementation of the CObsFile class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ObsFile.h"
//////////////////////
www.eeworm.com/read/422466/10635500
c voipcfg.c
#include
#include
#include
#define PATH "/config/sip/"
char AUDIO_CODEC_CURRENT[8];
char DEFAULT_SIP_SERVER_PORT[8];
char OUTBOUND_PROXY_SERVER_PORT[8];
char DEFAUL
www.eeworm.com/read/422271/10651100
h sound.h
#ifndef __SOUND_h__
#define __SOUND_h__
// write your header here
void PlaySnd(unsigned int);
enum SndIndex{ // 所有语音资源的索引
Start=10,Continue=11,Choice=12,In=13,Whether=14,End=15,RESULT=
www.eeworm.com/read/351245/10669834
c do_8255_test.c
/*****************************************************************************
;Institue of Automation, Chinese Academy of Sciences
;www.hyesco.com
;Description: 8255 driver on Linux for NJWKM;
;
www.eeworm.com/read/421785/10698426
c names_str.c
// names_str.c -- define names_st functions
#include
#include "names_str.h" // include the revised header file
// function definitions
void get_names(names * pn)
{
int i;
www.eeworm.com/read/421785/10698432
c names_st.c
// names_st.c -- define names_st functions
#include
#include "names_st.h" // include the header file
// function definitions
void get_names(names * pn)
{
int i;
pr