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

流水灯左右往复移动的<b>流水</b>灯效果

  • The government of a small but important country has decided that the alphabet needs to be streamline

    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

  • 用matlab检测直线

    用matlab检测直线,圆。椭圆的程序,对直线程序进行了改进,采用随机霍夫变换 &由粗到细的检测方式检测,效果好

    标签: matlab 检测 直线

    上传时间: 2013-12-09

    上传用户:dyctj

  • JAVA截屏程序源码

    JAVA截屏程序源码,实现类似QQ的截屏功能,效果还是不错的

    标签: JAVA 截屏 程序源码

    上传时间: 2013-12-18

    上传用户:liansi

  • 128649

    128649,不带字库的液晶显示器的驱动,用起来效果非常好。

    标签: 128649

    上传时间: 2015-10-17

    上传用户:jkhjkh1982

  • 并本文对两大类步态识别算法进行了深入研究

    并本文对两大类步态识别算法进行了深入研究,其主要内容集中于步态特征的提取和分类器的设计两部分。 在特征提取阶段采用多种不同的方法提取多种不同的步态特征,其中效果较好的是一种基于模型的特征提取方法。本文使用关键点和肢体角度构建人体的骨骼化模型, 并对模型的各项参数提取做了改进,从人体的骨骼化模型中提取人体的静态参数(如身高、步幅等)以及动态参数(如运动过程中关键点的位置、运动轨迹、肢体角度、

    标签: 步态识别 算法

    上传时间: 2014-01-15

    上传用户:skhlm

  • 自相关程序

    自相关程序,本程序用来求序列的自相关运算,效果不错

    标签: 程序

    上传时间: 2013-12-10

    上传用户:mpquest

  • 画直线

    画直线,画圆,求两点之间的距离,同心圆动态效果,图形旋转操作

    标签: 直线

    上传时间: 2014-01-09

    上传用户:evil

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058

  • 飞机飞行界面

    飞机飞行界面,通过鼠标左键可以控制飞行界面的转变,具有动态效果。

    标签: 飞机 飞行

    上传时间: 2016-03-21

    上传用户:onewq