-
svm training is a good way to fast, source code integrity, simple and understand...
smo是训练svm的一种快速的好方法,源代码完整,简单易懂.-svm training is a good way to fast, source code integrity, simple and understandable.
- 2022-03-02 20:43:24下载
- 积分:1
-
基于VC++的segy数据合成软件及代码,用来将文本的数据合成SEGY格式数据...
基于VC++的segy数据合成软件及代码,用来将文本的数据合成SEGY格式数据-Txt data to segy date
- 2022-02-26 22:00:57下载
- 积分:1
-
自由曲面分析C++代码
为将测量坐标系匹配到CAD坐标系,研究了自由曲面检测中被测曲面和设计曲面的匹配方法,提出了多级匹配策略.首先进行曲面的粗匹配,使实测曲面和设计曲面保持大致相同的位置和姿态,即先定义曲面中心,然后搜索4个角点,通过这5个点的匹配实现粗定位.接着在粗定位的基础上进行精定位,通过对目标函数的变形,提出了一种新的方法来完成对位姿关系的求解.最后通过一个自由曲面的仿真实验,验证了方法的有效性.
- 2023-06-02 21:05:04下载
- 积分:1
-
2410, Nicholson, AD
2410下,wince下,AD驱动程序,对开发很有用-2410, Nicholson, AD-driven procedures, the development of useful
- 2022-02-13 01:02:37下载
- 积分:1
-
Sample JPEG Album
Sample JPEG Album -Sample JPEG Album !!!!
- 2022-07-21 06:52:37下载
- 积分:1
-
RayleighChan
然后利用Linear或DFT插植 RayleighChan %在同一个符号中选择子载波作导频%通道: awgn 信道下,的士,到来,途中,停车%仅在Taxi1部分给出详细注释由于各部分大同小异%所有的信道仅对ChannelAeroT1做了详细的注释注意 %! = 由于后期经过修改,程序中,NumSubc指的事载有信息的子载波数,%而NumSubc+Numpps为子载波总数,其中Numpps为导频数(需为128的约数加1)%修改纪录:(1) 2008年-01-21%将SNR步进改为2dB%(2) 2008年-02-28 $$$ 1提供的减轻ICI和噪声的方法启用标志sigLp
- 2023-08-08 05:20:03下载
- 积分:1
-
一个经典的direct程序。用C++编写类来包装Direct API。想成为高手必看!...
一个经典的direct程序。用C++编写类来包装Direct API。想成为高手必看!-A classical program about direct.It encapsulates direct API with C++ class,it is helpful for you!
- 2022-01-20 23:30:46下载
- 积分:1
-
Southern region a popular cake Game Bo. Yes I am because of early development, t...
闽南地区流行的一种博饼游戏。因为是本人早期开发的,还没有图形界面。代码是用c,c++混合写的。主要思想还是偏向于面向过程-Southern region a popular cake Game Bo. Yes I am because of early development, there is no graphical interface. Code is c, c++ mixed-written. The main idea is still biased in favor of process-oriented
- 2022-02-13 12:04:47下载
- 积分:1
-
公历年月日和儒略日之间的互相转换,还包括一些其他的日期转换程序...
公历年月日和儒略日之间的互相转换,还包括一些其他的日期转换程序-Julian calendar date and the mutual conversion between the
- 2022-02-27 06:11:38下载
- 积分:1
-
题目要求:读入两个小于100的正整数A和B,计算A+B。
需要注意的是:A和B的每一位数字由对应的英文单词给出。
输入格式:测试输入包含若干测试用例,每...
题目要求:读入两个小于100的正整数A和B,计算A+B。
需要注意的是:A和B的每一位数字由对应的英文单词给出。
输入格式:测试输入包含若干测试用例,每个测试用例占一行,格式为"A + B =",相邻两字符串有一个空格间隔。当A和B同时为0时输入结束,相应的结果不要输出。
输出格式:对每个测试用例输出1行,即A+B的值。
输入样例:
one + two =
three four + five six =
zero seven + eight nine =
zero + zero =
输出样例:
3
90
96-Title request: read two positive integer less than 100 of the A and B, calculate A+ B. It should be noted that: A and B each of the figures by the corresponding English words are given. Input format: test input contains a number of test cases, test cases for each line, the format for the " A+ B =" , a string of adjacent spaces in the two intervals. When A and B at the same time 0:00 to the end of input, not output the results of the corresponding. Output Format: For each test case output a line, that is, the value of A+ B. Input sample: one+ two = three four+ five six = zero seven+ eight nine = zero+ zero = output sample: 39,096
- 2022-05-18 03:32:14下载
- 积分:1