登录
首页 » Linux-Unix program » 用MFC制作的一款IE风格的浏览器

用MFC制作的一款IE风格的浏览器

于 2023-06-18 发布 文件大小:165.28 kB
0 159
下载积分: 2 下载次数: 1

代码说明:

用MFC制作的一款IE风格的浏览器-produced using MFC new style of IE browser

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

发表评论

0 个回复

  • //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILUR...
    //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式 cbreak() noecho() keypad(stdscr, TRUE) //建立窗口 win = newwin(h, w, 3, 20) box(win, 0, 0) keypad(win, TRUE) wmove(win, cury, curx) mvaddstr(16, 1, "Press arrow keys to move the cursor within the window. ") mvaddstr(17, 1, "Press q to quit. ") refresh() wrefresh(win) - //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式 cbreak() noecho() keypad(stdscr, TRUE) //建立窗口 win = newwin(h, w, 3, 20) box(win, 0, 0) keypad(win, TRUE) wmove(win, cury, curx) mvaddstr(16, 1, "Press arrow keys to move the cursor within the window. ") mvaddstr(17, 1, "Press q to quit. ") refresh() wrefresh(win)
    2023-08-24 18:05:03下载
    积分:1
  • SD卡的分析源码,可在2440板上运行。是很好的SD卡学习资料...
    SD卡的分析源码,可在2440板上运行。是很好的SD卡学习资料-SD
    2022-07-22 23:12:50下载
    积分:1
  • Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用...
    Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。 一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个或多个进程中进行处理。这样,内核态与用户空间进程通信的方法就显得尤为重要。在 Linux 的内核发行版本中没有对该类通信方法的详细介绍,也没有其他文章对此进行总结,所以本文将列举几种内核态与用户态进程通信的方法并详细分析它们的实现和适用环境。 source code 2 -Linux is an open-source operating system, both ordinary users or enterprises, users can prepare their core code, coupled with the standard kernel cutting thereby making up their own operating system. There are a lot of low-end users of the network equipment from the standard operating system Linux is improving from the This also shows that the more and more people are added to the Linux kernel development groups. One or more modules and the realization of general Linux can not satisfy the needs of system software, because the core is too restrictive, such as the terminal can print, can not handle the b
    2022-01-26 00:11:59下载
    积分:1
  • 最新的版的eXosip
    最新的版的eXosip-the latest version of the eXosip
    2022-02-06 12:08:57下载
    积分:1
  • vptree编程
    vptree编程-vptree Programming
    2022-06-02 00:04:24下载
    积分:1
  • source, standards c force
    源码,标准c++用力-source, standards c force
    2022-08-08 01:09:06下载
    积分:1
  • 的分布有多个工具Valgrind。最受欢迎的是记忆…
    The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as: * touching memory you shouldn t (eg. overrunning heap block boundaries) * using values before they have been initialized * incorrect freeing of memory, such as double-freeing heap blocks * memory leaks. -The Valgrind distribution has to multiple ols. The most popular is the memory checking too l (called Memcheck) which can detect many commo n memory errors such as :* touching memory you should not (eg. overrunnin g heap block boundaries)* t values before using hey have been initialized* incorrect freeing o f memory, such as double-freeing heap memory blocks* lea ks.
    2022-05-10 23:27:50下载
    积分:1
  • 主板上提供一个可按分或秒计时的,最长达255级的可编程看门狗定时器,WDT超时事件发生时系统复位。 本程序(w83627hf_wdt.c)是基于Winbon...
    主板上提供一个可按分或秒计时的,最长达255级的可编程看门狗定时器,WDT超时事件发生时系统复位。 本程序(w83627hf_wdt.c)是基于Winbond83627芯片的看门狗驱动程序 -The motherboard, or can provide a second time, and the most up to 255 programmable watchdog timer, WDT time-out system reset time of the incident. This procedure (w83627hf_wdt.c) is based on the chip Winbond83627 watchdog driver
    2023-04-14 21:35:03下载
    积分:1
  • //初始化 initscr() //获得屏幕尺寸 getmaxyx(stdscr, h, w) //画背景...
    //初始化 initscr() //获得屏幕尺寸 getmaxyx(stdscr, h, w) //画背景 for(i=0 i
    2022-02-16 05:28:10下载
    积分:1
  • Linux 下控制蜂鸣器发声的程序。做了适当的修改
    Linux 下控制蜂鸣器发声的程序。做了适当的修改-Linux under the control of audible buzzer procedures. Make the appropriate changes
    2022-05-13 12:22:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载