资源列表
CPPDLL
- C++Dll编写入门以及如何正确创建DLL和使用DLL!-Written in C++ Dll entry as well as how to properly create a DLL and use the DLL!
The.CPP.Standard.Library[1]
- C++ Standard library
VCPGoogleMap
- Google Map 使用Vc++编写的-google map api,ues Vc++ development
The.C.Programming.Language[1]
- 本书全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。 -Book comprehensively and systematically about the C language features and programming methods, including the basic concepts, types and expressions, control flo
hundun
- 混沌源代码,希望对大家有所帮助.同时也希望大家多多上传更多的资源。-codes for chaotic,I hope this will help you .
com.ibm.googlemap
- 有关google map编写的内容,希望对大家有用-something about map
Google
- google map 的使用教程,对编程有很大的好处-google map ues knoeledge
VCPP
- 应用于测绘的VC++教程 通俗易懂 简单易学 较方便于初学者使用学习-VC++ based on surveying
MianBaoBanMFC
- MFC模拟实现东南大学数电使用的面包板相关电路设计功能,包含常用芯片和电路优化。仿真还在完善中-MFC simulation Southeast University, the number of electric bread board circuit design features, including commonly used in chip and circuit optimization. Simulation is still perfect
YJXT
- 基于MFC的阅卷系统,东南大学C++课程设计题目之一,对于初学MFC的同学可以借鉴-MFC-based scoring system, Southeast University, C++ One of the issues of curriculum design for beginners MFC students can learn
Windows_PE-source
- Windows_PE权威指南 随书源码 包括PE文件操作 操作软件实例-Windows_PE The Definitive Guide with the book source
several-code--CPP-
- 几个自己用C语言写的代码:十进制转成二~十六进制.cpp<将一个十进制数转换成二至十六进制的任意数>;十六进制转成十进制.cpp(将一个十六进制的数转换成十进制数) ;数字转成字符串-递归法.cpp(用递归法将一串数字转换成字符串);因子之和.cpp(找出所有因子之和等于它本身的数)-several code coded by myself use C++ language.