登录
首页 » Linux-Unix program » This Project gives a complete idea for user to learn how to create live project...

This Project gives a complete idea for user to learn how to create live project...

于 2022-12-13 发布 文件大小:52.74 kB
0 116
下载积分: 2 下载次数: 1

代码说明:

This Project gives a complete idea for user to learn how to create live project with a specific user requirement

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

发表评论


0 个回复

  • 2.6.8.1版本的linux内核的摄像头驱动源代码
    2.6.8.1版本的linux内核的摄像头驱动源代码-2.6.8.1 version of the Linux kernel camera driver source code
    2022-01-22 11:17:45下载
    积分:1
  • BeginningLinuxProgramming example9
    BeginningLinuxProgramming example9
    2022-04-24 17:04:04下载
    积分:1
  • 读者
    读者-写者问题的读写操作限制(包括读者优先和写者优先) 写-写互斥:不能有两个写者同时进行写操作 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 读-读允许:可以有一个或多个读者在读。-Readers- read and write operations to write the problem of constraints (including the readers of priority and writing preferred) Write- write mutually exclusive: You can not have two writers write the same time Read- Write mutually exclusive: You can not simultaneously reading a thread while another thread is writing. Reading- Reading allowed: You can have one or more readers to read.
    2022-05-07 09:29:37下载
    积分:1
  • 串口程序,一个很好的Linux、Unix的串行、并行的源代码
    串口程序,一个很好的Linux、Unix下的串口,并口程序源代码-Serial procedures, a very good Linux, Unix Serial, Parallel source code
    2022-05-07 23:28:14下载
    积分:1
  • 通过变量参数列表等功能对GCC
    Passing variable argument list to other functions on G-Passing variable argument list to other functions on GCC
    2022-10-17 06:00:02下载
    积分:1
  • 为使Linux自启动
    for making the linux autoboot
    2023-02-18 00:00:04下载
    积分:1
  • LINUX 1.0 内核c源代码.ZIP
    LINUX 1.0 内核c源代码.ZIP-LINUX 1.0 kernel c source code. ZIP
    2023-06-11 23:15:04下载
    积分:1
  • s3c2410串口设置,串口0设备号:204,64,串口2:204,65,串口3:204,...
    s3c2410串口设置,串口0设备号:204,64,串口2:204,65,串口3:204,-s3c2410 serial port settings, serial port 0 device ID: 204,64, serial 2:204,65, serial 3:204,66
    2022-01-28 22:04:25下载
    积分:1
  • xml文档树分析例子程序
    xml文档树分析例子程序-xml document examples tree analysis procedures
    2022-02-25 13:35:26下载
    积分: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
  • 696518资源总数
  • 105267会员总数
  • 12今日下载