搜索资源列表
asm_module
- 该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作. 主函数很简单首先引入两个外部函数,extern \"C\"表示按传统C命名习惯.函数save将程序指针保存在(*s)中并返回0,为什么有 if(save(&sp)){...} if后的语句看起来永远都不会被执行,但是运行结果表明它被执行了.这个问题同UNIX中处理机调度函数(switch)的那个if语句(第一句)一样. 程序执行完save(&sp)后得到因为条件为假而执行else语句,
dibapi.cpp
- 该程序是能够处理图象分割和识别等等内容,为朋友提供图象处理原代码.-that the procedure was able to handle image segmentation and the identification, and so on, as a friend to provide the original image processing code.
tushuguandeguanlixitong
- 一份功能详细的图书馆管理系统的软件(包含各种头文件和CPP文件,以及相关的文档).-a detailed functional library management system software (including header files and various documents CPP, and the associated documentation).
migongwenti.cpp
- 计算迷宫问题, 在c窗口中输出并画出所走的路线
yuanduoxiangshi.cpp
- 一元多项式的加减算法,并有比较有好的界面!
97288425adpcm-cpp
- adpcm编码 C语言源程序 可供学习和参考
cpp
- 常见的程序设计错误试图返回指向被调用函数中的自动变量的指针或该变量的引用
Point
- 虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成
cpml.cpp.txt
- pml边界的3维fdtd程序,计算电磁波- 3-D FDTD code with CPML absorbing boundary conditions
class.cpp
- 数据结构问题 有序顺序表 功能:初始化、求元素个数、插入、删除、取出元素-Data structure ordered sequence table function: initialization, find the number of elements, insert, delete, remove elements
getip
- C_C++获取本机IP地址.cpp C_C++获取本机IP地址、-C_C++ Access to the local IP address. CppC_C++ Access to the local IP address,
cmathw
- CMath 函數.cpp 裡面有一般Math所計算使用的函數代碼-CMath function. Cpp there are generally calculated using the Math function code
BhoPlugin
- 采用VC++6.0编写的IE插件,上传.cpp供参考。希望大家一起学习-Using VC++6.0 to prepare the IE plug-in, upload. Cpp for reference. Hope that we learn together
test.cpp
- XOR of memory blocks with SSE2
SP_ASM_Pyzurek
- Bubble sort with ASM, included in cpp code
yuyifenxi
- 这是一个简单的包含词法、语法、语义分析的程序:递归下降分析.h 和递 归下降分析.cpp。 实现的基本原理是自顶向下分析,单遍扫描,以语法分析为 核心,调用词法分析,并实现语义分析。-This is a simple include lexical, syntax, semantic analysis of the program: Analysis of recursive descent. H and recursive descent analysis. Cpp. The basi
CPP
- 有关成员函数,有关派生类,有关虚函数的C++课程设计-The member function, the derived class, the virtual function of c++ classes design
exploring-cpp
- c++ 探秘电子书籍全部源码 欢迎下载使用 -exploring c++
C-CPP
- c/c++深沉搜索。研究C++底层的实现。从汇编、编译、链接的角度研究c++的实现-c/c++ deep search. Of C++ the underlying implementation. From the compilation, compile, link point of the implementation of c++
cc
- C++ 工程实践(1):慎用匿名 namespace 匿名 namespace (anonymous namespace 或称 unnamed namespace) 是 C++ 的一项非常有用的功能,其主要目的是让该 namespace 中的成员(变量或函数)具有独一无二的全局名称,避免名字碰撞 (name collisions)。一般在编写 .cpp 文件时,如果需要写一些小的 helper 函数,我们常常会放到匿名 namespace 里。muduo 0.1.7 中的 muduo/base/
