搜索资源列表
extremedb2.3linux
- eXtremeDB完全工作在主内存中,不基于文件系统,减少了诸如磁盘访问、文件I/O操作、缓存同步等开销,使得eXt remeDB的存取速度提高到极限;通过数据库定义语言面向应用系统定制的API使得eXtremeDB能够面向应用最优化;事 件触发、字段优先级等特色使得eXtremeDB管理实时数据时具有确定性。 eXtremeDB根据用户需求定义的API使得eXtremeDB与应用程序无缝集成。因此,eXtremeDB不仅在系
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6
中文版SQL Server2000开发与管理应用实例
- 第 1 章 安装和配置SQL Server 1 1.1 SQL Server的版本和版本选择 1 1.2 安装SQL Server的常见问题 3 1.3 如何理解实例 5 1.4 如何实现无值守安装 5 1.5 Desktop Engine 9 1.5.1 MSDE 2000概述 9 1.5.2 获取MSDE 2000 9 1.5.3 安装MSDE 2000 10 1.5.4 管理MSDE 2000 11 1.5.5
《Windows核心编程(第四版)》中文版.rar
- 目 录 译者序 前言 第一部分 程序员必读 第1章 对程序错误的处理 1 1.1 定义自己的错误代码 4 1.2 ErrorShow示例应用程序 5 第2章 Unicode 11 2.1 字符集 11 2.1.1 单字节与双字节字符集 11 2.1.2 Unicode:宽字节字符集 12 2.2 为什么使用Unicode 13 2.3 Windows 2000与Unicode 13 2.4 Windows 98与Unicode 13
extremedb2.3linux
- eXtremeDB完全工作在主内存中,不基于文件系统,减少了诸如磁盘访问、文件I/O操作、缓存同步等开销,使得eXt remeDB的存取速度提高到极限;通过数据库定义语言面向应用系统定制的API使得eXtremeDB能够面向应用最优化;事 件触发、字段优先级等特色使得eXtremeDB管理实时数据时具有确定性。 eXtremeDB根据用户需求定义的API使得eXtremeDB与应用程序无缝集成。因此,eXtremeDB不仅在系
48304
- this for the ac48304 founction in voip.-this for the ac48304 founction in 1/1/2006.
003
- 第3章 隐藏实现 42 3.1 设置限制 42 3.2 C++的存取控制 42 3.3 友元 44 3.3.1 嵌套友元 45 3.3.2 它是纯的吗 48 3.4 对象布局 48 3.5 类 48 3.5.1 用存取控制来修改stash 50 3.5.2 用存取控制来修改stack 51 3.6 句柄类(handle classes) 51 3.6.1 可见的实现部分 51 3.6.2
shuzihewenti
- 描述: 数字河中的一个数n 的后继数是n 加上其每位数字的和。例如,12345的后继数是12360,因为12345+1+2+3+4+5=12360。如果数字河的第一个数为k,我们就称此数字河为river k。例如,river 480 代表序列{480, 492, 507, 519, ...},river 483 代表序列{483, 498, 519, ...}。 当两个数字河有相同的元素时,我们称这两个数字河在此元素处相
hfssdzlbq
- 微波仿真论坛_hfss中文教程.458-483.微带带阻滤波器,微波仿真论坛_hfss中文教程.458-483.微带带阻滤波器-Microwave simulation Forum _hfss Chinese tutorial .458-483. Microstrip band stop filter, microwave simulation Forum _hfss Chinese tutorial .458-483. Microst
3g
- At the beginning of 2004, the standards for third generation (3G) cellular technology were embodied in 483 Technical Specifications published by the two Partnership Projects: 3GPP and 3GPP2.
3G_Americas_Defining_4G_WP_July2007
- At the beginning of 2004, the standards for third generation (3G) cellular technology were embodied in 483 Technical Specifications published by the two Partnership Projects: 3GPP and 3GPP2.
3G_Tutorial
- At the beginning of 2004, the standards for third generation (3G) cellular technology were embodied in 483 Technical Specifications published by the two Partnership Projects: 3GPP and 3GPP2.
4GMobile
- At the beginning of 2004, the standards for third generation (3G) cellular technology were embodied in 483 Technical Specifications published by the two Partnership Projects: 3GPP and 3GPP2.
CpuTimer2
- 定时器 2 实验 F2812 上有3 个 32 位的 CPU 定时器,本程序主要对 CPU 定时器 2 进行操作, 200MS 产生一次中断。使用时,按以下步骤进行: (1)点击“CCS”,启动Code Composer Studio 开发环境 (2)点击【project】 【Open…】打开“CpuTimer2”文件夹下的“CpuTimer2.PJT”。 (3)重新编译完毕。 (4)点击【Fi
STC89C52-STC-ISP-V4.83
- STC系列单片机下载程序软件,绿色免安装版,单片机系列全面。欢迎你的下载。-STC series single-chip download program software, free installation, comprehensive microcontroller family. You are welcome to download.
CPPprogram
- 编写程序实现输入整数n,输出如下所示由数字组成的菱形。 输入4×4的数组,编写程序实现: (1)求出对角线上各元素的和; (2)求出对角线上行、列下标均为偶数的各元素的积; (3)找出对角线上其值最大的元素和它在数组中的位置。 用递归法将一个整数n转换成字符串。例如,输入483,应输出字符串“483”。n的位数不确定,可以是任意位数的整 有一字符串,包含n个字符。写一函数,将此字符串中从第m个字符开始的全部字
Fibonacci-sequence
- 此程序为C++语言的程序,可以输出斐波那契数列,特点是采用线性表的数据结构处理加法运算,对每一位数进行运算,并进位,解决了由于int或long int甚至unsigned long int(0~2^32-1=4294967295)的精度范围限制,此算法的精度范围主要受项数n(int)的范围(1~2^31-1=2147483647)影响-This program is C++ language program, you can outpu
regress-483
- This test examples from the specification.
483-343
- Neural Network Survey This paper is one of most popular papers in the world. Neuro-Fuzzy Systems: A Survey
L4_3
- 实验数据集为:(0.697 0.460)、(0.774 0.376)、( 0.634 0.264)、(0.608 0.318)、(0.556 0.215)、(0.403 0.237)、(0.481 0.149)、(0.437 0.211)、(0.666 0.091)、(0.243 0.267)、(0.245 0.057)、(0.343 0.099)、(0.639 0.161)、(0.657 0.198)、(0.360 0.370)、(0