搜索结果

找到约 908 项符合 Max-Int 的查询结果

VHDL/FPGA/Verilog MAX+PLUSⅡ的学习应用教程,适用于基本的VHDL开发

MAX+PLUSⅡ的学习应用教程,适用于基本的VHDL开发
https://www.eeworm.com/dl/663/371732.html
下载: 54
查看: 1039

数学计算 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)

溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if ( ...
https://www.eeworm.com/dl/641/376185.html
下载: 136
查看: 1120

数学计算 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)

溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if ( ...
https://www.eeworm.com/dl/641/376200.html
下载: 174
查看: 1163

数据结构 成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread

成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread printf("請輸入分數\n") scanf("%f",&gread) if(gread>=80&&gread<=100) printf("成績為A\n") else if(gread>=60&&gread<=79) { printf("成績為B\n") } else if(gread>=0&&gread<60) { printf("成績為C\n") } else ...
https://www.eeworm.com/dl/654/376202.html
下载: 161
查看: 1034

人工智能/神经网络 河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,in

河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,int) int main(void) { int n int option printf("題目二:河內塔問題\n") printf("請輸入要搬移的圓盤數目\n") scanf("%d",&n) printf("最少搬移的次數為%d次\n",fun_a(n)) printf("是否顯示移動過程? 是請輸入1, ...
https://www.eeworm.com/dl/650/376204.html
下载: 22
查看: 1088

数学计算 指定一個數字轉換回十進位,八進位,十六進位#include <stdio.h> #include <stdlib.h> int main(void) { int

指定一個數字轉換回十進位,八進位,十六進位#include <stdio.h> #include <stdlib.h> int main(void) { int number =89 printf("數字 %d\n",number) /* %d 為十進位輸出格式*/ printf("八進位為 %o\n",number) /* %o 為八進位輸出格式*/ printf("十六進位為%x\n",number) /* %x 為十六進位輸出格式*/ system ...
https://www.eeworm.com/dl/641/376206.html
下载: 155
查看: 1057

其他 这是在max+plusII环境下编译的双端口存储器模拟实验

这是在max+plusII环境下编译的双端口存储器模拟实验
https://www.eeworm.com/dl/534/377307.html
下载: 39
查看: 1070

其他 这是在max+plusII环境下编译的存储器部件模拟实验

这是在max+plusII环境下编译的存储器部件模拟实验
https://www.eeworm.com/dl/534/377309.html
下载: 70
查看: 1055

单片机开发 this MAX 7000 Programmable Logic reference book,in this book,you can learn how to usr the Max7000 Fa

this MAX 7000 Programmable Logic reference book,in this book,you can learn how to usr the Max7000 Family s CPLD
https://www.eeworm.com/dl/648/378598.html
下载: 168
查看: 1062

VHDL/FPGA/Verilog 3-8译码器的仿真实验。本实验选用的仿真开发软件是MAX+plus II Version 9.3

3-8译码器的仿真实验。本实验选用的仿真开发软件是MAX+plus II Version 9.3,原理图源文件保存在MyProject目录中,为138decoder.gdf,另有我写的实验报告,呵呵,适合仿真入门
https://www.eeworm.com/dl/663/378663.html
下载: 179
查看: 1273