CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - cpp

搜索资源列表

  1. asm_module

    0下载:
  2. 该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作. 主函数很简单首先引入两个外部函数,extern \"C\"表示按传统C命名习惯.函数save将程序指针保存在(*s)中并返回0,为什么有 if(save(&sp)){...} if后的语句看起来永远都不会被执行,但是运行结果表明它被执行了.这个问题同UNIX中处理机调度函数(switch)的那个if语句(第一句)一样. 程序执行完save(&sp)后得到因为条件为假而执行else语句,
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:6261
    • 提供者:摩尔
  1. dibapi.cpp

    0下载:
  2. 该程序是能够处理图象分割和识别等等内容,为朋友提供图象处理原代码.-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.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:298109
    • 提供者:ww
  1. tushuguandeguanlixitong

    0下载:
  2. 一份功能详细的图书馆管理系统的软件(包含各种头文件和CPP文件,以及相关的文档).-a detailed functional library management system software (including header files and various documents CPP, and the associated documentation).
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:610467
    • 提供者:邹强
  1. migongwenti.cpp

    0下载:
  2. 计算迷宫问题, 在c窗口中输出并画出所走的路线
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1007
    • 提供者:练桂弟
  1. yuanduoxiangshi.cpp

    0下载:
  2. 一元多项式的加减算法,并有比较有好的界面!
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1756
    • 提供者:欧文
  1. 97288425adpcm-cpp

    0下载:
  2. adpcm编码 C语言源程序 可供学习和参考
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:52549
    • 提供者:陈海生
  1. cpp

    0下载:
  2. 常见的程序设计错误试图返回指向被调用函数中的自动变量的指针或该变量的引用
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:201616
    • 提供者:黄旭远
  1. Point

    0下载:
  2. 虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:6451
    • 提供者:蓝海星
  1. cpml.cpp.txt

    0下载:
  2. pml边界的3维fdtd程序,计算电磁波- 3-D FDTD code with CPML absorbing boundary conditions
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:8680
    • 提供者:wangjue
  1. class.cpp

    0下载:
  2. 数据结构问题 有序顺序表 功能:初始化、求元素个数、插入、删除、取出元素-Data structure ordered sequence table function: initialization, find the number of elements, insert, delete, remove elements
  3. 所属分类:assembly language

    • 发布日期:2017-11-08
    • 文件大小:2551
    • 提供者:刘研
  1. getip

    0下载:
  2. C_C++获取本机IP地址.cpp C_C++获取本机IP地址、-C_C++ Access to the local IP address. CppC_C++ Access to the local IP address,
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:969
    • 提供者:王洪敏
  1. cmathw

    0下载:
  2. CMath 函數.cpp 裡面有一般Math所計算使用的函數代碼-CMath function. Cpp there are generally calculated using the Math function code
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:281952
    • 提供者:Joe
  1. BhoPlugin

    0下载:
  2. 采用VC++6.0编写的IE插件,上传.cpp供参考。希望大家一起学习-Using VC++6.0 to prepare the IE plug-in, upload. Cpp for reference. Hope that we learn together
  3. 所属分类:assembly language

    • 发布日期:2017-05-09
    • 文件大小:2287659
    • 提供者:
  1. test.cpp

    0下载:
  2. XOR of memory blocks with SSE2
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:978
    • 提供者:Wasia
  1. SP_ASM_Pyzurek

    0下载:
  2. Bubble sort with ASM, included in cpp code
  3. 所属分类:assembly language

    • 发布日期:2017-05-07
    • 文件大小:1763146
    • 提供者:Sasha
  1. yuyifenxi

    0下载:
  2. 这是一个简单的包含词法、语法、语义分析的程序:递归下降分析.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
  3. 所属分类:汇编语言

    • 发布日期:2017-04-05
    • 文件大小:4594
    • 提供者:林青松
  1. CPP

    0下载:
  2. 有关成员函数,有关派生类,有关虚函数的C++课程设计-The member function, the derived class, the virtual function of c++ classes design
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1614
    • 提供者:沅沅
  1. exploring-cpp

    0下载:
  2. c++ 探秘电子书籍全部源码 欢迎下载使用 -exploring c++
  3. 所属分类:assembly language

    • 发布日期:2017-05-11
    • 文件大小:2885072
    • 提供者:石锋
  1. C-CPP

    0下载:
  2. c/c++深沉搜索。研究C++底层的实现。从汇编、编译、链接的角度研究c++的实现-c/c++ deep search. Of C++ the underlying implementation. From the compilation, compile, link point of the implementation of c++
  3. 所属分类:assembly language

    • 发布日期:2017-05-14
    • 文件大小:4058660
    • 提供者:freeing
  1. cc

    0下载:
  2. C++ 工程实践(1):慎用匿名 namespace 匿名 namespace (anonymous namespace 或称 unnamed namespace) 是 C++ 的一项非常有用的功能,其主要目的是让该 namespace 中的成员(变量或函数)具有独一无二的全局名称,避免名字碰撞 (name collisions)。一般在编写 .cpp 文件时,如果需要写一些小的 helper 函数,我们常常会放到匿名 namespace 里。muduo 0.1.7 中的 muduo/base/
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:3246
    • 提供者:杨峰
« 12 3 4 5 »
搜珍网 www.dssz.com