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

搜索资源列表

  1. BPprog

    0下载:
  2. BP算法最新C源程序, #include\"stdarg.h\" #include\"stdio.h\" #include\"stdlib.h\" #include\"math.h\" #include\"graphics.h\" #include\"conio.h\" #define IN 4 /*输入层的神经元个数*/ #define HID 13 /*隐含层的神经元个数*/ #define MOD 594 /*学习样本个数*/ #define OUT
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2958
    • 提供者:陈光华
  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. c

    0下载:
  2. #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2243
    • 提供者:全文
  1. wuziqi

    0下载:
  2. 五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h> int chess[169]={0} /*棋盘*/ struct chess_t/*作为辅助,即是作为建意*/ { char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/ }chess_a[169]
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:2382
    • 提供者:庄斌
  1. GraphicsTutorial

    0下载:
  2. Very old simple tutorial I made to start-out in C game programming using DevC++ particulary in primitive graphics. This tutorial includes info in settting up DevC++ to work with the very basic (and old) Borland s graphics.h and conio.h
  3. 所属分类:Game Program

    • 发布日期:2017-04-02
    • 文件大小:106313
    • 提供者:thirdy
  1. paging

    0下载:
  2. 模拟分页存储的实现,实验题目:模拟分页技术, #include<stdio.h> #include<time.h> #include<stdlib.h> #include<conio.h> #include<string.h> #define N 80 #define PAGE 4 //PAGE表示页尺寸 -Mini Storage of page
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-06
    • 文件大小:75340
    • 提供者:wind
  1. e

    0下载:
  2. 题目:画椭圆ellipse    1.程序分析: 2.程序源代码: #include "stdio.h" #include "graphics.h" #include "conio.h" -题目:画椭圆ellipse    1.程序分析: 2.程序源代码: #include "stdio.h" #include "graphics.h" #include "conio.h"
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1795
    • 提供者:xl
  1. 2008maneger

    0下载:
  2. 本程序是对职工信息进行一定管理的程序。可以录入的职工信息包括职工信息包括职工号、姓名、性别、年龄、工资、住址、电话等。程序提供以下功能: 1、系统以菜单方式工作 2、职工信息录入功能(职工信息用文件保存) 3、职工信息浏览功能,读取功能 4、职工信息查询功能,查询方式: 按姓名、职工号等查询 5、职工信息增加、删除、修改功能 程序运行中,有通俗易懂的汉语提示,根据提示可以好轻松地录入与管理信息。添加与删除的功能实现良好,还有两种查询方式。不足之处为信息的保存尚存在问题
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-24
    • 文件大小:171830
    • 提供者:huang
  1. student

    0下载:
  2. 学生成绩管理系统 该程序的主要功能为: 0主菜单,1输入学生记录,2插入学生记录,3修改学生记录,4删除学生纪录, 5查询修生记录,6使用帮助文档。另外,该程序主要调用了:I/O函数(stdio.h),其他说明(stdib.h),字符串函数(string.h),屏幕操作函数(conio.h),字符操作函数(ctype.h),清屏函数(windows.h),定义常数。-Student achievement management system
  3. 所属分类:Education soft system

    • 发布日期:2017-05-03
    • 文件大小:1241136
    • 提供者:dan
  1. gaosi

    0下载:
  2. 高斯列主元消去法 #include<stdio.h> #include<conio.h> #include<math.h> #define N 100 float a[N][N+1] void main( ) { int i,j,k,n float t,s=0, clrscr( ) printf("输入矩阵阶数:") scanf(" d",&
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:169654
    • 提供者:www.pudn.com
  1. lunzhuang

    0下载:
  2. 调度5个进程的进程调度算法 实现进程调度,系统 -5 program processore#include "stdio.h" #include <stdlib.h> #include <conio.h> #define getpch(type) (type*)malloc(sizeof(type)) #define NULL 0 struct pcb { /* 定义进程控制块PCB*/ char name[10] char state
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:11052
    • 提供者:梦还很远
  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. flight

    0下载:
  2. 1. 学习和掌握结构体和链表相关知识,掌握程序设计基本过程; 2. 简单的系统与功能分析,了解航班信息管理系统的需求,用C语言开发航班信息管理系统; 3. 建立数据结构链表,数据内容包括航班号、航线、起飞时间、到达时间、机型、所属公司、价格; 4. 编写实现程序功能的各个函数; 5. 建立一个测试数据表,包含十多条航班信息,进行数据测试; 6. 使用数据链表实现数据的:录入、查询、显示、删除、修改、排序、文件保存、系统退出等功能; 调试系统,处理少数系统出错,优化系统界面
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4335
    • 提供者:Joe
  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. time-example

    0下载:
  2. 1.程序分析: 2.程序源代码: #include "stdio.h" #include "conio.h" #include "time.h" void main() { time_t lt /*define a longint time varible*/ lt=time(NULL) /*system time and date*/ printf(ctime(<)) /*english format output*/ printf(asct
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:3050
    • 提供者:zhenxinjian
  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-31
    • 文件大小:3692
    • 提供者:肖磊
  1. conio.h

    0下载:
  2. 可用于linux系统的conio.h文件
  3. 所属分类:Linux/Unix编程

« 12 3 »
搜珍网 www.dssz.com