-
This document contains a general overview in the first few sections as well as a...
This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMpython. If you re already familiar with SVMpython, it s possible to get a pretty good idea of how to use the package merely by browsing through svmstruct.py and multiclass.py. This document provides a more in depth view of how to use the package.
Note that this is not a conversion of SVMstruct to Python. It is merely an embedding of Python in existing C code. All code other than the user implemented API functions is still in C, including optimization.
- 2022-05-13 10:59:05下载
- 积分:1
-
词法分析器。
要求:1.读出所给文件的所有词
2.将所有词输出写入一个txt文档中。
3.每个词用特殊符号‘^’隔开
源程序为自己所编译的c...
词法分析器。
要求:1.读出所给文件的所有词
2.将所有词输出写入一个txt文档中。
3.每个词用特殊符号‘^’隔开
源程序为自己所编译的cpp文件,即“text2.cpp”,Compile――〉Build――〉BuildExiecute,将结果写入另一个文件“after_execute.txt”中。
-lexical analyzer. Requirements : 1. Read out documents to all the words of two. Output of all words into a txt documents. 3. Each word with a special symbol "^" separate source for the translation of their documents cpp, "text2.cpp" Compile-- "Build--" BuildExiecute. The results will be included in another document "after_execute.txt".
- 2022-01-31 14:44:26下载
- 积分:1
-
cadense capure cis help
cadense capure cis help
- 2022-03-13 00:18:22下载
- 积分:1
-
过采样NPRDFT调制滤波器组设计 欢迎下载
过采样NPRDFT调制滤波器组设计 欢迎下载-Oversampled modulated filter banks design NPRDFT welcome to download
- 2023-01-04 19:20:03下载
- 积分:1
-
LPC2210
LPC2210-user,when you study arm you should use it.-LPC2210-user, when you study arm you should use it.
- 2022-06-28 15:21:48下载
- 积分:1
-
6502汇编器
要将6502汇编语言源文件汇编成二进制文件
6502汇编器
要将6502汇编语言源文件汇编成二进制文件-Assembler 6502 to 6502 assembly language source files compiled into binary files
- 2022-02-04 11:13:11下载
- 积分:1
-
Car Sales Simulation Program with QT (ver 4.5.3, using MS Visual Studio 2008)
Car Sales Simulation Program with QT (ver 4.5.3, using MS Visual Studio 2008)
- 2022-02-01 08:45:02下载
- 积分:1
-
蓝牙的简单介绍:包含基带层协议、链路管理协议、逻辑链路控制和适配协议、服务搜索协议等其它协议。...
蓝牙的简单介绍:包含基带层协议、链路管理协议、逻辑链路控制和适配协议、服务搜索协议等其它协议。-Bluetooth simple introduction: contains the base-band layer protocol, Link Management Protocol, Logical Link Control and Adaptation Protocol, service agreements and other agreements english.
- 2022-03-07 07:15:49下载
- 积分:1
-
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E...
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E->E+T|E-T|T
T->T*F|T/F|F
F->id|(E)|num-Write parser to achieve parsing of arithmetic expressions. Requirements analysis arithmetic expressions generated by the following grammar: E-> E+ T | ET | T T-> T* F | T/F | F F-> id | (E) | num
- 2022-05-14 08:22:03下载
- 积分:1
-
baud rate calculation assistant V1.0 date : 2004
波特率计算助手V1.0
日期:2004-8-28
51波特率计算助手,可以计算波特率、记数初值等
作者:赵兵败
oicq:25767751
email:killer523@163.com-baud rate calculation assistant V1.0 date : 2004-2006-8-28 51 baud rate calculation aides, baud rate can be calculated, such as initial counting Author : Zhao defeated Live : 25767751 email : killer523@163.com
- 2022-02-04 10:46:40下载
- 积分:1