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

搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() {     int i, j, num=1, a[N][N];     for(i=0; i<=N/2; i++) &nb
  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4.29kb
    • 提供者:good@588
  1. dgxjyffxq

    0下载:
  2. 递归下降语法分析器,如果有错误,请把getch()改成getchar() 把putch()改成putchar()VC6.0下编译执行OK-recursive syntax analyzer decline, if there was any mistake. Please getch () changed getchar () putch () changed putchar () V under +6.0 compiler implementation OK
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.07kb
    • 提供者:JOHN
  1. OpenGLSolarSys

    0下载:
  2. Open GL Line int main() { int gdriver=DETECT, gmode initgraph(&gdriver, &gmode, \"c:\\\\tc\") lineBres(30,20,100,150) getch() closegraph() }
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:90.42kb
    • 提供者:mwb
  1. 词法分析程序(编译原理)

    2下载:
  2. 用C语言写的词法分析程序 #include "stdio.h" #include"string.h" #include "stdlib.h" FILE *fp; char filename[20]; char token[100]; int m=0; char getch() { char ch; ch=fgetc(fp); return ch; } char getbc
  3. 所属分类:其它源码

    • 发布日期:2009-04-29
    • 文件大小:1.19kb
    • 提供者:zhimoai
  1. pl/0

    0下载:
  2. /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-09-13
    • 文件大小:24.55kb
    • 提供者:xqq771084591
  1. 迷宫求解的非递归算法

    0下载:
  2. #include #include #include #define N 20 int aa[N][N]; int yes=0; int x[100][2],n=0; void fun1(int (*aa)[N],int (*a)[N]); int fun(int (*a)[N],int i,int j); void begain(int (*t)[N]); void pr(int (*t)[N],int nn); void win(int (*t)[N]); void lose(); void
  3. 所属分类:C#编程

  1. cifafenxi

    0下载:
  2. 词法分析程序:一. 为PL/0语言建立一个词法分程序GETSYM(函数) 把关键字、算符、界符称为语言固有的单词,标识符、常量称为用户自定义的单词。为此设置三个全程量:SYM,ID,NUM 。 SYM:存放每个单词的类别,为内部编码的表示形式。 ID:存放用户所定义的标识符的值,即标识符字符串的机内表示。 NUM:存放用户定义的数。 GETSYM要完成的任务: 1. 滤掉单词间的空格。 2. 识别关键字,用查关键字表的
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:6.79kb
    • 提供者:xxx
  1. cifafenxi

    0下载:
  2. token,字符数组,长度为32,存放识别出来的单词符号。 tmp,字符数组,长度为256,可以缓存用户输入的字符串。 char *fgets(char *string, int n, *stdin):*string输入数据的首地址, n 一次读入数据块的长度, stream文件指针. Void getbc() //检查ch中的字符是否为空白字符,如是则调用getch(),直到ch中读入一个非空白字符为止. fgets() //从流中读取一字符串 Void getch()
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1.71kb
    • 提供者:乐正清
  1. keyscan

    0下载:
  2. 功能:4×4键盘扫描程序 返回:键序号(0~F),0xFF表示没有字符输入 软件特点:简洁高效,无须延时消抖,避免连发 编程语言:Keil-C -Function: 4 × 4 keyboard scanner return: key serial number (0 ~ F), 0xFF that there is no character input software features: simple and efficient, no need to delay extin
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1.01kb
    • 提供者:李文旭
  1. Linux_getch()

    0下载:
  2. LINUX 下无 getch() 函数,这是一个模拟实现getch() 函数的源代码.-Under LINUX without getch () function, which is a simulation of the realization of getch () function of the source code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:104.75kb
    • 提供者:wcx
  1. xiaobawangxuexiji

    0下载:
  2. c语言编写的小霸王学习机界面,一个小车的游戏,给出简单加减运算,用户输入结果,正确并给出评判小车前进一步。(本代码是在win—tc写的,在visual c++里边运行要将getch()去掉。)-c language learning machine interface written Sundance Kid, a car game, give a simple addition and subtraction, the results of user input, and gives judg
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:4.68kb
    • 提供者:cpcwest
  1. hongwaiyaokongwendu

    0下载:
  2. DS18B20温度采集 ...Ir_work(void)....红外键值散转程序 ...Ircordpro(void)...红外码值处理函数 ...void Getch()...键盘扫描-DS18B20 temperature acquisition ... Ir_work (void ).... infrared key bulk transfer process ... Ircordpro ??(void) ... IR code value processing functio
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:37.75kb
    • 提供者:张均平
  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
    • 文件大小:7.71kb
    • 提供者: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
    • 文件大小:2.98kb
    • 提供者:zhenxinjian
  1. displaystring

    0下载:
  2. enter and display string by using getch() function and the enter of string has no restriction of size
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:606byte
    • 提供者:chris wong
  1. FBPredict

    0下载:
  2. this football prediction for windows. it can getch from website data and match with the goals, results and predict next.... thx u.-this is football prediction for windows. it can getch from website data and match with the goals, results and predict n
  3. 所属分类:.net

    • 发布日期:2017-11-08
    • 文件大小:2.09mb
    • 提供者:ngelay
  1. getch_hanshu

    0下载:
  2. getch()函数的功能介绍,详细说明该函数的作用-getch () function Features, detailed descr iption of the role of the function
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:999byte
    • 提供者:小易
  1. scanf-temp

    0下载:
  2. 键盘缓冲区残余信息问题 scanf(" c",&c) 这句不能正常接收字符,什么原因呢?我们用 printf("c= d\n",c) 将C用int表示出来,启用printf("c= d\n",c) 这一句,看看scanf()函数赋给C到底是 什么,结果是c=10 ,ASCII值为10是什么?换行即\n.对了,我们每击打一下"Enter"键,向键盘缓冲区发去一个“回车”(\r),一个“换行"(\n),在这里 \r被scanf()函数处理掉了(姑且这么认为吧^_^),而\n被scanf()
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:3.05kb
    • 提供者:陈文
  1. linux_getch

    0下载:
  2. linux下实现getch函数功能,可键盘仅输入字母-Function getch achieve under linux, can only enter letters keyboard
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.04kb
    • 提供者:黄建华
  1. new

    0下载:
  2. #include<stdio.h> main() { int a[3] int i,pass,hoad printf("shu ru san ge shuzi:") scanf(" 2d 2d 2d",&a[0],&a[1],&a[2]) for(i=0 i<=2 i++) printf(" 4d",a[i]) printf("\n") for(pass=1 pass<=2 pass++)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.72kb
    • 提供者:爱红
« 12 »
搜珍网 www.dssz.com