登录
首页 » Linux-Unix program » c++ ns prepared by the environment wfq algorithm for the simulation source code

c++ ns prepared by the environment wfq algorithm for the simulation source code

于 2022-06-26 发布 文件大小:15.87 kB
0 183
下载积分: 2 下载次数: 1

代码说明:

c++编写的ns环境下关于wfq算法的仿真源代码-c++ ns prepared by the environment wfq algorithm for the simulation source code

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

发表评论

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
  • unix环境高级编程
    unix环境高级编程--书中完整的示例代码。-advanced programming unix environment
    2022-06-01 10:19:42下载
    积分:1
  • 讲述了如何在unix/linux下做动态共享库
    讲述了如何在unix/linux下做动态共享库- How narrated has made the dynamic sharing storehouse under unix/linux
    2023-06-03 14:55:03下载
    积分:1
  • linux的最初源码,裸命令行时期的源码!可用于研究,学习!
    linux的最初源码,裸命令行时期的源码!可用于研究,学习!-the initial source, nude command line during the source! For research to learn!
    2022-01-26 06:31:46下载
    积分:1
  • 在博创的44B0开发板上做的一个电机控制程序后,TE…
    在博创的44B0开发板上做的一个电机控制的程序,经过了测试,运行良好。可用作最最新的新手学习哈。-in Bo Chong 44B0 development board to do a motor control procedures after the test, the operation is good. Most can be used to study the latest newcomers Kazakhstan.
    2022-03-28 16:37:03下载
    积分:1
  • 斑点检测。采用XScale(fvscaler功能)
    Blob autotest. Used on xscale (fvscaler function)
    2023-01-01 18:15:04下载
    积分:1
  • Ep9315 arm ep9315 按键扫描程序
    Ep9315 arm ep9315 按键扫描程序 -Scanner button Ep9315 armep9315
    2022-02-07 12:14:55下载
    积分:1
  • minigui 1.6.10 高级例程 比game的例子多
    minigui 1.6.10 高级例程 比game的例子多-minigui 1.6.10 High routines than the game of the examples
    2022-03-25 03:29:27下载
    积分:1
  • 台湾
    台湾
    2022-01-25 21:48:50下载
    积分:1
  • 在环境下实现一个简单的客户端
    在Linux环境下实现简单的客户机与服务端通信,主要是TCP协议-In the Linux environment to achieve a simple client-side communications and services, primarily TCP protocol
    2022-03-22 22:07:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载