TXT文件合并程序源代码
该程序实现TXT文件合并.<br>程序内运用Win32 API(CreateFile、SetFilePointer、ReadFile、WriteFile、CloseHandle)实现文件操作.<br>欢迎各位对该代码参考与点评,请多多指教.
Drupal 7 Themes
What you will learn from this book?
* Learn about the Drupal 7 Theming Architecture
* Find and install new themes
* Get the most from Drupal’s theme configuration system
* Create a new theme from scratch
* Master PHPTemplate
* Modify the default templates and styles
* Override the default templates with your own
* Create dynamic styling which responds to the content or the user
* Discover tools that make theming easier and more efficient
C语言接口与实现--创建可重用软件的技术
《C语言接口与实现--创建可重用软件的技术》(PDF)(美)David R. Hanson 著, 傅蓉 周鹏 张昆琪 译。这是一本讲述C语言接口与可重用软件技术,有一定难度,需有一定的C语言基础和软件编写经验,必非为C语言初学者而写的。而该书讲述了:接口,原子,内存管理,字符串,精度算法,线程等。若喜欢该书的和C语言编程,该书也是值得购买和收藏的。
基于Socket的简单的2人对打游戏源代码(VC)
该程序为基于Socket的2人对打游戏,图片为.bmp文件,非MFC模式,是一个相当简单的局域网网络游戏的代码.程序内运用Win32 API,包括:socket系列的API,多线程的API,BitBlt等.参考文献:《Visual C++游戏编程基础》,荣钦科技 著欢迎各位对该代码参考与点评,请多多指教.
OpenCV English Manual
This is an English Reference (.chm file) for OpenCV (Intel Open Source Computer Vision ) library, which is a collection of C functions and a few C++ classes that implement many popular Image Processing and Computer Vision algorithms. Hopefully, it could help you out when programming in OpenCV.
简单的动画程序
该程序是一个十分简陋的DOS动画程序,编译于Masm 6.<br>有兴趣的朋友可以下载来看看,互相学习,这里就不作多余的介绍.<br>欢迎各位对该代码参考及点评,请多多指教.
Beginning VB 2005 Databases From Novice to Professional
Beginning VB 2005 Databases From Novice to Professional, by J. Huddleston, R. Raghuram, S. F. Gilani, J. H. Pedersen & J. Reid, which introduces SQL, ADO.NET, Dataset, DataAdapter, DataBinding and LINQ. This book is for anyone interested in how to access relational data with VB. Only a bit of experience with VB is assumed, and no prior experience with relational databases or the relational database language SQL is required.