按分类查找:

  • //颜色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not su

    //颜色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not support color.\n") exit(1) } init_pair(1, COLOR_GREEN, COLOR_BLACK) init_pair(2, COLOR_RED, COLOR_BLACK) init_pair(3, COLOR_CYAN, COLOR_BLACK) init_pair(4, COLOR_WHITE, COLOR_BLACK) ...

    /dl/451809.html

    标签: start_color has_colors Terminal endwin

    上传时间: 2014-01-14

    上传用户:vodssv

  • //建立窗口 win1 = newwin(15, 50, 1, 1) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "

    //建立窗口 win1 = newwin(15, 50, 1, 1) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "WINDOW 1") mvwprintw(win1, 4,1, "Press any key switching to window 2") win2 = newwin(15, 40, 4, 20) box(win2, ACS_VLINE, ACS_HLINE) mvwprintw(win2, 2,1, "WINDOW 2") //建立子窗口 s ...

    /dl/451813.html

    标签: ACS_VLINE ACS_HLINE mvwprintw win

    上传时间: 2017-06-12

    上传用户:plsee

  • 1.建立一个抽象数据类型的二叉树演示程序

    1.建立一个抽象数据类型的二叉树演示程序,菜单包括Creak(建树),Traval(遍历),LEAVES(叶子结点),DISPLAY(显示),DESTROY(销毁),EXIT(退出)。 2待加工的数据为字符型,在过程中键入.

    /dl/451973.html

    标签: 抽象数据类型 二叉树 程序

    上传时间: 2017-06-12

    上传用户:sxdtlqqjl

  • client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> i

    client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> include <netinet/in.h> include <arpa/inet.h> include <unistd.h> int main() { int sockfd int len struct sockaddr_in address int result char ch = A sockfd = socket(AF_INET, SOCK_STREAM, 0) address.sin_fami ...

    /dl/471268.html

    标签: include socket sys gt

    上传时间: 2017-07-29

    上传用户:wab1981

  • Java program asking the user to enter a number and will be printed out 10 times and enter a letter "

    Java program asking the user to enter a number and will be printed out 10 times and enter a letter "x" to exit.

    /dl/476361.html

    标签: enter and program printed

    上传时间: 2017-08-11

    上传用户:www240697738

  • 差分跳频系统编码器与频率转移函数的匹配设计

    将编码的差分跳频系统等效为串行级联码,充分利用频率转移函数所产生的网格关联信息, 采用软输入软输 算法,进行类Turbo串行迭代译码,能有效改善系统的误比特性能. 此,如何实现差 分跳频系统串行级联结构的外编码器和频率转移函数(( 函数)的匹配设计是值得深入研究的问题.基 于互信息的外信息转移图(ExIT)能有效预测迭 ...

    /dl/502527.html

    标签: 南京大学学报

    上传时间: 2015-04-27

    上传用户:xiefuai

  • 关于差分跳频资料

    将编码的差分跳频系统等效为串行级联码,充分利用频率转移函数所产生的网格关联信息, 采用软输入软输 算法,进行类Turbo串行迭代译码,能有效改善系统的误比特性能. 此,如何实现差 分跳频系统串行级联结构的外编码器和频率转移函数(( 函数)的匹配设计是值得深入研究的问题.基 于互信息的外信息转移图(ExIT)能有效预测迭 ...

    /dl/502530.html

    标签: G函数

    上传时间: 2015-04-27

    上传用户:xiefuai

  • linux

    简单命令使用grep等的使用 [zorro@isch ~]$ history &nbsp; &nbsp; 1 &nbsp;ifconfig &nbsp; &nbsp; 2 &nbsp;su &nbsp; &nbsp; 3 &nbsp;exit &nbsp; &nbsp; 4 &nbsp;ls &nbsp; &nbsp; 5 &nbsp;cd Desktop/ &nbsp; &nbsp; 6 &nbsp;ls &nbsp; &nbsp; 7 &nbsp;tar zxcf VMwareTools-8.4.5-324285.tar.gz&nbsp; &nbsp; &nb ...

    /dl/511219.html

    标签: 简单命令使用

    上传时间: 2016-05-24

    上传用户:12345678gan

  • asp实现限制一个ip只能访问一次的方法

    asp实现限制一个ip只能访问一次的方法 <%&nbsp; '/////////////////////////////////////////////////////&nbsp; '// //&nbsp; '//作用:一个IP地址只允许访问本页一次 //&nbsp; '//引用:<!-- #include file="Check_Ip.asp" --> //&nbsp; '// //&nbsp; '/////////////////////////////////////////////////////&nbsp; ...

    /dl/512322.html

    标签: asp 访问

    上传时间: 2016-07-14

    上传用户:helei0915

  • 学生成绩查询

    #include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(pd); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n"); exit(0); } for(;!feof(fp);i++) { str[i]=fgetc(fp); if(to ...

    /dl/513823.html

    标签: 查询学会少年宫

    上传时间: 2016-12-29

    上传用户:767483511