CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 数据类型

搜索资源列表

  1. 51SCM-Instance

    0下载:
  2. 使用C语言熟悉单片机的工作频率 I/O口的引脚功能 不同数据类型控制LED灯闪烁时间-Familiar microcontroller operating frequency using the C language I/O port pins of different data types to control LED lights blinking time
  3. 所属分类:SCM

    • 发布日期:2017-11-22
    • 文件大小:5322
    • 提供者:赵坤东
  1. datachange

    0下载:
  2. 本人收集了一些相关VC数据类型转换实例,供初学者很好理解各种类型转换方法。-I collected some the VC data type conversion examples, for beginners a good understanding of the various types of conversions.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-29
    • 文件大小:12549
    • 提供者:keke
  1. ds_3

    0下载:
  2. 数据结构基本数据类型的实现,包括堆栈,队列,动态表-The realization of the basic data types of the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:28406
    • 提供者:程亮亮
  1. bass_PELoader

    0下载:
  2. BASS_2.4.9模块_112个DLL命令_312个常量_28个数据类型 dll命令,常量,数据类型,差不多是收集齐全了, 添加几个常用的命令,写个小播放器差不多能能成了,其他的可以在自己添加 画频谱,支持渐变矩形,复制别人的代码,修改了下,可以凑合使用 完全使用核心支持库,没有第三方支持库-_112 BASS_2.4.9 module DLL command _312 constant _28 data type dll commands, constants, data t
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-29
    • 文件大小:321090
    • 提供者:乔克蕾
  1. K60_inter_flash

    0下载:
  2. K60 内部flash interface,裸跑的话修改其中的打开与关闭总中断标示与数据类型-K60 internal flash interface, run naked to modify one of the opening and closing total interrupt labeled with the type of data
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-01
    • 文件大小:3667
    • 提供者:yue
  1. TransNum2

    0下载:
  2. float数据类型和十六进制之间的转换,以及十六进制和二进制的转换-conversion between float data type and hexadecimal
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:164876
    • 提供者:bobocai
  1. oracle_all_function

    0下载:
  2. oracle 常用函数集合,oracle速查手册包括cmd段应用,oracle常用数据类型和函数-the oracle collection of commonly used functions, Oracle Quick Reference cmd segment applications, oracle commonly used data types and functions
  3. 所属分类:Oracle

    • 发布日期:2017-12-02
    • 文件大小:7495465
    • 提供者:mile
  1. List

    1下载:
  2. 能够对于不同的数据类型进行表的初始化,销毁,插入,删除,查找,元素的遍历等操作。并且注意边界条件。要求有测试案例和输出结果-The table is initialized for different data types, destroy, insert, delete, find elements traversal operation. Also note that the boundary conditions. Requires a test case and output resul
  3. 所属分类:Other Databases

    • 发布日期:2017-11-27
    • 文件大小:1097764
    • 提供者:孙弯弯
  1. DBMS

    0下载:
  2. 数据库管理系统与密码安全provinding完全自由地创建n多的数据库与n表有n字段。表中的字段可以创建通过提供一个特定的数据类型这样的整数、字符串、浮动等和记录条目被绑定到该数据类型的我。e不能输入一个字符串在整数字段。该系统还提供了一个工具来编辑、查看、删除记录。这是一个分层的风格体系,首先创建一个数据库,那么它创建表和最后字段。-Database management system with password security provinding complete freedom to
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-19
    • 文件大小:31176
    • 提供者:夜夏
  1. MATLABTutorial

    0下载:
  2. matlab入门 包括矩阵运算 字符串和其他数据类型 线性方程系统 特征之和特征向量-matlab entry, including the characteristics of the system of linear equations of the the matrix operations strings and other data types and eigenvectors
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:14933714
    • 提供者:任鹏
  1. transform-basic-data-type-to-CString

    0下载:
  2. 说明如何将基本数据类型转换成CString类型,READ ME包含了各个文件的详细说明-failed to translate
  3. 所属分类:File Operate

    • 发布日期:2017-11-08
    • 文件大小:17895
    • 提供者:wu qiong
  1. byte-TO-WROD

    0下载:
  2. 数据类型转换:将byte类型转换为WROD类型,使用VC++编译器即可运行-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:18261
    • 提供者:wu qiong
  1. map

    0下载:
  2. 映射(Map)和多重映射(Multimap)是基于某一类型Key的键集的容器,提供对TYPE类型的数据进行快速和高效的检索。 对Map而言,键只是指存储在容器中的某一成员。 Multimap允许重复键值,Map不允许。 Map和Multimap对象包含了键和各个键有关的值,键和值的数据类型是不相同的,这与Set不同。 Map内部数据的组织是一颗红黑树(一种非严格意义上的平衡二叉树),这颗树具有对数据自动排序的功能,所以在Map内部所有的数据Key都是有序的。 -failed
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-21
    • 文件大小:12535
    • 提供者:dirdir
  1. radar

    0下载:
  2. 偏振雷达数据处理,偏振雷达基本数据格式按照2.0数据格式标准,在数据类型类型中增加了5个偏振量,分别为ZDR、PHDP、KDP、LDRH、ROHV-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:545
    • 提供者:mumuyu
  1. SmallApp

    0下载:
  2. 对于未知长度的txt数据,其中txt数据分为两列。开发环境为vs2010,txt数据类型为整数型。-Data of unknown length txt, txt data is divided into two. The development environment for the VS2010 the txt data type is an integer type.
  3. 所属分类:File Operate

    • 发布日期:2017-11-11
    • 文件大小:2567355
    • 提供者:long
  1. ex8led

    0下载:
  2. 使用C的不同数据类型的延时函数控制LED流水灯闪烁,用不同数据类型控制灯闪烁时间,定义无符号整形变量,双字节数据,值域为0~65535,程序分别用整形数据、字符型数据延时时间,主程序用循环延时打开熄灭流水灯。-C of different data types delay function control LED lights flashing, blinking time with different data types defined unsigned integer variable,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:8392
    • 提供者:吴新泉
  1. stm32f10x_map

    0下载:
  2. 低版本STM32F10X系列数据类型定义片内外设命名,驱动包含等,方便升级固件库时与新版本移植-Lower version STM32F10X library for typedef include driver
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-17
    • 文件大小:4721
    • 提供者:
  1. polynomial

    0下载:
  2. H11增强Polynomial类 (1) 以动态数组实现多项式类。多项式系数的最大上限为int数据类型能表示的最大整数,但在构建对象时不指定系数上限 (2) 对两个Polynomial类对象的运算,分别重载“+”“-”运算,并能够级联调用 (3) 重载“<<”操作符,并能级联调用。 (4) 重载赋值运算符“=”,思考为何必须重载该运算符,如果不重载会发生什么问题? -H11 Enhanced the Polynomial class (1) dynamic arr
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:1651
    • 提供者:张国
  1. lab01

    0下载:
  2. 本实验用例为验证抽象数据类型复数的实现,主要实现c下实现抽象数据类型的加法、减法、乘法运算及复数的形式化输出。-The cases used in this experiment to verify the implementation of abstract data types plural, the main achievement of abstract data types of addition, subtraction, multiplication and plural form
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:13056
    • 提供者:Andy
  1. Floyd

    0下载:
  2. 用弗洛伊德算法实现最短路径的求解,用到的抽象数据类型为邻接矩阵类型和有向图类型类型-Floyd algorithm to achieve the shortest path to solve abstract data types used in the adjacency matrix type and have the type of diagram types
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:180578
    • 提供者:丁洁琼
« 1 2 ... 35 36 37 38 39 4041 42 43 44 45 ... 50 »
搜珍网 www.dssz.com