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

搜索资源列表

  1. fall(9)

    0下载:
  2. 基于curses库的小游戏,类似于大富翁接钱币,比较简陋-a small game based on curses library
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3178
    • 提供者:Carneys
  1. fall(9)

    0下载:
  2. 基于curses库的小游戏,类似于大富翁接钱币,比较简陋-a small game based on curses library
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3343
    • 提供者:ficefor
  1. tang_chi_she

    0下载:
  2. 基于linux上编写的贪吃蛇,所用到的库文件有curses。-Snake written based on linux, library files used have curses.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:4074
    • 提供者:廖深明
  1. Parameterization_Test

    0下载:
  2. On FreeBSD, [n]curses.h and stdlib.h wchar.h use different guards against multiple definition of wchar_t and wint_t.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-04-15
    • 文件大小:5442
    • 提供者:ymkonyong
  1. ncurses-bug

    0下载:
  2. 用ncurses制作的简单界面软件,新手上路,请多关照-With curses made simple interface software, Novice, thanking you in advance
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:41066
    • 提供者:小五
  1. Xcms

    0下载:
  2. SCO 3.2v4 curses.h includes term.h, which defines lines as a macro. Undefine it here, because NCursesWindow uses lines as a method Kernel Device Driver for linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:14771
    • 提供者:ldwerhd
  1. init_acs

    0下载:
  2. The offsets MUST match what is in curses.h.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1360
    • 提供者:nzsawx
  1. lut

    0下载:
  2. playit: Play a given game, handling all the curses commands the driver. -playit: Play a given game, handling all the curses commands the driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3821
    • 提供者:keipmtao
  1. setbuffred

    0下载:
  2. This routine is one of the main things in this level of curses that depends on the outside environment.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3011
    • 提供者:kdvavy
  1. restart

    0下载:
  2. Restore curses settable flags, leaving other stuff alone.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2400
    • 提供者:zuzunser
  1. chkinput

    0下载:
  2. A character was waiting. Put it at the end of the curses queue and return 1 to show that input is waiting.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1569
    • 提供者:qfyttl
  1. m_move

    0下载:
  2. Move to given location on stdscr. Update curses notion of where we are (stdscr).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5060
    • 提供者:htxwsm
  1. V2

    0下载:
  2. This only here for compatibility with SVR2 curses. It will go away someday. Programs should reference vwprintw() instead. -This is only here for compatibility with SVR2 curses. It will go away someday. Programs should reference vwprintw() instead.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1086
    • 提供者:caironvl
  1. saveterm

    0下载:
  2. compability routine for BSD curses.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1096
    • 提供者:rvtmcin
  1. TT

    0下载:
  2. 这是一个在linux系统下开发的局域网聊天软件,开发语言为C语言,界面用第三方库 curses 搭建,采用轨迹球控制操作,风格类似QQ和飞秋-like FEI QIU & QQ
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:217341
    • 提供者:lujianan
  1. curses

    0下载:
  2. 一个简单的C++的NCURSES界面,代码中有介绍了七种不同的显示字符串的方式。-A simple C++ of NCURSES interface code has introduced a string of seven different display mode.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5491
    • 提供者:
  1. illum_maps

    0下载:
  2. 论文源代码 :[2013TIFS] Exposing digital image forgeries by illumination color classification-Some notes on A) Compilation B) Execution of the code C) Parameters D) General remarks on our work in color constancy and image forensics E) Referencing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:207047
    • 提供者:jinxiao
  1. chatroom

    0下载:
  2. 此项目采用客户端、服务器C/S架构,客户端开辟了两个线程, 一个负责往服务器发送信息,一个负责从服务器接收信息; 采用网络编程让客户端与服务器通信,复习了TCP、三次握手协议等相关知识,同时采用了sqlite3数据库存放账号等个人信息,用文件存放聊天记录,用curses库做界面,全面复习了所学的Liunxc相关API,锻炼了我的编程能力, 最终实现了注册、登陆、私聊、群聊、发文件、超级用户禁言踢人等功能。-This project uses the client, server, C/S s
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:88920
    • 提供者:高俊秋
  1. calendar

    0下载:
  2. Linux平台下简单日历的实现,使用了curses库的功能使色彩显得更加绚丽。(Linux platform under the realization of simple calendar, using the curses library function, so that the color is more gorgeous nausea.)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:尺素
  1. system

    0下载:
  2. linux下简单学生操作系统的实现,双向循环链表的使用,数据结构中对于结构体的练习。(Linux simple calendar implementation, the use of curses library color change function, you can make the color more brilliant.)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-20
    • 文件大小:8192
    • 提供者:尺素
« 1 2 3 4 5»
搜珍网 www.dssz.com