搜索结果

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

按分类筛选

显示更多分类

Java编程 Java is the first language to provide a cross-platform I/O library that is powerful enough to handle

Java is the first language to provide a cross-platform I/O library that is powerful enough to handle all these diverse tasks. Java is the first programming language with a modern, object-oriented approach to input and output. Java s I/O model is more powerful and more suited to real-world tasks than ...
https://www.eeworm.com/dl/633/384517.html
下载: 122
查看: 1081

matlab例程 数值计算牛顿迭代法的matlab源程序 说明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini

数值计算牛顿迭代法的matlab源程序 说明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini----input,sets the starting point to ini % err----input,sets admissible error % sol----output,returns the root of equation
https://www.eeworm.com/dl/665/386284.html
下载: 91
查看: 1055

数学计算 数值分析高斯——列主元消去法主程序 说明如下: % a----input,matrix of coefficient % b----input,right vector % sol----o

数值分析高斯——列主元消去法主程序 说明如下: % a----input,matrix of coefficient % b----input,right vector % sol----output,returns the solution of linear equation
https://www.eeworm.com/dl/641/386288.html
下载: 29
查看: 1101

文章/文档 Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60H

Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Output Format YCbCr 4:2:2 (ITU 656) YCbCr to RGB conversion R = Y + (351*(Cr – 128)) >> 8 G = Y – (179*(Cr – 128) + 86*(Cb – 128))>>8 B = Y + (443*(Cb – 128)) >> 8 ...
https://www.eeworm.com/dl/652/391448.html
下载: 160
查看: 1040

单片机开发 本例展示了如何利用外设TIM2来产生四路频率不同的信号。 TIM2时钟设置为36MHz

本例展示了如何利用外设TIM2来产生四路频率不同的信号。 TIM2时钟设置为36MHz,预分频设置为2,使用输出比较-翻转模式(Output Compare Toggle Mode)。 TIM2计数器时钟可表达为:TIM2 counter clock = TIMxCLK / (Prescaler +1) = 12 MHz 设置TIM2_CCR1寄存器值为32768,则CC1更新频率为TIM2计数器时钟频率除以CCR1寄存 ...
https://www.eeworm.com/dl/648/398947.html
下载: 37
查看: 1042

汇编语言 编写程序

编写程序,登录幼儿园200个小朋友的数据:姓名、性别、年龄、身高、体重、出生日期,分别按年龄排序后输出。 要求: (1)登录数据用函数input() (2)按身高排序用函数sort() (3)输出排序结果用函数output(),输出格式为: 幼儿园小朋友一览(依身高排序) =================================================== ...
https://www.eeworm.com/dl/644/401141.html
下载: 104
查看: 1033

文章/文档 输入、输出功能

输入、输出功能,检验输入的数是否为数字功能,ASCII码与二进制数的的相互转化功能,两数相乘功能,因此整个程序定义了两个宏INPUT和MULTIPLE,宏INPUT实现了输入、检验和ASCII码与二进制的相互转换功能,MULTIPLE实现了两数相乘功能,实现输出功能的是子程序OUTPUT,由于在输入的过程中多次用到了回车换行,因此定义了一个 ...
https://www.eeworm.com/dl/652/402240.html
下载: 154
查看: 1019

matlab例程 matlab simulink 三相PFC仿真

matlab simulink 三相PFC仿真,input为50hz交流,output为直流。闭环矢量控制
https://www.eeworm.com/dl/665/403464.html
下载: 119
查看: 1090

人工智能/神经网络 The salience distance transform incorporates edge strength information into the distance transform.

The salience distance transform incorporates edge strength information into the distance transform. The output is more robust and informative as input for techniques such as snakes
https://www.eeworm.com/dl/650/405770.html
下载: 34
查看: 1040

Linux/Unix编程 Lighttpd是一个轻量级的Web 服务器

Lighttpd是一个轻量级的Web 服务器,支持FastCGI, CGI, Auth, 输出压缩(output compress), URL重写, Alias等重要功能。它具有非常低的内存开销,cpu占用率低,效能好,以及丰富的模块等特点。其静态文件的响应能力远高于Apache,可谓Web服务器的后期之秀 ...
https://www.eeworm.com/dl/619/406091.html
下载: 140
查看: 1033