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

user-space

  • This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es

    This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized, see especially strtok,strstr,str[c]spn. They should work, but are not very easy to understand. Everything is done entirely within the register set, making the functions fast and clean.

    标签: functions string-include defines assumes

    上传时间: 2014-01-09

    上传用户:tedo811

  • The Lite Evaluation/Demonstration Kit is intended to illustrate use of the AN3042. The AN3042 is c

    The Lite Evaluation/Demonstration Kit is intended to illustrate use of the AN3042. The AN3042 is compliant to the PCI 2.1 Local Bus specification. Included in the kit is a PCI add-in card, Windows drivers, demonstration applications, and documentation of the hardware and software provided. The microprocessor used on the PCI add-in card is the Motorola MPC860. The applications themselves serve as documentation on how to interface with the drivers, and also may be used to test the AN3042 on the user s prototype board.

    标签: 3042 Demonstration Evaluation illustrate

    上传时间: 2016-04-08

    上传用户:二驱蚊器

  • Nagios is a powerful host and service monitoring program designed to run on most *NIX systems. It is

    Nagios is a powerful host and service monitoring program designed to run on most *NIX systems. It is written in C and designed to be fast and flexible. It has the ability to contact administrators via email, pager, or other user-defined methods.

    标签: monitoring designed powerful service

    上传时间: 2016-04-11

    上传用户:lepoke

  • 本书介绍了瑞萨FLASH 开发工具箱(FDT)的使用方法

    本书介绍了瑞萨FLASH 开发工具箱(FDT)的使用方法,简要目录如下: 第1章简介 第2 章系统概要 第3 章FDT 的使用方法 第4章等待脚本(Wait For Script) 第5章存取权限(Access Rights) 第6 章用户界面的配置(Configuring the User Interface) 第7章菜单(Menus) 第8章窗口(Windows) 第9 章Simple Interface Mode (简化界面模式) 第10 章Basic Simple Interface Mode (基础简化界面模式) 第11章现场写入(Field Programming) 第12 章E8 的升级 第13 章E8Direct 第14 章QzROM 的程序设计(QzROM Programming) 第15章锁定 第16章升级到FDT3.07

    标签: FLASH FDT 瑞萨 开发工具

    上传时间: 2016-04-14

    上传用户:xinzhch

  • In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve r

    In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: Nando de Freitas, Mahesan Niranjan and Andrew Gee Nonlinear State Space Estimation with Neural Networks and the EM algorithm After downloading the file, type "tar -xf EMdemo.tar" to uncompress it. This creates the directory EMdemo containing the required m files. Go to this directory, load matlab5 and type "EMtremor". The figures will then show you the simulation results, including ROC curves, likelihood plots, decision boundaries with error bars, etc. WARNING: Do make sure that you monitor the log-likelihood and check that it is increasing. Due to numerical errors, it might show glitches for some data sets.

    标签: Rauch-Tung-Striebel algorithm smoother which

    上传时间: 2016-04-15

    上传用户:zhenyushaw

  • 电路仿真程序 Classic Ladder is coded 100% in C.It can be used for educational purposes or anything you wan

    电路仿真程序 Classic Ladder is coded 100% in C.It can be used for educational purposes or anything you want... The graphical user interface uses GTK. In the actual version, the following elements are implemented : * Booleans elements * Rising / falling edges * Timers * Monostables * Compare of arithmetic expressions

    标签: educational anything purposes Classic

    上传时间: 2014-01-13

    上传用户:xg262122

  • 很经典的空时编码书籍

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

    标签: 空时编码 书籍

    上传时间: 2016-04-19

    上传用户:onewq

  • This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an inte

    This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an interrupt routine, where the AD-channel is put to Port4[2..0] and the upper nibble of the result is put to Port4[7..4]. Port 4 is connected to the user LEDs of the FlashCan100P Evaluation-Board

    标签: will D-channels conversion continous

    上传时间: 2013-12-09

    上传用户:zm7516678

  • 在DEBUG状态下

    在DEBUG状态下,显示中断向量表,找一个空闲的中断类型号,以此软中断作为新增加的系统调用中断。编制一个系统调用服务与初始化程序syscall.asm,要求包括以下两部分内容:① 系统调用服务例程;② 初始化程序:设置新的中断向量和驻留新增加的例程。编制一个用户程序user.asm,其目的是检测新增加的功能调用是否成功。在DEBUG状态下:① 查找中断向量表中新增加的系统调用的中断向量;② 显示扩充的中断服务例程;③ 找到该中断服务例程中使用的数据区。

    标签: DEBUG 状态

    上传时间: 2013-12-26

    上传用户:515414293

  • Creates a Gaussian mixture model with specified architecture.MIX = GMM(DIM, NCENTRES, COVARTYPE) tak

    Creates a Gaussian mixture model with specified architecture.MIX = GMM(DIM, NCENTRES, COVARTYPE) takes the dimension of the space DIM, the number of centres in the mixture model and the type of the mixture model, and returns a data structure MIX.

    标签: architecture COVARTYPE specified Gaussian

    上传时间: 2016-04-28

    上传用户:dyctj