搜索资源列表
332658
- #include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include <math.h> #include <conio.h> struct DuLNode{ struct DuLNode *prior int data struct DuLNode *next-# in
Screentofile
- 自动截屏到文件的小程序 (一)功能 实现了一个定时截取当前屏幕图像的小程序。 (二)准备工作 1)建立VC CONSOLE APPLICATION,选择MFC SUPPORT 2)在STDAFX.H文件中加入头文件:conio.h-automatic cut-off screen to the small document (1) Realization of a regular interception current screen image of sm
CoinIO
- 一个键盘监视小程序,可以读取任何键盘输入,并保存到C:\\CONIO.TXT文件中-a small keyboard surveillance procedures, can read any keyboard input, and the preservation of the C : \\ CONIO.TXT document
conio
- Console I/O for Win32 as it was back in good old DOS times. Contains functions as clrscr, gotoxy etc.
conio
- 实现滚动输入,能够输入无限多,效果与网页中滚屏一样-scroll
c-P-P-lexical-analysis
- c++词法分析很简单的代码#include<iostream.h> #include<fstream.h> #include<stdlib.h> #include<stdio.h> #include<string.h> #include<conio.h> #include<process.h> /*头文件*/ -c++ lexical analysis is very simple c
GestionDuFichier
- un gestionnaire de fichier qui permet de créer, afficher, et savoir certais details sur un fichier, le programme fonctionne parfaitement sous windows... réaliser en c avec code blocks... la bibliothèque conio.h est inclu avec le zip-un gestionnaire d
ORDER2-EQUATION
- #include<stdio.h> #include<conio.h> #include<math.h> main(){ float delta,a,b,c float x,x1,x2,z printf("enter a:") scanf(" f",&a) printf("enter b:") scanf(" f",&b) printf("enter c:") scanf(" f",&c) del
Svgacc-case
- SVGA图形扩展库示例#include <stdlib.h>,#include <conio.h>,#include "svgacc.h"-SVGA extra-graph interface case #include <stdlib.h>,#include <conio.h>,#include "svgacc.h"
liudunchazhi
- #include <stdio.h> #include <conio.h> #define N 4 static double x[N+1]={0.4,0.55,0.8,0.9,1} static double y[N+1]={0.41075,0.57815,0.88811,1.02652,1.17520} void main() { double varx,f[N+1][N+1] int checkvalid(double x[],
sample
- The C++ language allows you to create a class inside of another. This technique is referred to as nesting. At the time of this writing, nesting a class B inside of a class A doesn t give any access privilege of class A member variables and methods to
conio
- conio头文件,包含conio函数库,提取自vs2008-conio header file, contains conio libraries, extracted from vs2008
CONIO
- Simple Conio-Demo in C for Windows.(not C++)
001
- #include <stdio.h> #include <float.h> #include <windows.h> #include<stdlib.h> #include<string.h> #include<conio.h>-# Include <stdio.h># Include <float.h># Include <windows.h># Include &l
class
- 人财政支出管理,因为我觉得这个程序非常实用,编完了以后自己也可以使用。按照原来的格式,是普通的结构化程序设计,而且是面向过程的,程序中没有使用类或对象,结构比较清晰。它使用了四个头文件都是来源于C语言的标准库函数,分别是:1 #include<iostream.h> 2 #include<fstream.h> 3 #include<conio.h> 4 #include<iomanip.h>。第一个控制文件输入输出,是流类库中最常用的头文件。它包含
txl
- #include <stdio.h> #include <stdlib.h> #include <string.h> #include <conio.h> /*屏幕操作函数库*/ #define A " ┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄\n" #define B "┆ 班级 ┆ 姓名 ┆ 编号 ┆ 电话号码 ┆ 家庭住址 ┆\n" #define FORMAT "┆ -1
贪吃蛇
- C语言实现贪吃蛇小游戏,用Windows、conio、time等数据库函数实现(The C language realizes the snake game, and uses the database functions such as Windows, conio, time and so on)
