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

Various

  • This the implementation of structural SVM for training complex alignment models for protein sequence

    This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology modeling. The structural SVM algorithm can incorporate many relevant features like secondary structure, relative exposed surface area, profiles and their Various interaction into the alignment model. It was developed under Linux and compiles under gcc, built upon the svm^light software by Thorsten Joachims.

    标签: implementation structural for alignment

    上传时间: 2014-01-11

    上传用户:chenbhdt

  • Universal Serial Bus (USB) is a communications architecture that gives a personal computer (PC) th

    Universal Serial Bus (USB) is a communications architecture that gives a personal computer (PC) the ability to interconnect a variety of devices using a simple four- wire cable. The USB is actually a two-wire serial communication link that runs at either 1.5 or 12 megabits per second (mbs). USB protocols can configure devices at startup or when they are plugged in at run time. These devices are broken into Various device classes. Each device class defines the common behavior and protocols for devices that serve similar functions. Some examples of USB device classes are shown in the following table

    标签: communications architecture Universal computer

    上传时间: 2015-12-08

    上传用户:stvnash

  • Samples are organized by chapter, and then by "application" or example name. You should open a proje

    Samples are organized by chapter, and then by "application" or example name. You should open a project in Visual Studio .NET through the .sln (solution) file. Note that Visual Studio .NET automatically creates Various temporary and debugging files in the obj and bin sub-directory for each project. The actual uncompiled code is only the .vb files that are contained in the root project directory.

    标签: application organized Samples chapter

    上传时间: 2015-12-14

    上传用户:ghostparker

  • This is a collection of m-files I created to complete a research project into the DC components of v

    This is a collection of m-files I created to complete a research project into the DC components of Various encoding techniques. Eight of the files create random bit sequences that conform to their coding requirements. The others were files I found useful in the scope of the project and supplement the generating m-files.

    标签: collection components complete research

    上传时间: 2015-12-23

    上传用户:lnnn30

  • This article describes a sniffer for Windows. WinSniff is an application for capturing packets on th

    This article describes a sniffer for Windows. WinSniff is an application for capturing packets on the network. It displays all the packets that are transmitted on the local network and gives detailed information about each header in the packet. In order to keep it simple, I am not dealing with application level protocols. If you are interested, you can add features to support Various application level protocols such as SMTP, FTP, NETBIOS etc

    标签: application describes capturing for

    上传时间: 2016-01-21

    上传用户:lijianyu172

  • This document contains a worksheet for entering the installation information required by AquaLogic

    This document contains a worksheet for entering the installation information required by AquaLogic Interaction 6.1, running on Windows. Print this document and use it to gather the host computer, portal, database, and additional information that you need to install and configure all of the Various AquaLogic Interaction components.

    标签: installation information AquaLogic worksheet

    上传时间: 2013-12-10

    上传用户:宋桃子

  • 非常好的MATLAB-KALMAN工具包

    非常好的MATLAB-KALMAN工具包,KPMstats is a directory of miscellaneous statistics functions written by Kevin Patrick Murphy and Various other people

    标签: MATLAB-KALMAN 工具包

    上传时间: 2016-02-14

    上传用户:lnnn30

  • This document is intended to serve as an introduction to Wavelet processing through a set of Matlab

    This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures). Each one of these five lectures should take between 1h and 2h in order to tests the Various features of the scripts. One should copy/paste the provided code into a file names e.g. tp1.m, and launch the script directly from Matlab comand line > tp1 . Some of the scripts contains "holes" that you should try to fill on your own. I also provide the complete correction of these lectures as a set of Matlab scripts, but you should try as much as possible to avoid using them.

    标签: introduction processing document intended

    上传时间: 2016-03-21

    上传用户:qlpqlq

  • The Wifidog project is an open source captive portal solution. It was designed primarily for wireles

    The Wifidog project is an open source captive portal solution. It was designed primarily for wireless community groups, but caters to Various other business models as well. If you have questions about the wifidog project, they may be answered in the FAQ. You may also be interested in seeing some of the community wireless groups, WISP s, universities, and private businesses currently using Wifidog across the globe.

    标签: primarily designed solution Wifidog

    上传时间: 2013-11-28

    上传用户:梧桐

  • // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image p

    // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image processing. // Conceptual background: // A histogram is just a frequency count of every pixel value in the image. // There are Various well-known mathematical operations that you can perform on an image // using histograms, to enhance the image, etc. // Histogram stretch (aka automatic gain control): // Stretches the image histogram to fill the entire range of values. This is a "point operation," // meaning each pixel is scaled to a new value, without examining the neighboring pixels. The // histogram stretch does not actually require you to calculate the full histogram. The scaling factor // is calculated from the minimum and maximum values in the image.

    标签: Sample Histogram Grabber sample

    上传时间: 2013-12-15

    上传用户:ryb