u11_2_5.cpp
来自「C++Builde5程序设计—基础教学篇程序源代码1。」· C++ 代码 · 共 23 行
CPP
23 行
//--------------- 11_2_5 --------------------------------------------------
#include <time.h>
#include <math.h>
#include <vcl.h>
#pragma hdrstop
#include "u11_2_5.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
Tf11_2_5 *f11_2_5;
//---------------------------------------------------------------------------
__fastcall Tf11_2_5::Tf11_2_5(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------
void __fastcall Tf11_2_5::btnTestClick(TObject *Sender)
{
double start,end, tot_time;
int tot_loop;
Refresh();
tot_loop=StrToInt(InputBox("磅︽
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?