登录
首页 » Linux-Unix program » 收发信息的东东很好玩的

收发信息的东东很好玩的

于 2023-03-18 发布 文件大小:1.82 kB
0 42
下载积分: 2 下载次数: 1

代码说明:

收发信息的东东很好玩的-transceiver information Dongdong very fun

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

发表评论

0 个回复

  • qt帮助文档,chm格式。包含所有的qt的类和用法。是学习linux窗口编程的好助手...
    qt帮助文档,chm格式。包含所有的qt的类和用法。是学习linux窗口编程的好助手-qt help documentation, chm format. Contains all of the category and usage qt. Linux window to learn good programming assistant
    2022-09-01 12:00:04下载
    积分:1
  • //建立窗口 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
  • mms message builder (part)
    mms message builder (part)
    2022-01-30 10:09:07下载
    积分:1
  • linux下用的解压缩软件
    linux下用的解压缩软件-under the decompression software
    2023-09-04 21:05:04下载
    积分:1
  • Linux下编程实现服务器与客户端的连接
    Linux下编程实现服务器与客户端的连接-Programming Linux server and client connections
    2022-02-04 06:55:47下载
    积分:1
  • manual programming required linux
    linux api手册进行linux编程必备-manual programming required linux
    2022-03-03 15:08:42下载
    积分:1
  • LINUXvideopPREVIEW, LINUX images below to open a tool for source code
    LINUXvideopPREVIEW, LINUX下面打开图像的工具源代码-LINUXvideopPREVIEW, LINUX images below to open a tool for source code
    2022-01-31 14:12:11下载
    积分:1
  • 积下的一点C++编程序库源码
    积下的一点C++编程序库源码-plot under Part C of the point source library
    2022-04-30 20:49:53下载
    积分:1
  • 工具srec_cat,可以站的进制转换,命令格式如下:SREC…
    工具srec_cat, 可将bin转换为hex, 命令格式如下:srec_cat blob -Binary -Output blob.hex -Motorola 另该工具也支持hex转bin, 如下: srec_cat bootrom_uncmp.hex -Motorola -Output bootrom_uncmp.bin -Binary 适用于某些只支持二进制格式的烧录 -Tools srec_cat, could be bin convert hex, the command format is as follows: srec_cat blob-Binary-Output blob.hex-Motorola The tool also supports another hex to bin, as follows: srec_cat bootrom_uncmp.hex-Motorola-Output bootrom_uncmp.bin-Binary applicable in some binary format only supports the writers
    2023-07-19 02:55:03下载
    积分:1
  • unicon2, linux under the Chinese input method packages must be installed
    unicon2,linux下的中文输入法必装的包-unicon2, linux under the Chinese input method packages must be installed
    2022-01-25 23:34:24下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载