登录
首页 » Linux-Unix program » 主要简介。各种功能的使用

主要简介。各种功能的使用

于 2022-03-31 发布 文件大小:2.90 MB
0 192
下载积分: 2 下载次数: 1

代码说明:

主要简介linux精华所在。各种功能用途-Main Profile linux essence. Use various functions

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • //建立窗口 win1 = newwin(15, 50, 1 ) box(win1, ACS_VLINE, ACS_HLINE) m...
    //建立窗口 win1 = newwin(15, 50, 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") //建立子窗口 subwin = derwin(win2, 5, 25, 4, 5) box(subwin, ACS_VLINE, ACS_HLINE) mvwprintw(subwin, 2,1, "Sub Window of Window2") //刷新屏幕 refresh() wrefresh(win1) wrefresh(win2) touchwin(win1) wrefresh(win1) getch() touchwin(win2) mvwprintw(win2, 12,1, "Press any key to exit...") wrefresh(win2) //等待按键 getch() //结束 delwin(win1) delwin(subwin) delwin(win2) endwin() -//建立窗口 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(win
    2022-12-24 01:10:04下载
    积分:1
  • 自制基于Linux2.6.14的cramfs格式的根文件系统
    自制基于Linux2.6.14的cramfs格式的根文件系统-Self-made based on Linux2.6.14 the cramfs root file system format
    2022-02-22 09:24:07下载
    积分:1
  • 《μCOS
    《μCOS-II微小内核分析与程序设计-基于LPC2300》配套例程 第四章 电脑自动打铃器设计与实现- ΜCOS-II micro-kernel analysis and program design- based on the LPC2300 matching routines in Chapter IV to fight a Computer automated design and implementation of bell
    2022-04-18 15:07:28下载
    积分:1
  • C / C++ util包下一些Unix,如原木、纸、时间、异常,等等。
    一些unix下的c/c++的util包,例如日志、文件、时间、异常等-Some unix under c/c++ The util package, such as logs, paper, time, unusual, etc.
    2022-04-16 04:20:37下载
    积分:1
  • cadence skill bindkey
    cadence skill bindkey- you can use min() function to get min coord procedure(quicksort(low high sortArray refp selsub) prog((l h mid tmp subtmp)
    2022-04-02 03:04:27下载
    积分:1
  • 在凌阳61单片机上移植操作系统很有学习参考价值
    在凌阳61单片机上移植操作系统很有学习参考价值-Porting the operating system in 51 great learning reference value
    2022-04-16 11:35:07下载
    积分:1
  • linux下串口通讯
    linux下串口通讯-linux Serial Communications
    2023-01-30 00:35:03下载
    积分:1
  • GNU Sed GNU Sed
    GNU Sed GNU Sed -GNU Sed GNU Sed GNU Sed
    2022-03-13 17:42:36下载
    积分:1
  • Under section Linux proxy software, mainly uses in to act serves!
    一款Linux下的代理软件,主要用于代理服务!- Under section Linux proxy software, mainly uses in to act serves!
    2023-08-09 16:35:03下载
    积分:1
  • linux, serial port debugger,
    linux,串口调试程序,应该之得大家看看,相互学习-linux, serial port debugger,
    2022-01-27 12:15:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载