登录
首页 » matlab » 51622413SVPWM_ok

51622413SVPWM_ok

于 2020-06-16 发布
0 54
下载积分: 1 下载次数: 2

代码说明:

说明:  The dc dc converter is intended to use power switching devices based on silicon carbide and/or gallium nitride, which will be available on the market in the near future.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 防火墙和网络安全方面的测试规范和国家标准,主要是将硬件防火墙。...
    防火墙和网络安全方面的测试规范和国家标准,主要是将硬件防火墙。-Firewall and network security testing norms and national standards, mainly hardware firewall.
    2022-03-26 19:07:35下载
    积分:1
  • 实验3
    说明:  1、单向通信 向甲方连续不断地发送变量a的值,未按键,a=0x0f,按键后根据按键确定a值;并将a的值取反从P0口输出,控制D0、D1、D2、D3相应点亮。乙方接收到数据并偶校验正确后,将接收数据取反从P0口输出,控制D0、D1、D2、D3相应点亮。 2、双向通信 甲方连续不断地发送变量a的值,未按键,a=0x0f,按键后根据按键确定a值;乙方未按键不发送,按键后将乙方按键得到的a*16发送;甲乙双方都将发送数据与接收数据相或后再取反,从P0口输出控制D0—D7相应点亮。 3、间隔发送 未按键,甲方不发送数据,按键后甲方每隔50ms连续发送4个字节:0xff、a、a、a。 乙方只在收到甲方数据0xff后的3个数据并验证相同时,才将接收数据*16发送。 甲乙双方都将发送数据与接收数据相或后,从P0口输出控制D0—D7相应点亮。(1. One-way communication The value of variable a is continuously sent to Party A without key, a = 0x0f. After the key is pressed, the value of a is determined according to the key; and the value of a is output from P0 port to control the corresponding lighting of D0, D1, D2 and D3. After receiving the data and checking it correctly, Party B will output the received data from P0 port and control D0, D1, D2 and D3 to light up accordingly. 2. Two-way communication Party A continuously sends the value of variable a without key, a = 0x0f, and determines a value according to the key after the key; Party B does not send the key without key, and sends the a*16 obtained by the key after the key is pressed; Both parties will send the data to or from the receiving data, and then retrieve the data and control D0-D7 from the P0 port to light up accordingly. 3. Interval Sending Without keys, Party A does not send data. After keys, Party A sends 4 bytes continuously every 50 ms: 0xff, a, a.)
    2020-11-16 09:29:42下载
    积分:1
  • VC++资源管理器-无限级树型菜单
    一个比较早的代码了,VC++资源管理器-无限级树形菜单,本程序所用压缩函数库在子目录zipfunc中,在zipfunc目录下,有两个子目录分别包含Release版和Debug版的zipfunc.lib,两者都是共享链接库编译生成.同样,主程序的链接也必须用共享链接库设置.如要生成静态链接库程序,则必须重新编译zipfunc.lib,使之也生成静态链接库文件.   主工程中的CZip类和CUnZip类,是直接使用压缩库函数构造的.编译后不需要额外的文件支持.   具体可见工程设置中的Link选项和C++ ->Preprocessor -> Additional include directories选项以及CZip类和CUnZip类的头文件.   ZipFunc.lib是WinZip的原版.独立使用CZip类压缩出来的文件完全可以用WinZip来解压缩,一点问题也没有.   新版程序支持文件关联,具体代码见CNoteApp类的初始化函数和CNoteDlg类的初始化函数.为了方便期间,本程序没有使用注册表编程.文件关联的实现可以对生成的数据文件使用打开方式关联,一次就OK了.
    2022-11-18 07:35:04下载
    积分:1
  • libpcap
    linux 上libpcap开发包,可实现类似于tcpdump之类的开发(Libpcap development kit on linux)
    2020-06-23 19:00:02下载
    积分:1
  • mask
    说明:  没带口罩,可以识别,可以检测,非常有价值(No mask. I can identify it)
    2020-10-15 14:39:51下载
    积分:1
  • Java自定义鼠标光标
    super("自定义光标"); //调用父类构造函数   int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组   Container container=getContentPane(); //得到容器   container.setLayout(new FlowLayout()); //设置容器布局管理器   for (int i=0;i   JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象    jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标    container.add(jta); //增加组件到容器上   }      Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象   Image image=toolkit.getImage("cursor.gif"); //得到图像   Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象   JTextArea jta=new JTextArea(3,6); //实例化文本框   jta.setCursor(customCursor); //设置文本框光标   container.add(jta); //增加组件   setSize(300,160); //设置窗口大小   setVisible(true); //窗口可视
    2022-03-06 15:35:47下载
    积分:1
  • 使用IrisSkin2控件的C#漂亮关机程序
    使用IrisSkin2控件的C#漂亮关机程序,本程序可学习到两个亮点,1、换肤控件IrisSkin2的应用实例,2、C#实现关机。这种关机程序的界面效果可选择5种样式:MSN风格、Vista风格、经典风格等,关机功能可以在设定时间后自动程序,编译环境vs2008。
    2022-07-13 08:04:15下载
    积分:1
  • Tamura
    Tamura纹理特征的六个分量对应于心理学角度上纹理特征的六种属性,分别是粗糙度(coarseness)、对比度(contrast)、方向度(directionality)、 线像度(linelikeness)、规整度(regularity)和粗略度(roughness)。其中,前三个分量对于图像检索尤其重要。(The six components of the Tamura texture feature correspond to the six properties of the texture feature in the psychological perspective, namely, coarseness, contrast, directionality, linelikeness, and regularity. and roughness. Among them, the first three components are especially important for image retrieval.)
    2018-10-22 11:35:27下载
    积分:1
  • 劳伦兹
    lorenz-mie散射理论太麻烦了,看看这里把,米散射的计算软件,省了很多编程的时间-lorenz-mie scattering theory is too cumbersome to see here, m scattering calculation software, save a lot of programming time
    2022-02-02 13:09:30下载
    积分:1
  • 填充图像处理中小区域空洞 fillsmallholes
    用于填充图像处理中小区域空洞,还有一些其他的注释代码用于线性区域填充(Filling image processing in small are)
    2018-04-24 23:20:30下载
    积分:1
  • 696524资源总数
  • 103843会员总数
  • 49今日下载