-
ISE7.0 introduction xilinxFPGA through the use of design tools.
通过ISE7.0介绍xilinxFPGA设计工具的使用.-ISE7.0 introduction xilinxFPGA through the use of design tools.
- 2022-05-08 02:07:45下载
- 积分:1
-
Used to check travel info
Used to check travel info
- 2022-01-20 23:03:08下载
- 积分:1
-
MSTAR软件工程师
Mstar软件工程师内部培训资料.介绍Mstar屏驱动芯片内嵌MCU软件架构.-Mstar software engineers in-house training materials. Introduction Mstar panel driver chip embedded MCU software architecture.
- 2022-03-25 00:13:19下载
- 积分:1
-
手机API 手机API 手机API 手机API 手机API
手机API 手机API 手机API 手机API 手机API-APIapiapiapiAPIapiapiapiAPIapiapiapi
APIapiapiapiAPIapiapiapiAPIapiapiapi
- 2022-11-21 16:00:04下载
- 积分:1
-
GUN的makefile中文使用手册,很多问我要过,上传上来分享
GUN的makefile中文使用手册,很多问我要过,上传上来分享-GUN
- 2022-03-31 02:54:10下载
- 积分:1
-
Design pattern documentation system requiring readers to have a certain amount o...
设计模式方面的系统说明文档,要求读者有一定的C++知识.-Design pattern documentation system requiring readers to have a certain amount of C++ Knowledge.
- 2023-07-09 15:25:02下载
- 积分:1
-
AML7228硬盘RM播放器设计参考(相关编程手册)。
AML7228硬盘RM播放器设计参考(相关编程手册)。-RM Hard AML7228 player reference design (related Programming Manual).
- 2022-08-10 08:10:34下载
- 积分:1
-
有关ip电话的论文 比较有用
有关ip电话的论文 比较有用-Papers relating to ip phone more useful
- 2022-05-10 15:49:58下载
- 积分:1
-
opencv 中文手册,OPENCV是开源代码,是很好的快速开发助手
opencv 中文手册,OPENCV是开源代码,是很好的快速开发助手-opencv Chinese Manual, OPENCV is open source code, is a very good rapid development assistant
- 2022-07-22 22:17:49下载
- 积分: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