CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - virtual c

搜索资源列表

  1. tree

    0下载:
  2. C语言二叉树三种遍历算法及其广义表表示 VS2012编写 基于先序遍历的构造算法:输入是二叉树的先序序列,但必须在其中加入虚结点以示空指针的位置。假设虚结点输入时用’.’字符表示。 分别利用先序遍历、中序遍历、后序遍历所建二叉树-Three kinds of C language binary tree traversal algorithm and generalized table said visual programming based on first order traversal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1443
    • 提供者:Lynn
  1. 253408557_CPP3

    0下载:
  2. C++程序设计,孙甲松,清华大学电子工程系,类的继承和派生,纯虚函数,pdf文件-Inheritance and derived C++ programming, SUN Jia Song, Electronic Engineering, Tsinghua University, classes, pure virtual functions, pdf file
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:35563
    • 提供者:stone
  1. Virtual_Function

    0下载:
  2. * C++虚函数表解析 * 虚函数是通过一张虚函数表来实现的。在这个表中,主 *是要一个类的虚函数的地址表,这张表解决了继承、覆盖 *的问题,保证其容真实反应实际的函数。这样,在有虚函 *数的类的实例中这个表被分配在了这个实例的内存中,所 *以,当我们用父类的指针来操作一个子类的时候,这张虚 *函数表就显得由为重要了,它就像一个地图一样,指明了 *实际所应该调用的函数。 -Virtual Function
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:932
    • 提供者:李绍东
  1. VirtualPrinter

    1下载:
  2. Delphi和C开发的虚拟打印机源代码,包含了打印机驱动。-Virtual Printer developed by Delphi and C, include printer driver
  3. 所属分类:Printing program

    • 发布日期:2017-05-06
    • 文件大小:968082
    • 提供者:ballade
  1. exp3.2_socket

    1下载:
  2. 中科大信息网络与协议实验3.2代码,socket网络编程,实现同一虚拟机两个终端简单通信,c语言-USTC Information Network and the experimental protocol 3.2 Code, socket network programming, the same virtual machine communication simple two terminals
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1855
    • 提供者:xerxes
  1. Colfax-HOW-Day-02

    0下载:
  2. we focus on the usage of the Intel Xeon Phi platform as a coprocessor in the offload programming model. We talk about the explicit offload model based on compiler pragmas, explaining how to offload functions, local scalars and arrays of known size, a
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:41916
    • 提供者:黄雪
  1. ResourceCode2

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-C++ cl
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-05
    • 文件大小:19416
    • 提供者:xiongzhuang
  1. potentialFlow

    0下载:
  2. *This* is the 3rd MATLAB App in the Virtual Thermal/Fluid Lab series. This MATLAB App allows you to: 1. Visualize elementary potential flows including: a. Uniform flow b. Source c. Sink d. Vortex e. Doublet 2. Combine dif
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:81104
    • 提供者:wff
  1. CellVirtual

    0下载:
  2. C sharp source code document, which shows example of designing virtual cell, which can be part of grid view.
  3. 所属分类:CSharp

    • 发布日期:2017-05-05
    • 文件大小:3650
    • 提供者:onnoyo
  1. cmocker.tar

    0下载:
  2. C++测试Mock库,可以运行时Mock任何函数,包括普通函数,成员函数,静态成员函数,支持Mock虚函数。实现方式是直接运行时修改机器代码。支持gcc/clang/Visual C++,支持x86/x64/arm32。- The C++ mock library for unit testing, it can be used to mock all functions, including trivial functions, member functions, static member
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-05
    • 文件大小:69171
    • 提供者:kinuxroot
  1. helloworldvirtual

    0下载:
  2. helloworldvirtual,c++ virtual.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:256537
    • 提供者:jiangzhaoguo
  1. VDeskTop

    0下载:
  2. 这是一个用C/C++实现的虚拟桌面的例子,文件内包含编译过的可执行文件 shift+F5 shift+F6可来回切换桌面 F7推出程序-This is a virtual desktop with C/C++ examples
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-05
    • 文件大小:13992
    • 提供者:王东
  1. ClassView

    0下载:
  2. 虚拟内存控制 C 语言源码,很老但是很好用的程序及代码-Virtual memory control C language source code, very old but very good use of the procedures and code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3102
    • 提供者:rourou
  1. MYMdiClient

    0下载:
  2. 虚拟内存控制 C 语言源码,很老但是很好用的程序及代码-Virtual memory control C language source code, very old but very good use of the procedures and code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-05
    • 文件大小:5564
    • 提供者:yunpin098
  1. easyskkun

    0下载:
  2. 虚拟内存控制 C 语言源码,很老但是很好用的程序及代码-Virtual memory control C language source code, very old but very good use of the procedures and code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-05
    • 文件大小:4866
    • 提供者:胡成
  1. hetao_v9

    0下载:
  2. 一款国人原创研发的开放源代码的C语言实现的支持高并发、超高性能Web服务器,使用高性能HTTP解析器fasterhttp作为其解析核心,在开启Keep-Alive和gzip压缩时性能比nginx约快4倍。 hetao功能: * 支持HTTP/1.0、HTTP/1.1 * 支持通讯超时控制 * 支持多侦听端口 * 支持多虚拟主机(基于域名) * 支持自定义错误页面 * 支持自定义缺省index文件 * 支持自适应Keep-Alive * 支持自适应gzip、de
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-11
    • 文件大小:2057475
    • 提供者:hechengcheng
  1. mcnipulatorborderrepeater

    0下载:
  2. C#调用Python脚本的例子,要求运行的机器要安装Python虚拟机-Examples of c# call Python scr ipts to run the machine to install Python virtual machine
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:7339
    • 提供者:applicytaon
  1. vzrtualjti

    0下载:
  2. java通过jni调虚拟游戏控制器vjoy,包含java和c++源码以及编译后的dll,可以直接加入java工程使用-Java virtual game controller through jni adjustable vjoy, including Java and c++ source code and compiled DLL, can be used directly to join Java project
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-05
    • 文件大小:3913
    • 提供者:Camclaz
  1. PopUpView

    0下载:
  2. 虚拟内存控制 C 语言源码,很老但是很好用的程序及代码-Virtual memory control C language source code, very old but very good use of the procedures and code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-05
    • 文件大小:6454
    • 提供者:jkvp+81364
  1. panexesptn

    0下载:
  2. java通过jni调虚拟游戏控制器vjoy,包含java和c++源码以及编译后的dll,可以直接加入java工程使用-Java virtual game controller through jni adjustable vjoy, including Java and c++ source code and compiled DLL, can be used directly to join Java project
  3. 所属分类:Applications

    • 发布日期:2017-12-18
    • 文件大小:4096
    • 提供者:cocbe
« 1 2 ... 29 30 31 32 33 3435 »
搜珍网 www.dssz.com