SVMtoy 一个SVM图形化演示工具,可以直观地观察SVM的运行情况。
上传时间: 2015-05-27
上传用户:thinode
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
标签: government streamline important alphabet
上传时间: 2015-06-09
上传用户:weixiao99
本书第二部分讲述的是在Wi n 3 2平台上的Wi n s o c k编程。对于众多的基层网络协议, Wi n s o c k是访问它们的首选接口。而且在每个Wi n 3 2平台上,Wi n s o c k都以不同的形式存在着。 Wi n s o c k是网络编程接口,而不是协议。它从U n i x平台的B e r k e l e y(B S D)套接字方案借鉴了 许多东西,后者能访问多种网络协议。在Wi n 3 2环境中,Wi n s o c k接口最终成为一个真正的 “与协议无关”接口,尤其是在Winsock 2发布之后。
上传时间: 2015-07-08
上传用户:thinode
机器人控制技术,详细介绍了机器人控制方面的原理、各种控制技术及目前的发展状况
上传时间: 2013-12-14
上传用户:561596
高精度乘法基本思想和加法一样。其基本流程如下: ①读入被乘数s1,乘数s2 ②把s1、s2分成4位一段,转成数值存在数组a,b中;记下a,b的长度k1,k2; ③i赋为b中的最低位; ④从b中取出第i位与a相乘,累加到另一数组c中;(注意:累加时错开的位数应是多少位 ?) ⑤i:=i-1;检测i值:小于k2则转⑥,否则转④ ⑥打印结果
上传时间: 2015-08-16
上传用户:源弋弋
移植UC/OS-II到C8051F020上的源码,提供6任务测试程序。下载程序并运行, 开发板上的灯循环闪烁;在串口调试助手上观察任务运行情况。
上传时间: 2015-09-02
上传用户:cc1
编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。 (1)方程个数n之值由用户通过键盘输入; (2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入; (3)方程组的解存放于“向量”B之中,而具有n个元素的B存储空间也通过new来动态分配。
标签: 编程
上传时间: 2014-11-06
上传用户:cjl42111
链表L,创建公有成员函数Split(A,B ),创建2个新表A,B,使的A 中含有L中奇数位置元数,B中含L偶数位置元数
标签:
上传时间: 2014-01-14
上传用户:磊子226
我做的jsp和servlet的例子测试程序,简单易懂,让你最快的理解jsp和servlet的运行情况!
上传时间: 2015-10-01
上传用户:LouieWu
WindowsCE的便携式振动监测仪软件开发与设计.。便携仪表适用于工业现场, }供运行人员对现场设备运行情况进行实时地测量、显示和分析。高级嵌入式计算机 三和网络技术的应用,使仪器仪表将传感测量、补偿计算与信号分析处理等功能集于
上传时间: 2014-12-03
上传用户:ljmwh2000