-
基于DSP的PWM产生的
应用背景本程序是脉冲宽度调制,并用于直流-直流降压转换器,过程全部是的,每个人都参加了调试工具箱程序正确地。它是由dsPIC30F4011关键技术本程序用于直流-直流converter.it产生dsPIC30F4011。
- 2023-01-21 00:55:04下载
- 积分:1
-
C 计算器代码
/ * mustafasırrıinci * /
#include < stdio.h >
#include < stdlib.h >
#include < math.h >
int main ()
{
浮 int1 int2,结果 ;
char 操作 ;
printf("CALCULATORn") ;
开始:
printf ("nnEnter 两个整数 please.n") ;
printf("1.integer:") ;
scanf ("%f"& int1) ;
printf("2.integer:") ;
scanf ("%f"& int2) ;
选择:
printf ("nenter 操作的符号。") ;
printf ("naddition: + nsubtraction:-nmultiplication: * ndivision: /nexponention: ^ nto 退出:! n") ;
scanf ("%s"& 操作) ;
虽然 (操作! = "!")
{
switch(operation)
{
案件 "+":
结果 = int1 + int2 ;
打破 ;
案件 "-":
结果 = int1-int2 ;
打破 ;
案件 " *":
结果 = int1 * int2 ;
打破 ;
- 2022-08-13 04:26:33下载
- 积分:1
-
jobss4 hao
jobss4 hao
- 2023-03-02 00:30:03下载
- 积分:1
-
这是一个管理系统欢迎大家下载使用
这是一个管理系统欢迎大家下载使用-This is a management system used to welcome you to download
- 2023-02-24 16:10:04下载
- 积分:1
-
PBD还原程序源码
PBD还原程序源码
PBD还原程序源码
- 2022-02-05 14:49:47下载
- 积分:1
-
有15个软件项目开发文档,包括各个方面的…
里面有15个软件项目开发的文档,包含软件工程的方方面面,很实用。-There are 15 software project development documents, including all aspects of software engineering, it is practical.
- 2023-04-03 09:25:03下载
- 积分:1
-
VC.NET编程讲座,word文件,比较简明,可以作为初学或提高的资料...
VC.NET编程讲座,word文件,比较简明,可以作为初学或提高的资料-Programming VC.NET lectures, word documents, more concise, can serve as a beginner or improve the information
- 2022-03-15 03:58:54下载
- 积分:1
-
英语mp2530fi信息什么是坏哦,英语资料,什么是B。
mp2530fi 的英文资料,不好得到的东西噢的英文资料,不好得到的东西噢-English mp2530fi information for what is bad Oh, the English data, for what is bad Oh
- 2023-03-15 13:45:03下载
- 积分:1
-
这是一个关于使用VISIO创建数据库流图的例子,同样是针对上面的教师工资信息管理系统。所以,二者结合使用,是一个很好的组合。...
这是一个关于使用VISIO创建数据库流图的例子,同样是针对上面的教师工资信息管理系统。所以,二者结合使用,是一个很好的组合。-This is on the use of a database created VISIO flow diagram examples above are directed at the teacher wage information management systems. Therefore, the use of a combination of both, is a good combination.
- 2022-10-31 16:10:03下载
- 积分:1
-
Delphi开发路径设置
Delphi开发路径设置 , 对于常用的控件路径一次设好,不用每次设置
- 2022-04-06 11:05:25下载
- 积分:1