CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - conio

搜索资源列表

  1. 332658

    0下载:
  2. #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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2998
    • 提供者:黄宇
  1. Screentofile

    2下载:
  2. 自动截屏到文件的小程序 (一)功能 实现了一个定时截取当前屏幕图像的小程序。 (二)准备工作 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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1770
    • 提供者:zanjiangfeng
  1. CoinIO

    0下载:
  2. 一个键盘监视小程序,可以读取任何键盘输入,并保存到C:\\CONIO.TXT文件中-a small keyboard surveillance procedures, can read any keyboard input, and the preservation of the C : \\ CONIO.TXT document
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17592
    • 提供者:内核阅读器
  1. conio

    0下载:
  2. Console I/O for Win32 as it was back in good old DOS times. Contains functions as clrscr, gotoxy etc.
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3627
    • 提供者:gryph
  1. conio

    0下载:
  2. 实现滚动输入,能够输入无限多,效果与网页中滚屏一样-scroll
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:97914
    • 提供者:陈玉森
  1. c-P-P-lexical-analysis

    0下载:
  2. 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
  3. 所属分类:其他小程序

    • 发布日期:2017-03-21
    • 文件大小:2853
    • 提供者:李亚茹
  1. GestionDuFichier

    0下载:
  2. 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
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:153459
    • 提供者:ameni
  1. ORDER2-EQUATION

    0下载:
  2. #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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:7891
    • 提供者:shafagh
  1. Svgacc-case

    0下载:
  2. SVGA图形扩展库示例#include <stdlib.h>,#include <conio.h>,#include "svgacc.h"-SVGA extra-graph interface case #include <stdlib.h>,#include <conio.h>,#include "svgacc.h"
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:41977
    • 提供者:liuga
  1. liudunchazhi

    0下载:
  2. #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[],
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:3692
    • 提供者:肖磊
  1. sample

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:1042
    • 提供者:kam
  1. conio

    0下载:
  2. conio头文件,包含conio函数库,提取自vs2008-conio header file, contains conio libraries, extracted from vs2008
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-05
    • 文件大小:1624
    • 提供者:李龙
  1. CONIO

    0下载:
  2. Simple Conio-Demo in C for Windows.(not C++)
  3. 所属分类:Console

    • 发布日期:2017-12-06
    • 文件大小:1096
    • 提供者:NOSPAMER
  1. 001

    0下载:
  2. #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
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:4765
    • 提供者:zzj
  1. class

    0下载:
  2. 人财政支出管理,因为我觉得这个程序非常实用,编完了以后自己也可以使用。按照原来的格式,是普通的结构化程序设计,而且是面向过程的,程序中没有使用类或对象,结构比较清晰。它使用了四个头文件都是来源于C语言的标准库函数,分别是:1 #include<iostream.h> 2 #include<fstream.h> 3 #include<conio.h> 4 #include<iomanip.h>。第一个控制文件输入输出,是流类库中最常用的头文件。它包含
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1742
    • 提供者:jessica
  1. txl

    0下载:
  2. #include <stdio.h> #include <stdlib.h> #include <string.h> #include <conio.h> /*屏幕操作函数库*/ #define A " ┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄\n" #define B "┆ 班级 ┆ 姓名 ┆ 编号 ┆  电话号码 ┆    家庭住址  ┆\n" #define FORMAT "┆ -1
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:2819
    • 提供者:hechuwei
  1. 贪吃蛇

    0下载:
  2. C语言实现贪吃蛇小游戏,用Windows、conio、time等数据库函数实现(The C language realizes the snake game, and uses the database functions such as Windows, conio, time and so on)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:zyy_0625
搜珍网 www.dssz.com