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

搜索资源列表

  1. xuhanshu

    0下载:
  2. C++中虚函数和纯虚函数区别-C++ the virtual function and pure virtual function difference ..........
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:37293
    • 提供者:陈思雨
  1. class

    0下载:
  2. C#类、接口、虚方法和抽象方法-接口与抽象类的区别实例-C# classes, interfaces, virtual and abstract methods- interfaces and abstract classes differ instance
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:12949
    • 提供者:陈思雨
  1. dokan-net-0.6.0

    0下载:
  2. 这是一个用c语言写的dokan程序,通过改写几个回调函数就能在本地虚拟出一个磁盘,并在磁盘增删改文件-This is a written dokan using c language program, through the callback function will be able to rewrite a few out of a local virtual disk, and the disk file CRUD
  3. 所属分类:Disk Tools

    • 发布日期:2016-01-26
    • 文件大小:221184
    • 提供者:zhaoliang
  1. vmm

    0下载:
  2. 虚存管理的代码,包含vmm.h和vmm.c-Virtual memory management
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-14
    • 文件大小:4116
    • 提供者:Carson.Lucas
  1. fastdb-3.36.tar

    0下载:
  2. FastDb是高效的内存数据库系统,具备实时能力及便利的C++接口。FastDB不支持client-server架构因而所有使用FastDB的应用程序必须运行在同一主机上。FastDB针对应用程序通过控制读访问模式作了优化。通过降低数据传输的开销和非常有效的锁机制提供了高速的查询。对每一个使用数据库的应用数据库文件被影射到虚拟内存空间中。因此查询在应用的上下文中执行而不需要切换上下文以及数据传输。fastdb中并发访问数据库的同步机制通过原子指令实现,几乎不增加查询的开销。fastdb假定整个数
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1187652
    • 提供者:贺龙
  1. Linux-word

    0下载:
  2. 首先找到在C碟Other Linux2.6xkernel資料夾點進去,接著Other Linux2.6xkernel點進Other Linux2.6xkernel.vms(2kB)的檔案,進入 PC-Vmware 畫面後,點選Commands中的 Start this virtual machine,vu 詳細敘述請見文檔。-First, find the folder C dish Other Linux2.6xkernel points go, then Other Linux2.6x
  3. 所属分类:Document

    • 发布日期:2017-05-15
    • 文件大小:3696086
    • 提供者:劉廣尉
  1. WIFI

    0下载:
  2. 用C#制作的WIFI共享程序,可以构建虚拟WIFI,其他设备可以连接并有Internet访问。-C# produced by WIFI sharing program, you can build a virtual WIFI, other devices can be connected and have Internet access.
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2143126
    • 提供者:David
  1. code

    0下载:
  2. 参考linux extra2文件系统设计的一个基于c++读写文件操作的虚拟文件系统,适合作为操作系统课程的大作业参考-A reference linux extra2 file system design based on the virtual file system c++ write file operation, suitable for operating system programs big job reference
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3991229
    • 提供者:陈卓
  1. virtual_library

    0下载:
  2. C++虚拟图书馆程序,可实现图书检索,借阅,归还,续借,超期罚款,借阅历史查询,图书排行榜等功能。-It s a C++ program about virtual library. The functions of it include searching books, borrowing books, returning books, renewing, punishment, borrow history, rate of book popularity, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:63571
    • 提供者:linjia
  1. piano

    0下载:
  2. C语言实现的虚拟电子琴,基于TURBO C,调用PC喇叭发声。实现的功能有:即时弹奏、弹奏录制和播放、文件保存、文件读取、文件信息显示、弹奏游戏等 可以用作C语言课程设计-virtual piano program based on TURBO C
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:38798
    • 提供者:Pepe
  1. lesson-2

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

    • 发布日期:2017-05-09
    • 文件大小:1955876
    • 提供者:唐永康
  1. CNTService-v1.79

    0下载:
  2. CNTService v1.79 A class framework for developing NT services in MFC-CNTService v1.79 A class framework for developing NT services in MFC Classes includes: CNTServiceCommandLineInfo The CNTServiceCommandLineInfo class aids in parsing the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:107926
    • 提供者:吉祥
  1. MemAccessHook

    1下载:
  2. 巧妙的c++虚函数对应的虚表hook技术-c++ virtual function table corresponding virtual hook Technology
  3. 所属分类:Hook api

    • 发布日期:2016-06-15
    • 文件大小:3674112
    • 提供者:会少年
  1. Staff-Management

    0下载:
  2. 公司职员管理系统,可以实现增加职工信息,删除职工信息,查询职工信息,信息存储在本地服务器硬盘上,方便管理。运用C++流操作,纯虚类,虚函数,继承多态等等C++专业知识。-Staff management system, employee information can be added, deleted, staff information, check employee information, the information stored on the local server s hard
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-04
    • 文件大小:3461
    • 提供者:史凯龙
  1. FYWifi_2ee1

    0下载:
  2. 由于调用了cmd的网络命令,360等可能会当作病毒删除。如果你非常不放心,本文存在源码,你可以把源码复制出来,自己用VS2010,C#生成该文件。 由于自建wifi热点,需要每次开机都输入命令,才可以打开虚拟wifi,本文的程序就是实现了不用敲命令,直接点击一下按钮就可以了。针对不懂命令的人来说的,对懂命令的,太小菜一碟了。-The call of the CMD network command, 360 may be removed as a virus. If you are not a
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:544161
    • 提供者:liuhan
  1. Sasser

    0下载:
  2. 震荡波源代码第一部分,虚拟机使用,C语言编写,未编译,谨慎使用-Sasser first part of the source code, the virtual machine
  3. 所属分类:Network Security

    • 发布日期:2017-04-09
    • 文件大小:4285
    • 提供者:曹梦奇
  1. image-processing

    0下载:
  2. 人眼對於強度變化不夠敏銳,因此透過虛擬色彩可使影像較易分辨,將輸入的灰階影像進行三個獨立的顏色對應(RGB)轉換,再形成複合影像。 此次作業請同學實作步驟如下: 1. 請下載附件image.tif 2. 根據課本figure 6.25的兩種轉換函數,將image.tif 實作出如同課本Figure 6.24(b)(c)的虛擬色彩增強效果。-A keen eye for intensity change is not enough, so the image can be more e
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:416089
    • 提供者:luxiao
  1. FileMapping

    0下载:
  2. 用于在Windows系统中的内存映射操作,简单好用-a simple file mapping C++ class in windows , use for simple virtual memory allocation or file access
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:1492
    • 提供者:mailto888
  1. FTPDemo

    0下载:
  2. Writing in the Java programming language is the primary way to produce code that will be deployed as Java bytecode. There are, however, bytecode compilers available for other languages such as Ada, Javascr ipt, Python, and Ruby. Several new languages
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:231642
    • 提供者:suresh
  1. VirtualPrinter.v1.0

    0下载:
  2. 虚拟打印源码包,在部分是基于C++,一少部分是用DELPHI写的,至今没有发现第二个版本,这是1.0版本-Virtual Print source package, in part based on C++, a small part is written in DELPHI, has not found the second version, which is version 1.0
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-01
    • 文件大小:854379
    • 提供者:13558702280
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 »
搜珍网 www.dssz.com