搜索结果

找到约 593 项符合 Output 的查询结果

按分类筛选

显示更多分类

嵌入式/单片机编程 This guide reviews the rules and syntax of the principle commands that comprise C and its object-ori

This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.
https://www.eeworm.com/dl/647/309237.html
下载: 104
查看: 1064

数据结构   输入的第一行是一个正整数N(1<=N<=40)

  输入的第一行是一个正整数N(1<=N<=40),表示TheBeet买了N个山东煎饼,已知每个山东煎饼价格为2.5元。   接下来有6个非负整数,范围在[0, 1000]之内,分别表示摊主所拥有的50元、10元、5元、1元、5角、1角纸币的数量。 Output   输出一个整数,表示TheBeet最后收到的纸币数。如果无法满足要求,那就输出-1。 ...
https://www.eeworm.com/dl/654/313284.html
下载: 50
查看: 1180

数据结构 Description   为了宣传本次“网宿科技杯”厦门大学第五届程序设计竞赛

Description   为了宣传本次“网宿科技杯”厦门大学第五届程序设计竞赛,系里面做了两张精美的海报。经过了精确的计算,为了达到最佳美观效果,每张海报都有自己最佳的粘贴位置。但是现在问题是,如果两张海报都要求贴在最佳位置时,很有可能有部分地方会重叠在一起。现在您来判断一下这两张海报是否重叠。 Input    ...
https://www.eeworm.com/dl/654/313287.html
下载: 100
查看: 1090

Jsp/Servlet Network Tools In this exercise, you will make use of common network tools. For each part below, cap

Network Tools In this exercise, you will make use of common network tools. For each part below, capture the appropriate program output and include it with your answers to the questions.
https://www.eeworm.com/dl/696/315857.html
下载: 25
查看: 1044

单片机开发 Free 8051 asm compiler for win new host platforms: Win32 and Linux macro processing dramaticall

Free 8051 asm compiler for win new host platforms: Win32 and Linux macro processing dramatically improved conditional assembly output in Intel-HEX or OMF-51 format 37 new MCU files documentation in both ASCII and HTML format numberless small extensions and improvements bug fixes For details ...
https://www.eeworm.com/dl/648/320007.html
下载: 99
查看: 1080

嵌入式Linux Free 8051 asm compiler for linux new host platforms: Win32 and Linux macro processing dramatica

Free 8051 asm compiler for linux new host platforms: Win32 and Linux macro processing dramatically improved conditional assembly output in Intel-HEX or OMF-51 format 37 new MCU files documentation in both ASCII and HTML format numberless small extensions and improvements bug fixes For detai ...
https://www.eeworm.com/dl/653/320009.html
下载: 146
查看: 1103

编译器/解释器 这是个反向工程delphi的程序的全部源代码.能分析几乎所有的结构 Revendepro is a program to reverse engineer Delphi program. Reven

这是个反向工程delphi的程序的全部源代码.能分析几乎所有的结构 Revendepro is a program to reverse engineer Delphi program. Revendepro finds almost all structures (classes, types, procedures, etc) in the program, and generates the pascal representation, procedures will be written in assembler. Due to so ...
https://www.eeworm.com/dl/628/323072.html
下载: 198
查看: 1624

Linux/Unix编程 .ifnz I2C_SUPPORT ************************************************************** Function : fPro

.ifnz I2C_SUPPORT ************************************************************** Function : fProcessI2cRead Description : process I2C write function Input : IOP_DATA1_H=rCtrlByte,IOP_DATA1_L=rAddr Output : NONE ************************************************************** fProcessI2cRead: f ...
https://www.eeworm.com/dl/619/323086.html
下载: 138
查看: 1091

微处理器开发 * The functions debug_init() and debug() implement non-RTOS * serial port initialization and a blo

* The functions debug_init() and debug() implement non-RTOS * serial port initialization and a blocked debug output. The * debug() function can be used in error message and die * situations.
https://www.eeworm.com/dl/655/324261.html
下载: 184
查看: 1081

数值算法/人工智能 问题描述 设有n种不同面值的硬币

问题描述 设有n种不同面值的硬币,各硬币的面值存于数组T[1:n]中。现要用这些面值的硬币来找钱,可以实用的各种面值的硬币个数不限。当只用硬币面值T[1],T[2],…,T[i]时,可找出钱数j的最少硬币个数记为C(i,j)。若只用这些硬币面值,找不出钱数j时,记C(i,j)=∞。 &#61611 编程任务 设计一个动态规划算法,对1≤j≤L,计 ...
https://www.eeworm.com/dl/518/325905.html
下载: 90
查看: 1264