搜索资源列表

  1. conio.zip

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:3670
    • 提供者:某某
  1. BPprog

    1下载:
  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 MO
  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
  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 intercept
  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. 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
  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 /*
  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 wh
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1662
    • 提供者:feide
  1. conio

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

    • 发布日期:2024-06-05
    • 文件大小:3072
    • 提供者:某某
  1. Screentofile

    0下载:
  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 intercept
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:zanjiangfeng
  1. CONIO

    0下载:
  2. conio头文件,在网上找了很久才找到,在此与大家共享希望大家喜欢-conio header files, look online for a long time to find, in sharing this with you hope you like
  3. 所属分类:其他小程序

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者: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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-05
    • 文件大小:2048
    • 提供者:全文
  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 /*
  3. 所属分类:游戏

    • 发布日期:2024-06-05
    • 文件大小:2048
    • 提供者:庄斌
  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. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-05
    • 文件大小:4096
    • 提供者:gryph
  1. conio

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

    • 发布日期:2024-06-05
    • 文件大小:98304
    • 提供者:陈玉森
  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++ lex
  3. 所属分类:其它资源

    • 发布日期:2024-06-05
    • 文件大小:3072
    • 提供者:李亚茹
  1. conio

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

    • 发布日期:2024-06-05
    • 文件大小:2048
    • 提供者:李龙
  1. CONIO

    0下载:
  2. Simple Conio-Demo in C for Windows.(not C++)
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:NOSPAMER
« 12 3 4 »

源码中国 www.ymcn.org