虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

pre-fixSpan

  • About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses

    About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl

    标签: C. hamsterdb structure database

    上传时间: 2013-12-11

    上传用户:LouieWu

  • Hey. This some pid code for the atmega88 that I once used to control a heater. It s purpose is pre

    Hey. This some pid code for the atmega88 that I once used to control a heater. It s purpose is pretty specific, and I only wrote it to work on the mega88, so the code itself won t be too useful. It is a good place to start if you re trying to use or figure out pid though.

    标签: control purpose atmega heater

    上传时间: 2013-12-19

    上传用户:天诚24

  • This code was used to produce simulation results described in: Using Directional Antennas to Pre

    This code was used to produce simulation results described in: Using Directional Antennas to Prevent Wormhole Attacks Lingxuan Hu and David Evans. Network and Distributed System Security Symposium, San Diego, 5-6 February 2004.

    标签: Directional simulation described Antennas

    上传时间: 2014-12-06

    上传用户:xieguodong1234

  • 相信有很多用户在使用华为的代理上网吧

    相信有很多用户在使用华为的代理上网吧,是不是在linux下无法上网头疼呢,我花了一个星期的时间,弄到华为的代理和linux下所需的rpm包了 基于fedora 7下 操作很简单,我给出简要提示 1.使用root用户登陆安装rpm包 #]rpm -ivh compat-libstdc++-7.3-2.96.110.i386.rpm #]./pre.ps #]linux1x -c 下面问的问题很简单,一路yes,注意最后问你是否改变日志的存放位置,no就可以,用默认的路径 然后(确保你的网卡已经激活) #]linux1x –u username/password –n eth0

    标签: 多用 华为 代理

    上传时间: 2013-12-20

    上传用户:417313137

  • 很经典的空时编码书籍

    很经典的空时编码书籍,英文版。 "Space-Time Coding Theory and Practice" writen by Hamid Jafarkhani Cambridge Pre

    标签: 空时编码 书籍

    上传时间: 2016-04-19

    上传用户:onewq

  • Recent work by Petricoin and Liotta and co-workers (Petricoin et al. Use of proteomic patterns in se

    Recent work by Petricoin and Liotta and co-workers (Petricoin et al. Use of proteomic patterns in serum to identify ovarian cancer. Lancet. 2002 Feb 16 359(9306):572-7. PMID: 11867112) has generated a lot of excitement and controversy. This example shows some ways that MATLAB can be used to read, visualize, pre-process (base-line correction, resample) and classify the data. The data can be downloaded from http://home.ccr.cancer.gov/ncifdaproteomics/ppatterns.asp

    标签: Petricoin co-workers and proteomic

    上传时间: 2016-04-28

    上传用户:hewenzhi

  • The GSMSP uses the USRP hardware device to receive data from the GSM band. This data is raw and pre

    The GSMSP uses the USRP hardware device to receive data from the GSM band. This data is raw and pretty useless unless filtered correctly.

    标签: data the hardware receive

    上传时间: 2014-01-14

    上传用户:asddsd

  • E文版的经典C语言书籍 The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Pre

    E文版的经典C语言书籍 The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 19

    标签: M. W. programming Kernighan

    上传时间: 2013-12-11

    上传用户:cazjing

  • 该程序的功能为已知二叉树中序遍历和后序遍历序列

    该程序的功能为已知二叉树中序遍历和后序遍历序列,求二叉树的二叉链表结构,程序中假设前序序列和中序序列已经分别储存在数组Pre和In中,由子树的前序和中序序列建立其二叉链表,在中序序列中查找子树根,计算左右子树的大小,置队列为空队列,输出左右孩子并入队列中

    标签: 程序 二叉树 序列

    上传时间: 2014-02-05

    上传用户:Amygdala

  • The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full

    The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full inference package, includes several methods for approximate inference: Loopy Belief Propagation, Generalized Belief Propagation, Mean-Field approximation, and 4 monte-carlo sampling methods (Metropolis, Gibbs, Wolff, Swendsen-Wang). Use "help inference" from Matlab to see all options for usage. 2. gbp_preprocess.m and gbp.m These 2 interfaces split Generalized Belief Propagation into the pre-process stage (gbp_preprocess.m) and the inference stage (gbp.m), so the user may use only one of them, or changing some parameters in between. Use "help gbp_preprocess" and "help gbp" from Matlab. 3. simulatedAnnealing.m An interface to the simulated-annealing c-code. This code uses Metropolis sampling method, the same one used for inference. Use "help simulatedAnnealing" from Matlab.

    标签: Matlab-interfaces inference interface the

    上传时间: 2016-08-27

    上传用户:gxrui1991