CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - negative sequence

搜索资源列表

  1. m_cov_cul03_unmodule_precise

    0下载:
  2. 该程序用以对m序列码的调制在负dB情况下解调的仿真,是对基带信号的调制-procedures for the right sequence code m in the negative dB modulation of the demodulation simulation of the base band signal modulation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1403
    • 提供者:孙晓东
  1. 高精度计时器

    0下载:
  2. 多媒体计时器能编程设定1毫秒或更小,是诸如MIDI序列发生器之类的专用型应用程序的理想选择,但是它们也招致了更多的开销,并且会对系统上正运行的其他程序造成负面影响。其实,在Windows API中有很多提供时钟查询的函数,利用它们就可以编写自己的高精度计时器了。类CMicroSecond和Celapsed就是用Windows API编写的2个高精度计时器-multimedia timer can be programmed to set a millisecond or less, such a
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36099
    • 提供者:张伟
  1. 如何对字符串进行加密解密

    0下载:
  2. 如何对字符串进行加密解密 本人在操作数据库时,考虑到该数据库还有可能被其他软件打开,所以想能否有另外一种方式把数据库中数据进行加密呢,也就是说,即使别人利用其他的软件打开了该数据库,看到的也是一片乱码,根本不知道数据库进而是什么内容。出于这种情况,本人利用VB中自带 RND()函数的功能编写了如下加密解密方法。 当RND()的参数(我们称它为种子)为负值时,同一种子产生同一个随机序列,同时VB还具有强大的二进制技术功能。 这样我们可以按以下方法实现字符串内容的加密解密。-How to encod
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:986
    • 提供者:张京川
  1. Little_Student.rar

    0下载:
  2. 某小学给学生留作业,要求为一个5000以内的加减乘除括号四则运算的题目。 要求: 1. 程序每次运行都生成30道包含+,-,*,/,(,)的题目。 2. 操作符号顺序是随机的。 3. 因为是小学生,没有代数和以及负数的概念,所以任何时刻减法都必须是减数小于被减数。 4. 任何中间过程中的除法都必须能整除,无分数的概念。 5. 所有中间结果和最终结果都要小于5000. 6. 将正确结果也输出出来,但是用16进制表示 7.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1290
    • 提供者:chandr
  1. Desktop

    0下载:
  2. Write a C program using the fork() system call that that generates the Fibonacci sequence in the child process. The number of the sequence will be provided in the command line. For example, if 5 is provided, the first five numbers in the Fibonacci se
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:1161
    • 提供者:chan
  1. codeunsymmetrical

    0下载:
  2. The analysis of unsymmetrical faults is similar to that of symmetrical faults, except that in the case of unsymmetrical faults, the three-phase power system is represented by its sequence networks i.e zero, positive and negative sequence. Also, the e
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1500
    • 提供者:olutopsy
  1. correct_SquareDigits

    0下载:
  2. 网上很多是错的 Define the function S(x) as the sum of the squares of the digits of x. For example: S(3)=3*3=9 and S(230)=2*2+3*3+0*0=13. Define the set T(x) to be the set of unique numbers that are produced by repeatedly applying S to x. That is
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:843
    • 提供者:trastain
  1. Palindromes-judgement-CSharp

    0下载:
  2. 基于C#+winform开发的“回文判定”程序:对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“abba”是回文,而“abab”不是回文。此判定程序包含了三种判定方法:1、根据数组元素;2、利用栈先进后出,队列先进先出的特点3、分段检测。(已给出完整的代码注释)-Based on C#+ winform development "palindromes judgement" program: for a keyboard input from the string, deci
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:28254
    • 提供者:欧玉斌
  1. Arithmetically-Challenged

    0下载:
  2. 题意就是给你四个数,运用算术运算,找出它的所有可能值的连续最长的起始值和终了值,如果有想同的最大长度,输出较大的。-Challenge 24 is a popular mathematics game used in many grade schools. In each game, contestants are given a card with four positive integers i1, i2, i3, i4 on it, and the first one who can us
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:189968
    • 提供者:王璐婷
  1. zhenfu

    1下载:
  2. 用于电力电子系统同步信号检测或故障分析的对称分量法正负序分离-Symmetrical components for the power electronics system synchronization signal detection or failure analysis of positive and negative sequence separation
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:553
    • 提供者:harven
  1. Experiment-1

    0下载:
  2. 实验1-顺序和分支结构的10个小程序:求三个数的中最大的数;求三角形面积;求不多于4位数的个、十、百、千位数;时间表;计算本息和;华氏温度和摄氏温度转换;求四个数的中最大的数;判断正负奇偶;成绩自费公费;加减乘除运算-Experiment 1- sequence and the structure of the branch of 10 small program: the biggest number in the number of three Triangle area For no
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2702
    • 提供者:jw
  1. Positive

    2下载:
  2. 通过相应的选择可以提取出正序、负序、零序的电压电流-Positive, negative and zero sequence voltage-current extraction module
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:17195
    • 提供者:庞宇
  1. Complete-Binary-Search-Tree

    0下载:
  2. 网易云课堂-陈越、何钦铭-数据结构-2016春 PTA-04-树6 Complete Binary Search Tree 编译器:python2-Complete Binary Search Tree A Complete Binary Tree (CBT) is a tree that is completely filled, with the possible exception of the bottom level, which is filled left to ri
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:914
    • 提供者:zhangzhi
  1. link

    0下载:
  2. 单链表的逆序,包括递归实现和普通函数非递归实现。-simple linked list.Then make it negative sequence.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:4223
    • 提供者:123456
  1. Title-Description

    0下载:
  2. 题目描述 传说中有一种蜜汁序列特别甜,所以爱吃甜的强渣学长特别喜欢这种序列。。。 蜜汁序列的定义如下:对于一个长度为n的序列a1,...,an,如果这个序列的n个前缀和全部非负,即若a1> 0,a1+a2> 0,...,a1+a2+...+an> 0,则称a序列是蜜汁序列。。。 显然一些蜜汁序列可以分成更多的蜜汁序列,例如1 2这个蜜汁序列可以分成1和2两个蜜汁序列,现在有一个长度为n的蜜汁序列,要求你把他分成若干连续的段,使得每段都是一个蜜汁序列
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:944
    • 提供者:
  1. FLL1

    1下载:
  2. 电网同步跟踪技术,自己搭的锁相环,可以运行出来。有频率跟踪,还有正负序分离-Grid synchronization tracking technology, take their own phase-locked loop, you can run out. There is frequency tracking, there are positive and negative sequence separation
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-14
    • 文件大小:23802
    • 提供者:zhaosimin
  1. SVG

    3下载:
  2. 对SVG进行MATLAB建模,采用正负序电流检测方法,电压环采用pid控制方法。(The MATLAB is modeled by SVG, the positive and negative sequence current detection method is adopted, and the voltage loop adopts PID control method.)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:86016
    • 提供者:19841107
  1. 正负序提取

    2下载:
  2. 实现电压的正负序分离,进而进行不对称故障情况下的有功功率控制(The positive and negative sequence separation of voltage is realized, and the active power control in the case of asymmetric fault is carried ou)
  3. 所属分类:其他

  1. mochanghejiaodu

    0下载:
  2. 根据三相电流的幅值,可以计算永磁同步电机中三相定子电流中负序电流幅值和角度差。(According to the amplitude of the three-phase current, the amplitude and angle difference of the negative sequence current in the three-phase stator current in the permanent magnet synchronous motor can be calc
  3. 所属分类:其他

  1. SUOXIANG

    1下载:
  2. 在电压不平衡时,进行锁相,与正负序分离,对负序分量进行处理,效果不太理想(When the voltage is unbalanced, phase-locked is carried out to separate the positive and negative sequence)
  3. 所属分类:其他

    • 发布日期:2021-04-23
    • 文件大小:31744
    • 提供者:好QIAO
« 12 »
搜珍网 www.dssz.com