CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - type

搜索资源列表

  1. Runtime Type Information

    0下载:
  2. Runtime Type Information(RTTI)、Dynamic Creation、Persistence(Serialization)、Message Mapping、Command Routing等核心技术-Runtime Type Information (RTTI). Dynamic Creation. Persistence (Serialization). Message Mapping and Command Routing Core Technology
  3. 所属分类:网络编程

    • 发布日期:2010-07-09
    • 文件大小:116.86kb
    • 提供者:wangheng
  1. KWIC 的抽象数据类型风格的实现

    0下载:
  2. KWIC 的抽象数据类型风格的实现, 使用前拷贝kwic.txt到C盘根目录下!,KWIC abstract data type style to achieve, the use of pre-copying to C Packing kwic.txt directory!
  3. 所属分类:界面编程

    • 发布日期:2017-03-23
    • 文件大小:29.68kb
    • 提供者:lianse
  1. The-triangle-type-judgment

    1下载:
  2. 三角形类型判断,锐角三角形、钝角三角形、直角三角形-The triangle type judgment
  3. 所属分类:Button control

    • 发布日期:2017-05-10
    • 文件大小:2.21mb
    • 提供者:chris
  1. Bootloader.tar

    0下载:
  2. true type font release
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:166.53kb
    • 提供者:Young June Park
  1. gothic

    0下载:
  2. gothic true type font
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3.29mb
    • 提供者:Young June Park
  1. CompleteRealizationOfTheClock-type

    0下载:
  2. 完整的时钟类的实现,运行程序可以输出程序自带的设置时间,并可以自己设置时间。-Complete realization of the clock type, operating procedures can bring their own output of the setup time and setup time can be their own.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-30
    • 文件大小:7.29kb
    • 提供者:白秋杨
  1. type

    0下载:
  2. 编写一个打字软件,用户打开软件时先出现欢迎界面,当用户输入字符’1’时,再进入打字界面 当用户按的是”ESC”键时,退出打字游戏 当用户输入不是数字”1”或者不是按的”ESC”键时,屏幕不动作,直到用户输入数字”1”或者按的”ESC”键时 -The preparation of a typing software, users first open the software interface appears welcome, when the user input characters'
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1.68kb
    • 提供者:ryan
  1. CAN_Send2-5int1_ok1

    0下载:
  2. LPC2478系类ARM的CAN控制器驱动程序-LPC2478 Department of the CAN-type ARM controller driver
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:257.87kb
    • 提供者:胡银凤
  1. type

    0下载:
  2. windows下相当于unix上的type命令-"Type" command on windows
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:6.5kb
    • 提供者:rate
  1. truetype

    0下载:
  2. 将 windows true type 字库生成 bmp文件资料及源码.-The windows true type fonts bmp documentation and source code is generated.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1.03mb
    • 提供者:何欣禧
  1. VB.programming.control.type.information

    0下载:
  2. VB编程控件类型信息代码VB code for programming the control type information -VB code for programming the control type information
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:1.49kb
    • 提供者:s
  1. C.Code.data.type.operations

    0下载:
  2. C编程设计数据类型操作代码C Programming Code data type operations -C Programming Code data type operations
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-30
    • 文件大小:14.9kb
    • 提供者:a
  1. Type-compatible

    0下载:
  2. 类型兼容原则: //1、引用就是对象或者变量的一个别名,它不是独立存在的。 //2、引用在定义的时候就必须初始化 //3、可以给引用赋值 //1、派生类的对象可以初始化基类的引用 //2、引用调用其类成员的时候,执行的是引用类方法。-Type compatible with the principle:// 1, the reference is an alias for an object or variable, it is not independent.// 2
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:681.49kb
    • 提供者:fdsf
  1. Page-type-store-manager1

    0下载:
  2. 很好的一个实验教程实例——页式存储管理器-Page type store manager
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1.18kb
    • 提供者:梦子
  1. c_compare-type

    0下载:
  2. 小小的程序,实现简单的c中类型比较和值比较-compare type
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:171.02kb
    • 提供者:xp
  1. person

    1下载:
  2. [设计要求]一、定义人员(person)类,其中至少包括姓名、性别、 电话、地址、邮政编码、邮箱、QQ号和类别(例如:同学、朋友等)。 二、实现下面的功能 1、设计菜单实现功能选择; 2、输入功能:输入人员信息,并保存到文件中; 3、查询功能:1)能够根据姓名、电话精确查询人员信息; 2)能够根据地址进行模糊查询人员信息; 3)根据人员类别查询人员信息 4、根据姓名对人员信息排序输出 5、能根据姓名、电话修改人员信息
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:5.64kb
    • 提供者:john lester
  1. Data-type-conversion

    0下载:
  2. C++中各类数据类型的转换,主要是字符型与其他数据类型之间的变换-In c + + all kinds of data type conversion, mainly is the character type and other data types of transformation between
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:7.64kb
    • 提供者:张晓宁
  1. Type-K-Thermocouple-Chart-C

    0下载:
  2. K TYPE THERMOCOUPLE Chart
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:16kb
    • 提供者:Adarsh
  1. fuzzy type 2

    0下载:
  2. fuzzy logic type toolbox
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1.28mb
    • 提供者:brahim
  1. Type-C方案-faed

    1下载:
  2. typed-C方案模块,兼容所有type-C的设备,支持HDMI,VGA,PD等接口。(type-C solution module, support interface ports of HDMI, VGA, PD, and compatible with all of the type-C devices.)
  3. 所属分类:其他

    • 发布日期:2019-05-23
    • 文件大小:1.2mb
    • 提供者:icu
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com