搜索结果

找到约 972 项符合 new 的查询结果

按分类筛选

显示更多分类

其他 SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for part-of-speech taggi

SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for part-of-speech tagging) specify the sequence of words along with the correct assignment of tags (i.e. states). The goal is to predict the tag sequences for new sentences.
https://www.eeworm.com/dl/534/230047.html
下载: 82
查看: 1056

其他书籍 An example to accompany PCW March 2004 Visual Programming Hands On. To use, open the solution in

An example to accompany PCW March 2004 Visual Programming Hands On. To use, open the solution in the SchoolApp folder. April 2004: Now revised to add New and Delete options. Tim Anderson http://www.itwriting.com/pcw/
https://www.eeworm.com/dl/542/231699.html
下载: 35
查看: 1048

软件设计/软件工程 #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l

#include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l cin> x while(x) { unsigned long *p=new unsigned long[x+1] if(p==NULL) { cerr<<"error!"<<endl abort() } for(warcraft=0 warcraft<=x warcraft++) *(p+warcraft)=0 *p=1 for(warcraft=0 war ...
https://www.eeworm.com/dl/684/232946.html
下载: 113
查看: 1102

软件设计/软件工程 MPEG4 码率控制 VM18 改进型算法

MPEG4 码率控制 VM18 改进型算法,A New Rate Control Algorithm for MPEG-4 Video Coding
https://www.eeworm.com/dl/684/232978.html
下载: 100
查看: 1043

其他 An AHB system is made of masters slaves and interconnections. A general approach to include all poss

An AHB system is made of masters slaves and interconnections. A general approach to include all possible "muxed" implementation of multi layered AHB systems and arbitrated AHB ones can be thought as an acyclic graph where every source node is a master, every destination node is a slave and every int ...
https://www.eeworm.com/dl/534/233214.html
下载: 181
查看: 1043

软件设计/软件工程 In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadl

In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t support priority inheritance protocol since it does not allow ...
https://www.eeworm.com/dl/684/233661.html
下载: 196
查看: 1071

编译器/解释器 Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard

Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping strtok() fed with new input, and I don t like the schlepp. ...
https://www.eeworm.com/dl/628/235246.html
下载: 165
查看: 1054

matlab例程 When I first studied Kalman filtering, I saw many advanced signal processing submissions here at the

When I first studied Kalman filtering, I saw many advanced signal processing submissions here at the MATLAB Central File exchange, but I didn t see a heavily commented, basic Kalman filter present to allow someone new to Kalman filters to learn about creating them. So, a year later, I ve written a v ...
https://www.eeworm.com/dl/665/237647.html
下载: 41
查看: 1052

其他 IBM关于声音应用开发的白皮书.This white paper is intended for software developers who want to learn about the too

IBM关于声音应用开发的白皮书.This white paper is intended for software developers who want to learn about the tools and techniques available to create new voice applications.
https://www.eeworm.com/dl/534/238416.html
下载: 64
查看: 1041

其他书籍 With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to s

With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to safely test and debug applications, network services, and even kernels. You can try out new distributions, experiment with buggy software, and even test security. Now, for the first time, the creator a ...
https://www.eeworm.com/dl/542/238506.html
下载: 148
查看: 1057