搜索资源列表
853
- Apriori算法源码(C++) 看了以前在这里发的apriori源码,觉得写得代码有些繁琐,现在重写了一下,主要是把数据操作和界面显示分离,使用了stl和boost,简化了字符操作的算法,数据库用的是mysql的,API是mysql++,在mfc下mysql++无法运行,所以gui框架用的是win32gui-lib(可以到sf.net/project/win32gui下载)。当然你也可以用odbc改写,或是换用别的数据库,因为算法逻辑是独立的,所以应该很容易改写 -Apriori
C++_COM
- 这是根据”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
QT3
- 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
npp.4.1.2.src
- 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
npp.4.2.src
- 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.
lemon
- Lemon是一个C或者C++语言的LALR(1)语法分析器生成器。它和“bison”与“yacc”的功能是一样的,但它不是“bison”或者“yacc”的简单复制。为了减少编写代码的错误,它使用了一种不同的语法。Lemon使用了一种更为高级的分析引擎,运行速度比“bison”与“yacc”要更快,并且该引擎是可重入的和线程安全的。更进一步的,Lemon实现了能够消除资源泄漏的特性,适合于长时间运行的程序例如GUI或者嵌入式控制器中。
C++_GUI_Programming_with_Qt_4
- C++ GUI Programming with Qt 4
QT_GUI_C++_SE
- 用于《QT GUI C++》第二版书箱的源码
OFDMsimulator
- 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
uCOS-II
- 掌握在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
userkernelspace
- 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
c
- 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
uCGUI-V390a
- ucos GUI源代码,大家参考参考。不知道为什么字符还不够啊。-ucosii GUI
CGUIProgrammingwithQtt
- C++ GUI Programming with Qt.chm 这本书籍不错,主要介绍了图形用户界面的技术。-C++ GUI Programming with Qt.chm this book well, mainly introduced the graphical user interface technology.
TAJ.in.C
- It is the TAJ mahal in Turbo C gui hope u like
c_gui.c
- c_gui.c least c code at visual C-c_gui.c least c code at visual C++
CPP-GUI-Qt-4-src
- 《C++ GUI Qt 4编程》的书籍源码,非常实用。-C++ GUI Qt 4 Programming (second edition) source books
GUI
- 彩屏应用-GUI示范程序,核心芯片51单片机,C语言编写-Color application-GUI demonstration program, 51 core chip microcontroller, C language
C++GUI Qt 4编程(第二版)源代码
- 这是“C++ GUI Qt 4编程(第二版)”书中的源代码,搭配《C++ GUI Qt 4编程》这本书学习,对初学Qt的学者帮助很大。分享给大家,欢迎有意向的朋友下载学习。
qt-book
- C++ GUI Qt4 编程(中文第二版)随书程序源码(C++ GUI Qt4 programming (Chinese version second) source code)