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

上<b>变频</b>器

  • 深入了解C++,本教学视频是Flash格式

    深入了解C++,本教学视频是Flash格式,可直接打开目录中的网页观看;也可通过Flash的播放器打开Flash文件观看,如果你的机器上没有Flash播放器,可在Google(www.google.com)上搜索“Flash播放器下载”。本视频在1024*768的分辨率下全屏播放,将获得最佳的播放效果

    标签: Flash 视频

    上传时间: 2013-12-21

    上传用户:skhlm

  • 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-17

    上传用户:66666

  • 在捷联式惯性导航系统中

    在捷联式惯性导航系统中,惯性敏感器直接固联在载体上,惯性敏感器的工作条件和环境与单独测试惯性敏感器时有较大的差别。并且当惯性敏感器安装到惯性组件上以后,还存在各种安装误差,因此对惯性敏感器单独测试的结果并不能反映惯性敏感器在系统中实际的 性能品质。为了保证系统的技术性能,现代捷联惯性导航系统均采取了较为全面的误差补偿 措施。捷联惯性导航系统误差补偿的前提则是对惯性组件进行精确的误差标定。

    标签: 捷联 惯性导航

    上传时间: 2014-01-18

    上传用户:saharawalker

  • 用VHDL语言写的程序包含如下功能:1.键盘扫描2.控制AD转换3.产生PWM信号与51系列CPU接口

    用VHDL语言写的程序包含如下功能:1.键盘扫描2.控制AD转换3.产生PWM信号与51系列CPU接口,接在51地址数据总线上,单片机通过访问地址总线上的数据寄存器来控制CPLD

    标签: VHDL PWM CPU AD转换

    上传时间: 2013-12-27

    上传用户:咔乐坞

  • 用汇编语言实现的可以播放歌曲的是程序

    用汇编语言实现的可以播放歌曲的是程序,在51单片机上配合蜂鸣器可以播放梁祝的歌曲。

    标签: 汇编语言 播放 程序

    上传时间: 2016-10-15

    上传用户:z754970244

  • 汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation

    汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C

    标签: the animation Simulate movement

    上传时间: 2017-02-11

    上传用户:waizhang

  • 1.中间纸牌的最左面由一张Flip牌

    1.中间纸牌的最左面由一张Flip牌,点击Flip,中间牌的数字改变。 2.在界面上有一个计时器,当玩家或者电脑任意一方的纸牌用光时,计时器停止计时,游戏结束,纸牌先用完的一方为赢家。 3.当玩家单击纸牌和中间的某一张牌上时,若是符合游戏规则,中间的那一张牌被覆盖,玩家缺失的纸牌由其他牌代替,牌数少一张。 4.在符合条件的情况下,电脑一方的纸牌能及时覆盖在中间的纸牌之上,并且牌数减少一张,缺失的位置由另一张牌代替。与此同时,对应纸牌上方有“Moved”闪烁一次。 5.中间纸牌的下方,箭头指标能随机变换,当箭头向上时,箭头所对应的那张中间纸牌必须由一张数字比它大一的纸牌所覆盖,同理,箭头向下时,覆盖中间纸牌的那张牌的数字必须比中间纸牌的数字大一。

    标签: Flip

    上传时间: 2017-09-04

    上传用户:王者A

  • 离散实验 一个包的传递 用warshall

     实验源代码 //Warshall.cpp #include<stdio.h> void warshall(int k,int n) { int i , j, t; int temp[20][20]; for(int a=0;a<k;a++) { printf("请输入矩阵第%d 行元素:",a); for(int b=0;b<n;b++) { scanf ("%d",&temp[a][b]); } } for(i=0;i<k;i++){ for( j=0;j<k;j++){ if(temp[ j][i]==1) { for(t=0;t<n;t++) { temp[ j][t]=temp[i][t]||temp[ j][t]; } } } } printf("可传递闭包关系矩阵是:\n"); for(i=0;i<k;i++) { for( j=0;j<n;j++) { printf("%d", temp[i][ j]); } printf("\n"); } } void main() { printf("利用 Warshall 算法求二元关系的可传递闭包\n"); void warshall(int,int); int k , n; printf("请输入矩阵的行数 i: "); scanf("%d",&k); 四川大学实验报告 printf("请输入矩阵的列数 j: "); scanf("%d",&n); warshall(k,n); } 

    标签: warshall 离散 实验

    上传时间: 2016-06-27

    上传用户:梁雪文以