代码搜索结果
找到约 231,314 项符合
C 的代码
c˴
/*
#include "tdestr.h"
#include "common.h"
#include "define.h"
#include "tdefunc.h"
#include /* for direct BIOS keyboard input */
/******************************
c˴
/*
* This module contains all the routines needed to redefine key, colors, and
* modes via a configuration file.
*
* Program Name: tdecfg
* Author: Frank Davis
* Date: J
c˴
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
/*
* Name: tab_key
* Purpose: To make the necessary changes after the user types the tab key.
* Date
c˴
#include /* for REGS */
#include /* for intdos */
#include "tdestr.h"
#include "common.h"
#include "tdefunc.h"
#include "define.h"
/*
* Name: get_dat
c˴
/*
* This module contains the word wrap and format paragraph functions. The
* right_justify( ) function is based on the spread function in _Software
* Tools_ by Brian Kernighan and P J Plauge
c˴
/*
* Customize the colors in tde.
*
* Author: Frank Davis
* Date: July 21, 1991
* Compiler: MSC 6.0a and QuickC 2.51
*
* This program is released into the public dom
c˴
#include
#include
#include
#include
/*定义GDT描述符表项结构*/
struct DESCRIPTION
{
unsigned int size;
unsigned int low16;
unsigned int high8;
unsigned char a
c˴
#include
#include
#include
/*定义缓冲区大小*/
#define BUFFSIZE 512
int main()
{
int result0,result1;
char conform,buffer[BUFFSIZE];
clrscr();
puts("*******************
c˴
#include
int main()
{
char cmd;
float temperature;
while(1)
{
printf("\n*****************************************\n");
printf("\n| Please select one of convertions: |\n");