亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

conio

  • DSP中輸入信號的生成過程。 conio.cpp實現X(n)信號

    DSP中輸入信號的生成過程。 conio.cpp實現X(n)信號,其中有兩個頻率分量的正弦信號(正弦計算由sinwn.cpp實現),頻率可變,這里取140Hz和70Hz。 考慮了高斯白噪聲,由gauss.cpp實現。 最后該信號共產生2000個點,最后的信號點存儲于 “x.txt”文本中。

    標簽: conio DSP cpp 輸入信號

    上傳時間: 2014-09-03

    上傳用戶:tianyi223

  • 五子棋小游戲#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h

    五子棋小游戲#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]

    標簽: include lt gt stdlib

    上傳時間: 2016-05-18

    上傳用戶:anng

  • #include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.

    #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 lt gt malloc

    上傳時間: 2014-01-01

    上傳用戶:caiiicc

  • #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h&

    #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 lt gt graphics

    上傳時間: 2013-12-15

    上傳用戶:liansi

  • Very old simple tutorial I made to start-out in C game programming using DevC++ particulary in primi

    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

    標簽: programming particulary start-out tutorial

    上傳時間: 2017-08-13

    上傳用戶:wangyi39

  • * TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email:

    * TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email: yuyushine@163.com ***************************************************/ #define _VC /* if compile under visiual c++ else undefine this*/ #include <stdio.h> #include <winsock.h> #include <conio.h> #ifndef MAKEWORD #define MAKEWORD(l,h) ((WORD)(((BYTE)(l))|(((WORD)(BYTE)(h))<<8))) #endif #define WSA_MAJOR_VERSION 1 #define WSA_MINOR_VERSION 1 #define WSA_VERSION MAKEWORD(WSA_MAJOR_VERSION, WSA_MINOR_VERSION)

    標簽: compatible borland compile visiual

    上傳時間: 2014-01-15

    上傳用戶:yuchunhai1990

  • C語言用戶注冊及登錄

    #include<stdio.h> #include<stdlib.h> #include<conio.h> #include<string.h> main(void) {   char new_name[4], name[4];     int new_sn ,sn;     printf("        【注冊】\n\n");     printf("請輸入用戶名(四位英文字母):");     scanf("%s", &new_name);     printf("請輸入密碼(六位數字):") ;     scanf("%d" ,&new_sn);    /*system("PAUSE");*/     system("CLS");/*清屏*/        /*system("PAUSE");*/        printf("  【登陸】\n\n");        printf("輸入用戶名:");        scanf("%s" , &name);        if(!strcmp(new_name,name)){printf("輸入用戶名錯誤!"); }/*判斷用戶是否正確*/     printf("輸入密碼:");     scanf("%d" , &sn);     if(new_sn != sn){printf("輸入密碼錯誤!"); }/*判斷密碼是否正確*/     system("CLS");     printf("恭喜你,登陸成功!\n");        getchar();     return 0;     }

    標簽: C語言

    上傳時間: 2015-12-30

    上傳用戶:gjatd1987

主站蜘蛛池模板: 莱芜市| 松溪县| 丰镇市| 嘉兴市| 舒城县| 德保县| 五原县| 泰来县| 荆州市| 铜鼓县| 朝阳市| 正阳县| 平江县| 凉山| 吉木乃县| 都匀市| 芜湖县| 周口市| 棋牌| 潼南县| 广西| 张北县| 集安市| 衡南县| 吉木乃县| 榕江县| 志丹县| 岢岚县| 交口县| 察隅县| 苍南县| 平遥县| 张家口市| 太仆寺旗| 江华| 高平市| 台安县| 稻城县| 大埔区| 夏河县| 大英县|