CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 其它 汇编语言

资源列表

« 1 2 ... .01 .02 .03 .04 .05 2406.07 .08 .09 .10 .11 ... 2553 »
  1. danxiangqiaoquankongRL

    0下载:
  2. 单相全控桥整流电路阻感负载的MATLAB模型,已经完整搭建,并且仿真处完整的波形。-Single-phase full-controlled bridge rectifier circuit resistance of the inductive load MATLAB model, has been completely built, and the simulation of the complete waveform.
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:10555
    • 提供者:高原
  1. power_PVarray_grid_det

    0下载:
  2. 光伏系统并网发电模型,内部包含光伏并网控制和光伏系统并网结构-PV systems to the grid model, contains an internal control and photovoltaic grid-connected photovoltaic systems and network architecture
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:67376
    • 提供者:呵呵
  1. code

    1下载:
  2. 常见的相位解缠算法所需的代码,如枝切法,质量图路径跟踪,最小二乘法等-Common phase unwrapping algorithm code needed
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:83592
    • 提供者:
  1. pwmzhengliuIControl

    0下载:
  2. 单相PWM整流电路的MATLAB下的仿真模型,已经仿真出标准模型,可以直接使用。-Single-phase PWM rectifier circuit under the MATLAB simulation model, have the standard model to simulation can be used directly.
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:11279
    • 提供者:高原
  1. c

    0下载:
  2. 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数-There are 1, 2, 3, 4 numbers, can be composed of a number of different and no duplication of the three digit number?
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1828
    • 提供者:王富勇
  1. HUIB

    0下载:
  2. 单片机,LED跑马灯,万年历,彩屏,12864,电机,按键等等。-MCU, LED marquees, calendar, color, 12864, motors, buttons, and so on.
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:173165
    • 提供者:杨来
  1. 001

    0下载:
  2. 输入一个不多于5位的正整数,要求分3行输出以下信息,第1行输出它是几位数;第2行从高位到低位依次输出每一位数字(以空格分隔,下同);第3行从低位到高位依次输出每一位数字。 样例输入:32100 样例输出: 5 3 2 1 0 0 0 0 1 2 3 -Input a no more than five positive integer, 3 lines the following output information. The first line of the
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4712
    • 提供者:
  1. 002

    0下载:
  2. 编写程序计算某年某月的天数。输入年份year和月份month,输出该月份的天数。 样例输入:2012 2 样例输出:29 -Write a program to calculate the number of days a year. Enter the year year and month month, the number of days in the month of the output.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4386
    • 提供者:
  1. 003

    0下载:
  2. 一个表达式x()y==z的值为真,其中x,y,z都是整数。括号内可能出现的运算符包括:+、-、*、/、 ,请根据输入的x,y,z的值,输出括号内应填写的运算符(数据保证只有一个运算符满足条件)。 样例输入:292 123 415 样例输出:+ -An expression x () the value of y==z is true, where x, y, Z are all integers. Operators that may appear in brackets incl
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4652
    • 提供者:
  1. 005

    0下载:
  2. 输入坐标系中三个点A、B、C的坐标,要求:①判断这三个点能否构成一个三角形,如果不能构成三角形,则输出“No”,否则,输出“Yes”。如果能构成三角形②求△ABC的面积;③如果△ABC是直角三角形,则输出“Right”;如果是锐角三角形,则输出“Acute”;如果是钝角三角形,则输出“Obtuse”。 样例输入:0 0 1 0 2 0 样例输出:NO 样例输入:0 0 3 0 0 4 样例输出: YES 6 Right -Enter the coord
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4688
    • 提供者:
  1. 006

    0下载:
  2. 给出百分制成绩,要求输出成绩等级:90~100分为 A 、80~89分为 B 、70~79分为 C 、60~69分为 D 、0~60分为 E ,若成绩大于100或者小于0,则提示“Error”。 样例输入:105 样例输出:Error 样例输入:95.5 样例输出:A -Given percentile scores, output grade: 90 ~ 100 points for a , 80 to 89 B and 70 ~ 79 points to a
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4617
    • 提供者:
  1. Fibonacci

    0下载:
  2. 求 100 以内的素数,要使用到子程序,完成这些素数的输出显示和个数统计以及求和计算,均以十进制形式输出。-Seek primes less than 100, to be used to the routine, complete these primes output and display statistics as well as the number of summations are output in decimal form.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:701
    • 提供者:俞溯
« 1 2 ... .01 .02 .03 .04 .05 2406.07 .08 .09 .10 .11 ... 2553 »
搜珍网 www.dssz.com