搜索资源列表
Windows32-asm-lo
- Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。本书从编写应用程序的角度,从“Hello World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过60多个实例逐渐深入Win32汇编语言的方方面面。本书作者罗云彬拥有十余年汇编语言编程经验,是汇编编程网站http://asm.yeah.net和汇编编程论坛http://win32asm.yeah.net的站长。本
853
- Apriori算法源码(C++) 看了以前在这里发的apriori源码,觉得写得代码有些繁琐,现在重写了一下,主要是把数据操作和界面显示分离,使用了stl和boost,简化了字符操作的算法,数据库用的是mysql的,API是mysql++,在mfc下mysql++无法运行,所以gui框架用的是win32gui-lib(可以到sf.net/project/win32gui下载)。当然你也可以用odbc改写,或是换用别的数据库,因为算法逻辑是独立的,所以应该很容易改写 -Apriori
20030725114254
- 常用c#知识库,包括如何连接数据库,api,绘图,网络等方面的基础知识,是作者学习时的心得,用处广泛。-common knowledge base, including how to connect to the database, api, graphics, networking and so on the basis of knowledge is the author of the study and experience, extensive use.
一个系统托盘的源程序代码
- 这是一个系统托盘的源程序代码(c + pure API),主要功能是增加系统流量。-This is a system tray of the source code (c pure API), the main function is to increase system throughput.
visual c++编程百例
- 1.MFC WinSock编程 2.MFC Winlnet类编程 3.MFC高级网络编程 4.电子邮件编程 5.InternetServer API编程 6.多线程技术的网络编程 7.ODBC编程 8.MFC DAO编程 9.OLE DB编程 10.ADO编程 11.高级数据库编程
svm python
- Put simply, SVMpython is SVMstruct, except that all of the C API functions that the user normally has to implement (except those dealing with C specific problems) instead call a function of the same name in a Python module. You can write an SVMstruct
QQskin
- C#仿QQ皮肤系源 技术点并不多主要是GDI+ 还有不少windows的API,有些我也记不住 ,还是看着API文档来的,-C# Department of imitation QQ skin is not much point source technology is mainly GDI+ there are many windows of the API, some I do not remember, or look at API documentation, and Oh
book10072001.tar
- 这些GTK+程序都是基于常用的API来实现熟悉这些API为目的,能很快的帮助学者入门。比如最常见的例子,这个处理窗口关闭和退出按钮。关窗(或触及退出按钮)可能不会导致适用exiting.按Ctrl- C在终端窗口或使用kill命令可以实现结束窗体的执行。 -These procedures are based on GTK+ the API used to achieve familiar with the API for the purpose, can help scholars ent
101ASPNETSamples
- 101升C样品高级-多线程-如何对异步调用高级- 远程处理-如何对TCP远程高级-序列化-如何对高级序列化对象。NET框架- Windows服务高级相互作用。NET框架-设为Win32 API调用高级。 NET框架(GDI +)的-动画与GDI +高级的。NET Framework(GDI +)的-创建一个屏幕保护程序与GDI +高级的。NET Framework(GDI +)的-使用GDI +来操作图像先进的。NET Framework(GDI +)的-工作与GDI +刷高级。网框架(GDI
C_Builder_Example
- 本书利用有代表性,实用性强、效果新颖的具体案例讲解了C++Builder 6.0在控件、数据库、多媒体、游戏、图形图像、文件处理、网络及API函数等方面的具体应用,基本涵盖了C++Builder所有的应用领域-Using a representative book, practical and effective novel specific cases explained C++ Builder 6.0 in control, database, multimedia, games, grap
ICTCLAS5.0_API
- 详细介绍了ictclas的接口文档,主要包括c++、java以及c#-about the citclas s api,include c++\java and c#
Visual-CPP400source-code
- Visual C++范例大全 400+的实例源码 光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制输出 实例008——产生随机数 实例009——实现排序
c-lib-api
- 一个很好的C语言开发的函数库接口, 可以节省很多开发时间, 可以好好看看哦-A good library of C language development interface, you can save a lot of development time can have a good look.
Address-book
- c++做的朋友通信录,支持友好界面、windows api调用.-c++ to do friends book, support friendly interface, windows api calls.
source-code-CPP-Programming-Win32
- source code C++ Programming Win32 under the API,有了源代码,学习起来,就事半功倍-source code C++ Programming Win32 under the API.With the source code, learn together, we do more with less
glibc-2.0.6.tar
- glibc是GNU发布的libc库,即c运行库。glibc是linux系统中最底层的api,几乎其它任何运行库都会依赖于glibc。glibc除了封装linux操作系统所提供的系统服务外,它本身也提供了许多其它一些必要功能服务的实现。由于 glibc 囊括了几乎所有的 UNIX 通行的标准,可以想见其内容包罗万象。而就像其他的 UNIX 系统一样,其内含的档案群分散于系统的树状目录结构中,像一个支架一般撑起整个操作系统。在 GNU/Linux 系统中,其C函式库发展史点出了GNU/Linux 演
futayion-bridge
- Using c ++ Builder and Windows API programming-Using c++ Builder and Windows API programming