satsim.cpp

来自「simulation for computer selection」· C++ 代码 · 共 50 行

CPP
50
字号
#include<iostream.h>
#include<conio.h>
#include<graphics.h>
#include<dos.h>
#include<process.h>
#include<stdlib.h>
#include<stdio.h>
#include<string.h>
first();
//#include"c:\tc\bin\sysinfo.h"
//#include"c:\tc\bin\cominfo.h"
//#include"c:\tc\bin\bufinfo.h"
#include"c:\tc\bin\commain.h"
void main()
{

//first();
sysinfo();
cominfo();
bufinfo();

for(;;)
{
closegraph();
commain();
closegraph();
ccom=0,cz=0,cz1=0;

ci=0,cn=0,ck=0;
cx=130,cl=130,ct=155,cr=230,cb=165,cy=153;
xcom=0,xz=0,xz1=0;
xi=0,xn=0,xk=0;
xx=130,xl=130,xt=155,xr=230,xb=165,xy=153;
hn=0,hspe=0,hspe1=0,hz=0,hres=1,hx=105,hy=120,hl=105,hr=120,ht=115,hb=135,hi=0,hcount=0; zn=0,zspe=0,zspe1=0,zz=0,zres=1,zx=105,zy=120,zl=105,zr=120,zt=115,zb=135,zi=0,zcount=0;

}
}
first()
{
  // int gd = DETECT, gm;
  // initgraph(&gd, &gm, "C:\\tc\\BGI");
   clrscr();
   int i, j, s, BK=0, BORDER=7, N=2;
   char name[34], title[55], au[10],name1[15];
   strcpy(title, "SIMULATION Of SELECTION OF COMPUTER FOR ONLINE SYSTEM");
   strcpy(name, "Satish M & Sagar Suhas Kulkarni");
   strcpy(au, "Author");
   textcolor(BK);
   for(i=0; i<2000; i++)
       cprintf("

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?