登录
首页 » Linux-Unix program » QT4 classic tutorial, very useful for learning qt, U.S. support for what

QT4 classic tutorial, very useful for learning qt, U.S. support for what

于 2022-03-26 发布 文件大小:1.17 MB
0 182
下载积分: 2 下载次数: 1

代码说明:

Qt4 的经典教程,对学习qt非常有用,大家支持一下-QT4 classic tutorial, very useful for learning qt, U.S. support for what

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

发表评论

0 个回复

  • 在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者...
    在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-In the same address space of a process implemented within the two threads. The producer thread production of goods, and then items placed in an empty buffer in the thread consumption for consumers. Consumer thread to acquire items from the buffer, and then release the buffer. When the producer thread is the production of goods, if there is no empty buffers are available, then the producer thread must wait for the Consumer thread to release an empty buffer. When a consumer thread consumer goods, if the buffer is not full, then the consumer thread will be blocked until the new items were produced.
    2022-03-10 13:10:08下载
    积分:1
  • 第一个linux,最古老版本的linux,要是股东拍卖的的话一定好价钱,大家不要错过机会,第一个linux...
    第一个linux,最古老版本的linux,要是股东拍卖的的话一定好价钱,大家不要错过机会,第一个linux-No. 1, the oldest version of linux, if shareholders of the auction certainly a good price, we should not miss the chance, a linux!
    2022-08-10 23:48:02下载
    积分:1
  • 系统调用拷贝函数 本程序通过Linux的系统调用进行文件拷贝,如果进行一定的修改可以支持断点续传...
    系统调用拷贝函数 本程序通过Linux的系统调用进行文件拷贝,如果进行一定的修改可以支持断点续传-System call function copy of the procedures adopted by Linux system calls to file copy, if changes must support HTTP
    2022-05-23 18:17:03下载
    积分:1
  • multi
    linux c 多线线程在此源码中应用了锁的同步-multi-thread linux c source code in this application of the lock synchronization
    2022-10-17 15:35:03下载
    积分:1
  • Add a new system call to achieve a new function, such as the search system in th...
    添加一个新的系统调用,实现一项新的功能,如查找系统中所有进程的名称和族亲关系信息,或文件复制,重新编译和运行内核,使新的系统调用可用。-Add a new system call to achieve a new function, such as the search system in the name of all processes and pro-family relationship information, or documents copied, re-compile and run the kernel, making the new system calls available.
    2023-06-12 16:35:08下载
    积分:1
  • 一个在linux环境下的ftp的实现程序!
    一个在linux环境下的ftp的实现程序!-an environment in the ftp program to realize!
    2022-02-22 00:23:32下载
    积分:1
  • UNIX环境下多线程的网络编程例子
    UNIX环境下多线程的网络编程例子-UNIX environment multithreaded network programming examples
    2022-06-30 15:44:24下载
    积分:1
  • linux下MTD设备驱动源代码详细分析 中文
    linux下MTD设备驱动源代码详细分析 中文-MTD device drivers under linux source code for a detailed analysis of Chinese
    2022-03-24 06:04:21下载
    积分: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
  • ADSP
    在ADSP-BF533是移植uclinux,不是linux上的mp3的decode的程序,敬请高手指点。-the ADSP-BF533 Basis transplantation is not linux on the MP3 decode the procedure, please master guiding.
    2022-06-17 12:12:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载