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

搜索资源列表

  1. conio.zip

    0下载:
  2. 所属分类:Linux/Unix编程

    • 发布日期:
    • 文件大小:3357
    • 提供者:
  1. conio

    0下载:
  2. 控制台io函数实现-console io Function
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3670
    • 提供者:某某
  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. 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

    2下载:
  2. conio头文件,在网上找了很久才找到,在此与大家共享希望大家喜欢
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1152
    • 提供者:lambda
  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. DSP中含有gauss白噪声的双频正弦输入

    0下载:
  2. DSP中输入信号的生成过程。 conio.cpp实现X(n)信号,其中有两个频率分量的正弦信号(正弦计算由sinwn.cpp实现),频率可变,这里取140Hz和70Hz。 考虑了高斯白噪声,由gauss.cpp实现。 最后该信号共产生2000个点,最后的信号点存储于 “x.txt”文本中。-DSP input signal generation process. Conio.cpp achieve X (n) signal, in which there are two components o
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1662
    • 提供者:feide
  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. 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. conio

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

    • 发布日期:2017-03-30
    • 文件大小:97914
    • 提供者:陈玉森
  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. 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. conio

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

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

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

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

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

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