▍1. MyAddr
MFC ACCESS 数据库 ,对数据库进行读写操作,算法简单,数据结构组织很好,是面向对象思想的典型事例!(MFC ACCESS database, the database read and write operations, the algorithm is simple, well organized data structure is object-oriented thinking of examples!)
MFC ACCESS 数据库 ,对数据库进行读写操作,算法简单,数据结构组织很好,是面向对象思想的典型事例!(MFC ACCESS database, the database read and write operations, the algorithm is simple, well organized data structure is object-oriented thinking of examples!)
Intel cpu serial number CPU序列号的说明(Intel cpu serial number CPU serial number description)
想做黑客就得学这个!!此书是很经典的黑客反调试技术!逆向汇编!黑客调试技术揭密(Hackers want to have to learn this! ! This book is a classic anti-debugging techniques hackers! Reverse compilation! Hacker debugging technology Unmasked)
輕易學好C++編程技巧 - 入門 (香港科技大學筆記)(Easily learn C++ Programming skills- Getting Started (Hong Kong University of Science and Technology Notes))
《深入剖析visual c++编程技术vcCode(人民邮电)》的源代码,里面都是VC方面非常经典的实例,对深入编程非常非常有帮助!( In-depth analysis of visual c++ Programming vcCode (Posts And Telecommunications News) the source code, there are VC very classic example of the depth programming very, very helpful!)
跟我学 VISUAL C++ 6的入门书籍,只要循序渐进就能将MFC编程学会.(Follow me VISUAL C++ 6 entry books, as long as the step-by-step will be able to learn to MFC programming.)
用C#编写的一个款搜索engine的源代码!摘自<Visual c#2005 程序设计>(With C# Prepared a section of source code search engine! Excerpt from )
介绍在MFC环境下vc++编程的一些基本知识(入门),并介绍了直方图均衡化的具体实现过程。(Introduction in the MFC environment vc++ Programming some basic knowledge (entry), and introduce a histogram equalization of the concrete realization of the process.)
C++Primer第四版(中英双译),一本优秀的C++书箱,chm版的,有中英文对照,(C++ Primer Fourth Edition (the Sino-British double-translation), an excellent C++ Book drop, chm version, have bilingual)
说明: 不错的 c语言资料 模式匹配的 学习下吧 很肯定会有收获的 (Good information on pattern matching c language learning, are you quite sure there will be harvested)
介绍了 Mapinfo 提供的与其他程序连接 ,进行二次开发的方法,以及Mapinfo 数字地图在 VC++中的具体实现过程。(Mapinfo provided the introduction and other procedures connected to the secondary development of methodology and Mapinfo Digital Map in VC++ Realize specific process.)
VC++技术内幕的 全套代码 每一章每一个例子都有 (VC the full set of technical insider code for each chapter are an example of each)
颜色的变化,用来实现颜色的变化。开发环境为visual c++ ,常用工具之一。(Color change, to realize the color changes. Development environment for visual c++, One of the tools commonly used.)
这是一本详细讲解C语言数值计算方法的书,几乎涉及岛数值计算的所有内容。(This is an elaborate in detail the numerical method for C language book, Numerical Calculation of the island almost all of its contents.)
Visual C++实践与提高--网络编程篇(Visual C++ Practice and improve- Network Programming articles)
本电子文档详细讲述了C语言的学习内容,包括各种算法,变量,数组,函数,结构,指针,字符串,预处理,输入和输出等内容(The electronic document to describe in detail the C language, including a variety of algorithms, variable, array, function, structure, pointer, strings, pre-processing, input and output, etc.)
mfc 入门级教程,给新手学习(mfc entry-level tutorial for novice learning)
C++应用编程,你可以在此找到C++编程的许多例子(C++ Application programming, you can find C++ Programming many examples)
一款非常好的VC学习实例教程,在提高技能方面有非常明显的工效。(A very good example of VC learning curricula, in enhancing the skills of the work efficiency is very obvious.)
Visual C++(以下简称VC++) 是面向对象与可视化软件开发工具中比较成熟的一类。MFC是VC++中直接由Microsoft提供的类库,它集成了大量已定义好的类,我们可以根据需要,调用相应类,或根据需要自定义类。正是基于MFC的这种特性,我们试图设计出具有封装性、独立性的功能模块------函数数据生成模块,函数曲线输出模块,模块之间的桥梁是由模板类CArray派生的CPoint类数组充当的。函数数据生成模块用来实现对函数的设置并获得采样点,数组得到采样点数据并将其传递到输出模块中。从整体来看,实现了各程序模块的独立性,使得在函数模块中可任意添加、删除函数,可使用不同的DC和GDI,可实现不同的输出方式,整个工程在函数绘图功能上是无限扩展的。经过反复的调试和检验,我们实现了预期目标。我们的主要目的是尝试VC++在数学函数绘图方面的功能和应用。这是对VC++的探索,也是对数学函数绘图多样化的尝试。(err)