CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - gui c

搜索资源列表

  1. 853

    0下载:
  2. Apriori算法源码(C++) 看了以前在这里发的apriori源码,觉得写得代码有些繁琐,现在重写了一下,主要是把数据操作和界面显示分离,使用了stl和boost,简化了字符操作的算法,数据库用的是mysql的,API是mysql++,在mfc下mysql++无法运行,所以gui框架用的是win32gui-lib(可以到sf.net/project/win32gui下载)。当然你也可以用odbc改写,或是换用别的数据库,因为算法逻辑是独立的,所以应该很容易改写 -Apriori
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:28.6kb
    • 提供者:libing
  1. C++_COM

    0下载:
  2. 这是根据”Dr. GUI and ATL” 的文章自己做的例子程序,主要是在原有接口上继承新的接口,这样在保留原接口的基础上可以扩展新的功能-This is based on "Dr.. GUI and ATL, "the article themselves examples of procedures, mainly in the original interface inheritance new interface, so that the preservation
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:21.87kb
    • 提供者:luojun
  1. QT3

    0下载:
  2. C++ GUI QT3编程一书源代码,齐亮翻译的那本,个人觉得非常不错,可运行于LINUX或者WINDOWS平台-QT3 C Programming a GUI source code book, Liang Qi translation that the individuals feel very good. can be run on Linux or Windows platform
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:356.72kb
    • 提供者:小熊
  1. npp.4.1.2.src

    0下载:
  2. Notepad++ is a generic source code editor (it tries to be anyway) and Notepad replacement written in C++ with the win32 API. The aim of Notepad++ is to offer a slim and efficient binary with a totally customizable GUI-Notepad is a generic source code
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:2.16mb
    • 提供者:林晓
  1. npp.4.2.src

    0下载:
  2. Notepad++ is a generic source code editor (it tries to be anyway) and Notepad replacement written in C++ with the win32 API. The aim of Notepad++ is to offer a slim and efficient binary with a totally customizable GUI.
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:3.69mb
    • 提供者:
  1. lemon

    0下载:
  2. Lemon是一个C或者C++语言的LALR(1)语法分析器生成器。它和“bison”与“yacc”的功能是一样的,但它不是“bison”或者“yacc”的简单复制。为了减少编写代码的错误,它使用了一种不同的语法。Lemon使用了一种更为高级的分析引擎,运行速度比“bison”与“yacc”要更快,并且该引擎是可重入的和线程安全的。更进一步的,Lemon实现了能够消除资源泄漏的特性,适合于长时间运行的程序例如GUI或者嵌入式控制器中。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:42.49kb
    • 提供者:赵军
  1. C++_GUI_Programming_with_Qt_4

    0下载:
  2. C++ GUI Programming with Qt 4
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6.06mb
    • 提供者:熊建军
  1. QT_GUI_C++_SE

    0下载:
  2. 用于《QT GUI C++》第二版书箱的源码
  3. 所属分类:书籍源码

    • 发布日期:2012-02-05
    • 文件大小:439.48kb
    • 提供者:ssbpls
  1. OFDMsimulator

    0下载:
  2. The simulator GUI is started with command ui_start in Matlab command window. WLAN simulation starts by clicking the Start Simulation button in the GUI window. WLAN simulation can be terminated, before set number of packets have been reac
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:29.04kb
    • 提供者:weihuagao
  1. uCOS-II

    0下载:
  2. 掌握在uC/OS-II 操作系统下使用ZLG/GUI的基本方法。 1. 启动 ADS 1.2,使用 ARM Executable Image for UCOSII(for lpc22xx)工程模板建立一 个工程 gui_ucos,工程存储在 uCOS-II 目录下。 说明:在 uCOS-II 目录下要保存有 uCOS-II 的移植代码和内核源代码。 2. 建立 C 源文件 Test .c,编写实验程序,保存到 gui_ucos\src 目录下,然后添加到工程 的 use
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:178.83kb
    • 提供者:阳仲伯
  1. userkernelspace

    0下载:
  2. A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can us
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:920byte
    • 提供者:harish
  1. c

    0下载:
  2. 1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-,语法还是不多的); 3. Error Recovery; 4. 生成p-code,便于理解; 5. 生成asm代码,通过masm6.0基本都能编译成功,但代码没有优化,效率极低。-1. Have a relatively friendly GUI interface (modeled on my own is used in emacs) 2. Syntax to suppo
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:951.3kb
    • 提供者:穆鹏
  1. uCGUI-V390a

    0下载:
  2. ucos GUI源代码,大家参考参考。不知道为什么字符还不够啊。-ucosii GUI
  3. 所属分类:OS Develop

    • 发布日期:2017-05-24
    • 文件大小:7.77mb
    • 提供者:jiangwanwei
  1. CGUIProgrammingwithQtt

    0下载:
  2. C++ GUI Programming with Qt.chm 这本书籍不错,主要介绍了图形用户界面的技术。-C++ GUI Programming with Qt.chm this book well, mainly introduced the graphical user interface technology.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-11
    • 文件大小:2.9mb
    • 提供者:黄运
  1. TAJ.in.C

    0下载:
  2. It is the TAJ mahal in Turbo C gui hope u like
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:3.49kb
    • 提供者:GAN
  1. c_gui.c

    0下载:
  2. c_gui.c least c code at visual C-c_gui.c least c code at visual C++
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-13
    • 文件大小:1.63kb
    • 提供者:vioblex
  1. CPP-GUI-Qt-4-src

    0下载:
  2. 《C++ GUI Qt 4编程》的书籍源码,非常实用。-C++ GUI Qt 4 Programming (second edition) source books
  3. 所属分类:source in ebook

    • 发布日期:2017-05-12
    • 文件大小:2.58mb
    • 提供者:zhang
  1. GUI

    0下载:
  2. 彩屏应用-GUI示范程序,核心芯片51单片机,C语言编写-Color application-GUI demonstration program, 51 core chip microcontroller, C language
  3. 所属分类:OS Develop

    • 发布日期:2017-04-30
    • 文件大小:130.69kb
    • 提供者:jrf
  1. C++GUI Qt 4编程(第二版)源代码

    2下载:
  2. 这是“C++ GUI Qt 4编程(第二版)”书中的源代码,搭配《C++ GUI Qt 4编程》这本书学习,对初学Qt的学者帮助很大。分享给大家,欢迎有意向的朋友下载学习。
  3. 所属分类:书籍源码

  1. qt-book

    0下载:
  2. C++ GUI Qt4 编程(中文第二版)随书程序源码(C++ GUI Qt4 programming (Chinese version second) source code)
  3. 所属分类:书籍源码

    • 发布日期:2018-04-30
    • 文件大小:775kb
    • 提供者:ykk488
« 12 3 »
搜珍网 www.dssz.com