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

搜索资源列表

  1. smart_ptr

    0下载:
  2. 超越BOOST的C++智能指针 实现了同一指针初始化多个smart_ptr和BOOST的可以转换类型的smart_ptr的相互赋值-Beyond the BOOST smart pointers in C++ to achieve the same target multiple smart_ptr and BOOST initialization can be converted to the type of the mutual assignment of smart_ptr
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:994
    • 提供者:BruceLee
  1. compileWithDX9

    0下载:
  2. 1. 1.a make sure that the platform sdk is in first in Options Library directories. 1.b make sure that the dx library is last in order in Options Library directories. 1.c In the Project Properties->Configuration Properties->Linker->Inp
  3. 所属分类:DirextX

    • 发布日期:2017-03-28
    • 文件大小:622
    • 提供者:versille
  1. abc

    0下载:
  2. C#语言做的极品小蜜蜂,本来是想做成飞机的,无奈没有找到飞机图片,于是用一只蜜蜂代替。本游戏属于碰撞类游戏,主要用到了aabb类。游戏中的物体都是该类派生的子类。 -C# language to the Need for small bees, wanted to made the aircraft, but unfortunately did not find the aircraft pictures, so instead of using a bee. This game is pa
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:229099
    • 提供者:陈文奇
  1. Windows_(Explorer.exe)_Extension_for_c++_builder.

    0下载:
  2. This is an example of Windows Extension (Explorer.exe). Source was written by me for C++ Builder ONLY! After registering it you will see some new items (including submenu) in your context menu associated with certain file type. Actions for these item
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-23
    • 文件大小:292273
    • 提供者:Alex
  1. SourceCodebasicprogrammingusingc++

    0下载:
  2. The CD that accompanies this book (Basic Programming in C++) contains the solutions to the exercises available in the book. The exercises solutions are arranged in Solutions directory according to the chapters in the book. Under each chapter directo
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1127529
    • 提供者:cyberguy
  1. qiusushu

    0下载:
  2. 本程序是用来计算两个整数之间的所有素数的。 反复运用了6k+-1的素数纯度比较高的性质。 由于采用的是double型数据,故可将范围扩大至 1位数---15位数,不过由于程序调整,所属如范围 与所得范围间有一个6倍关系 该程序可用vc++6.0,或者cfree3.5,---4.0都可以正常编译,如有运行异常,可按Ctrl+c,强行中止!-This program is used to calculate the two integers all prime numbers
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:2004
    • 提供者:赖海燕
  1. HungryAnt

    0下载:
  2. 很有型的,贪吃蛇游戏,我都玩了好多遍了,呵呵,感觉还不错,c写的!-Very type, Snake game, I have to play a lot of times, and Oh, feels pretty good, c write!
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:29497
    • 提供者:no
  1. ThinkC

    0下载:
  2. 本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。-Author of this book to learn C++ based on their personal experienc
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-02
    • 文件大小:14495677
    • 提供者:Alice
  1. FakeVariants

    0下载:
  2. 配合KOL减小程序大小的系统文件,制造超级小程序的配套设施-Fake variants.pas unit for Delphi6/Delphi7. Place it in a directory with your KOL/MCK (or other non-VCL) project, and this will save about 70K of code in the executable. Certainly, do it so, if you actuall
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:616
    • 提供者:
  1. CONFIG

    0下载:
  2. 这是一个C语言编程的软件,它的类型是tbC-This is a C language programming software, and its type is tbC
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:604878
    • 提供者:liyuan
  1. Csharpmianshi

    0下载:
  2. 收集一些C#程序员面试题常见示例代码,主要有:不同元素上使用特性、动态发射程序集、多次申明同一特性、多事件类型、反射工厂模式的实现、反射类型的使用、链式委托的返回值、链式委托、句柄的使用和转换、简单程序集、检查目标元素上的特性、工厂模式的传统实现、使用事件模拟场景、事件的示例、委托的实例、一个简单的委托、自定义特性。-Collection of some C# programmers face common examination questions sample code, mainly in
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:130266
    • 提供者:jingdzhen
  1. CSHARPSOCKET

    0下载:
  2. C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-23
    • 文件大小:9951
    • 提供者:鸣鸣
  1. MCQ

    0下载:
  2. 1. Which method must exist in every Java application? (a) main (b) init (c) begin (d) paint Correct answer is (a) 2. Which of the following is a valid literal of type float in Java? (a) 10.5d (b
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:57895
    • 提供者:Gaziza
  1. lesson19

    0下载:
  2. 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Procedures for the preparation of dynamic link library. Static library and
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:184183
    • 提供者:兰秀菊
  1. ch04

    0下载:
  2. 复合类型代码,包括数组,结构,指针,如何创建和存储文本字符串及如何使用C-风格字符数组和C++string类来处理文本输入和输出。-Compound type code, including arrays, structures, pointers, how to create and store text strings and how to use C-style character arrays and C++ string class to handle text input and o
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:11023
    • 提供者:明镜
  1. LABVIEW

    0下载:
  2. ,LabVIEW 作为国际上首推的编译型图形化编程语言,已经得到广泛地应用。本文正是阐述了在虚拟仪器LabVIEW 平台 上使用TCP/IP 协议进行远程视频监控的工作方法,即利用平台为用户提供的强大网络通信功能和现场无线网络等条件,并结合客户机/ 服务器(C/S)运行原理机制,实现了不同PC 机间的一对一、多对一及一对多的远程视频监控,同时具有视频图像的保存和缩放功能。-, LabVIEW on the devaluation of the compilation as an inte
  3. 所属分类:Software Testing

    • 发布日期:2017-04-09
    • 文件大小:1124370
    • 提供者:陈全
  1. term1

    0下载:
  2. c++面向对象小学期1 虽然是入门级,典型的c++小练习还是有些帮助的。当时拿分比较高。 实验一 简单C++程序设计 一1猜价格游戏 一2计算 N 以内的所有素数 实验二 类与对象 二1矩形 二2 圆形二3友元 实验三 数组与指针 矩阵 实验四 继承与派生 形状类 实验五 多态性 五1对Point类重载++和――运算符 五2实现复数类的运算重载 实验六 流式IO 六1 六2 六3 实验七 C++程序设计应用 七
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:20108
    • 提供者:木子李
  1. zhipaishibie

    1下载:
  2. 在VC++环境下实现打开、显示一幅纸牌图。将提供的几幅图片中的纸牌进行分类和识别,功能:a、判断出是哪种类型(共四类:红桃,梅花、黑桃、方块);b、检测出点数(1,2,3,4,5,6,7,8,9,10,J,Q,K);c:将上述检测的结果通过窗口输出。-In VC++ environment to achieve open, showing a card map. Will provide the pieces of the picture cards for sorting and identi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1105146
    • 提供者:chen
  1. faceeditapp

    0下载:
  2. C++在RichEdit中使用诸如表情一类的图象类,VC6和VC7两个版本的都有,示例程序同样支持两种环境,编译无错,请将编译后的EXE文件拷贝至项目根目录下运行,以便于程序能调用res目录中的资源文件-C++ in the RichEdit using images such as the expression of a class type, VC6 and VC7 have two versions, sample programs also support both environmen
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:67388
    • 提供者:松公子
  1. compiler

    0下载:
  2. 一个C语言子集的编译器源码,包括词法分析、语法分析、语法树生成、类型检查、代码生成等编译的完整过程。同是附有详细文档。-A C language subset compiler, source code, including the lexical analysis, syntax analysis, syntax tree generation, type checking, code generation and so the whole process of compilation. Is
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:884253
    • 提供者:winter
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com