Location:
Search - conio
Search list
Description:
Platform: |
Size: 3357 |
Author: |
Hits:
Description: 控制台io函数实现-console io Function
Platform: |
Size: 3670 |
Author: 某某 |
Hits:
Description: 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 1 /*输出层的神经元个数*/-BP algorithm latest C source, # include "stdarg.h" # include "stdio.h" # include "stdlib.h" # include "math.h" # include "graphics.h" # include "conio.h" # define IN 4 / * input layer neurons number * / # define HID 13 / * hidden layer neuron number * / # define MOD 594 / * Number of samples * / # define OUT 1 / * output layer neurons number * /
Platform: |
Size: 2958 |
Author: 陈光华 |
Hits:
Description: #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-# include
Platform: |
Size: 2998 |
Author: 黄宇 |
Hits:
Description: 自动截屏到文件的小程序
(一)功能
实现了一个定时截取当前屏幕图像的小程序。
(二)准备工作
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 small procedures. (2) prepare a) Establish VC CONSOLE APPLICATION. SUPPORT two choices MFC) in STDAFX.H document to the first document : conio.h
Platform: |
Size: 1770 |
Author: zanjiangfeng |
Hits:
Description: 一个键盘监视小程序,可以读取任何键盘输入,并保存到C:\\CONIO.TXT文件中-a small keyboard surveillance procedures, can read any keyboard input, and the preservation of the C : \\ CONIO.TXT document
Platform: |
Size: 17592 |
Author: 内核阅读器 |
Hits:
Description: conio头文件,在网上找了很久才找到,在此与大家共享希望大家喜欢
Platform: |
Size: 1152 |
Author: lambda |
Hits:
Description: #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 int Status
typedef char TElemType /*树元素的类型*/
int t=35
int n=20
int h=14
int u=2
int leaf=0,non_l_leaf=0,non_r_leaf=0,root=0 /*各种结点数*/
char le[m],l[m],r[m],ro[m] /*用与存放各种结点*/
typedef struct BiTNode/*定义二叉树*/
Platform: |
Size: 2243 |
Author: 全文 |
Hits:
Description: 五子棋小游戏#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]
Platform: |
Size: 2382 |
Author: 庄斌 |
Hits:
Description: 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 of the frequency sinusoidal signals (sine calculation sinwn.cpp achieved), variable frequency, here and frequencies from 140Hz. Consider a Gaussian white noise from gauss.cpp achieve. Finally, the signal generated 2,000 points, the final point signal storage in the "x.txt" text.
Platform: |
Size: 1662 |
Author: feide |
Hits:
Description: 控制台io函数实现-console io Function
Platform: |
Size: 3072 |
Author: 某某 |
Hits:
Description: 自动截屏到文件的小程序
(一)功能
实现了一个定时截取当前屏幕图像的小程序。
(二)准备工作
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 small procedures. (2) prepare a) Establish VC CONSOLE APPLICATION. SUPPORT two choices MFC) in STDAFX.H document to the first document : conio.h
Platform: |
Size: 1024 |
Author: zanjiangfeng |
Hits:
Description: conio头文件,在网上找了很久才找到,在此与大家共享希望大家喜欢-conio header files, look online for a long time to find, in sharing this with you hope you like
Platform: |
Size: 1024 |
Author: lambda |
Hits:
Description: #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 int Status
typedef char TElemType /*树元素的类型*/
int t=35
int n=20
int h=14
int u=2
int leaf=0,non_l_leaf=0,non_r_leaf=0,root=0 /*各种结点数*/
char le[m],l[m],r[m],ro[m] /*用与存放各种结点*/
typedef struct BiTNode/*定义二叉树*/-# Include
Platform: |
Size: 2048 |
Author: 全文 |
Hits:
Description: 五子棋小游戏#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] -Gobang game# Include
Platform: |
Size: 2048 |
Author: 庄斌 |
Hits:
Description: Console I/O for Win32 as it was back in good old DOS times.
Contains functions as clrscr, gotoxy etc.
Platform: |
Size: 4096 |
Author: gryph |
Hits:
Description: 实现滚动输入,能够输入无限多,效果与网页中滚屏一样-scroll
Platform: |
Size: 98304 |
Author: 陈玉森 |
Hits:
Description: 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 code# include <iostream.h># Include <fstream.h># Include <stdlib.h># Include <stdio.h># Include <string.h># Include <conio.h># Include <process.h> /* Header file* /
Platform: |
Size: 3072 |
Author: 李亚茹 |
Hits:
Description: conio头文件,包含conio函数库,提取自vs2008-conio header file, contains conio libraries, extracted from vs2008
Platform: |
Size: 2048 |
Author: 李龙 |
Hits:
Description: Simple Conio-Demo in C for Windows.(not C++)
Platform: |
Size: 1024 |
Author: NOSPAMER |
Hits: