登录
首页 » Linux-Unix program » 一个在LINUX下很好的集成编程环境,省了自己编写MAKEFILE文件了。...

一个在LINUX下很好的集成编程环境,省了自己编写MAKEFILE文件了。...

于 2022-02-10 发布 文件大小:7.07 MB
0 74
下载积分: 2 下载次数: 1

代码说明:

一个在LINUX下很好的集成编程环境,省了自己编写MAKEFILE文件了。- Under LINUX the very good integrated programming environment, saved own to compile the MAKEFILE document.

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

发表评论

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
  • ntrw.rar! C语言编写
    ntrw.rar! C语言编写-ntrw.rar! C language! !
    2022-03-24 20:45:08下载
    积分:1
  • 关于IP协议方面的, 比较难
    关于IP协议方面的, 比较难-On IP agreements, and more difficult
    2022-10-13 02:45:03下载
    积分:1
  • Powerful network spider software, support for custom configuration and expansion...
    功能强大的网络蜘蛛软件,支持自定义配置及扩展。-Powerful network spider software, support for custom configuration and expansion.
    2023-06-10 08:30:03下载
    积分:1
  • For the design of a simple two LINUX File System
    为LINUX 设计一个简单的二级文件系统-For the design of a simple two LINUX File System
    2022-01-31 21:35:50下载
    积分:1
  • unix 下的写日志
    unix 下的写日志-the write log
    2022-06-26 03:28:28下载
    积分:1
  • linux下ppc对DS1302操作的驱动!对于时序很有帮助!
    linux下ppc对DS1302操作的驱动!对于时序很有帮助!-linux on the DS1302 to operate under the ppc driver! Helpful for timing!
    2023-07-16 00:00:03下载
    积分:1
  • 多线程编程实例,内设有若干多线程操作方法,学习LINUX中线程属性的设置。...
    多线程编程实例,内设有若干多线程操作方法,学习LINUX中线程属性的设置。-multithreaded programming examples, there are a number of multi-threaded operating methods, learning Linux thread attribute set.
    2023-03-23 08:05:03下载
    积分:1
  • IEEE1394Diag是一个GUI应用程序,介绍了IEEE1394的图形视图…
    IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides the ability to perform common 1394 operations such as async reads, writes, isoc listens and talks, as well as configuration rom browsing of all nodes pres -IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides the ability to perform common 1394 operations such as async reads, writes, isoc listens and talks, as well as configuration rom browsing of all nodes pres
    2022-02-13 23:03:57下载
    积分:1
  • linux进程跟踪的工具和源代码
    linux进程跟踪的工具和源代码-linux advancement track tool and source code
    2022-03-23 15:16:25下载
    积分:1
  • 696518资源总数
  • 104297会员总数
  • 29今日下载