搜索结果
找到约 564 项符合
Q-Writer 的查询结果
能源行业(电力石油煤炭) 多相永磁同步电机驱动技术研究(中科院博士论文)目前,三相电机驱动系统在电气驱动应用场合得到了广泛的应用,然而随着现代电力电子技术、计算机技术和控制理论的发展,由逆变器供电的电机驱动系统的相数不再受到供
多相永磁同步电机驱动技术研究(中科院博士论文)目前,三相电机驱动系统在电气驱动应用场合得到了广泛的应用,然而随着现代电力电子技术、计算机技术和控制理论的发展,由逆变器供电的电机驱动系统的相数不再受到供电相数的限制。特别在大功率、高可靠性和低直流电压供电应用场合,多相电机驱动系统比三相电机驱动系统更具优势, ...
加密解密 RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digit
RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digital signature . Its security based on Integer Factorization Problem (IFP). RSA uses an asymetric key. RSA was created by Rivest, Shamir, and Adleman in 1977. Every user have a pair of key, public key a ...
其他书籍 The many variants of the Unix operating system require use of a mode of thought that s significantly
The many variants of the Unix operating system require use of a mode of thought that s significantly different from the one that s required by simpler operating systems. Think Unix introduces readers to important fundamental and intermediate Unix commands and, in the process, inculcates them in the ...
matlab例程 给定一批的样本
给定一批的样本,当然这些样本间必须相互独立。如果Q > chi2(p, nu),假设拒绝,否则通过。
ARGUMENTS:
x Absolut numbers.
p The prob ability value, calculated from Q.
Q The resulting Q-value.
Linux/uClinux/Unix编程 两个链表的交集
两个链表的交集
#include<stdio.h>
#include<stdlib.h>
typedef struct Node{
&nbsp; int data;
&nbsp; struct &nbsp;Node *next;
}Node;
void initpointer(struct Node *p){
&nbsp; p=NULL;
}
int &nbsp;printlist(struct Node* head){
&nbsp; int flag=1;
&nbsp; head=head->next;
&nbsp; /*
&nbsp; 因为标记1的地 ...
嵌入式综合 samba服务器实验指导
第一节、samba是干什么的?它有什么用?
Samba(SMB是其缩写)
是一个网络服务器,它是Linux作为本地服务器最重要的一个服务,用于Linux和Windows共享文件之用;Samba可以用于Windows和 Linux之间的共享文件,也一样用于Linux和Linux之间的共享文件;不过对于Linux和Linux之间共享文件有更好的网络文件系统 NFS,NFS也 ...
书籍源码 《Qt及Qt Quick开发实战精解》代码
《Qt及Qt Quick开发实战精解》代码。Qt(官方发音同cute 发音为/kju:t/,虽然也俗称为Q.T.发音为/kju:tiː/")是一个跨平台的C++应用程序开发框架。广泛用于开发GUI程序,这种情况下又被称为部件工具箱。也可用于开发非GUI程序,比如控制台工具和服务器。Qt使用于OPIE、Skype、VLC media player、Adobe Photoshop Elements ...
单片机编程 红外解码程序
/*
&nbsp;* _168ZHONGDUAN2.c
&nbsp;*
&nbsp;* Created: 2014/11/2 15:12:45
&nbsp;* &nbsp;Author: lenovo
&nbsp;*/&nbsp;
#include <avr/io.h>
#include <avr/iom168pa.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <avr/eeprom.h>
//#include <util/delay_basic.h>
//unsigned char const SEGtabl ...