代码搜索结果
找到约 45,533 项符合
T 的代码
t.txt
T类
函数名: tan
功 能: 正切函数
用 法: double tan(double x);
程序例:
#include
#include
int main(void)
{
double result, x;
x = 0.5;
result = tan(x);
t.cpp
// t.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "t.h"
#include "MainFrm.h"
#include "tDoc.h"
#include "tView.h"
#ifdef _DEBUG
#define new DEBU
t.rc2
//
// T.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////////
t.h
// t.h : main header file for the T application
//
#if !defined(AFX_T_H__4BEF1F33_A603_4487_921F_EAEA191C6CEC__INCLUDED_)
#define AFX_T_H__4BEF1F33_A603_4487_921F_EAEA191C6CEC__INCLUDED_
#if _
t
//
//
% T s { // void s (void * _self)
%casts
}
% T S { // void S (void * _self)
%casts
}
% T ctor { // void * ctor (void * _self, va_list * app)
%casts
return (void *) 0;
}
% T D { // void D
t.d
// T.d -- 5.3 Thu Jan 3 18:42:58 EST 2002
// Copyright (c) 1993 Axel T. Schreiner
//
line 1 root and meta root class
line 2 // comment
% Class T {
const Class @ class;
%
void s (_self);
void S
t.dc
// T.dc -- 5.1 Jun 8 17:55:47 1993
// Copyright (c) 1993 Axel T. Schreiner
// T
% s {
%casts
}
% S {
%casts
}
%+ T c {
}
%+ T C {
}
%- T ctor {
return _self;
}
%- T D {
}
// Class
% cc {
%
t.cpp
// t.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
/* 基数排序的算法源程序*/
#define R 10 /* R为基数, 测试数据要求用10个左右的数据项进行测试,因此R=10*/
str
t.src
; .\t.SRC generated from: t.c
; COMPILER INVOKED BY:
; f:\Keil\C51\BIN\C51.EXE t.c BROWSE DEBUG OBJECTEXTEND SRC(.\t.SRC)
$NOMOD51
NAME T
P0 DATA 080H
P1 DATA 090H
P2 DATA 0A0H
P3
t-eo.cpp
//-----------------------------------------------------------------------------
// t-eo.cpp
//-----------------------------------------------------------------------------
#include // EO
//---