搜索结果
找到约 1,870 项符合
INTERFACE-f 的查询结果
数学计算 二分法求一个未知数方程的根f(x)=0,x属于[a,b],除了显示每次计算的小区间外
二分法求一个未知数方程的根f(x)=0,x属于[a,b],除了显示每次计算的小区间外,还根据给定的精度计算了所需的次数k
其他书籍 Personal Computer interface
Personal Computer interface
单片机开发 LPC932 EXAMPLE: COMMUNICATION WITH THE PC USING THE SERIAL INTERFACE
LPC932 EXAMPLE: COMMUNICATION WITH THE PC USING THE SERIAL INTERFACE
其他嵌入式/单片机内容 A example for I/O of USB interface in AVR single chip.
A example for I/O of USB interface in AVR single chip.
编译器/解释器 文件名 :test3.c * 文件描述:预测分析法实现的语法分析器。分析如下文法: * E->E+T | E-T | T * T->T*F | T/F |F *
文件名 :test3.c
* 文件描述:预测分析法实现的语法分析器。分析如下文法:
* E->E+T | E-T | T
* T->T*F | T/F |F
* F->(E) | i
* 输入:每行含一个表达式的文本文件(#号结束)。
* 输出:分析成功或不成功信息。
* 创建人:余洪周 <nick19842000.cublog.cn> 2006-12-16
* 版本号:1.0
* 说明 :为了 ...
软件工程 i2c explaination it introduce the hardware software interface
i2c explaination it introduce the hardware software interface
操作系统开发 This a java ICMP JNI interface
This a java ICMP JNI interface
数学计算 Using 3 methods to integrate the function f(x) = 1/(1+x*x)
Using 3 methods to integrate the function f(x) = 1/(1+x*x)
电子书籍 ASP开发指南,里面的西很不错的哟.This book is for anyone who wants to learn about using .NET for web interface desi
ASP开发指南,里面的西很不错的哟.This book is for anyone who wants to learn about using .NET for web interface design. Beginner or
hobbyist .NET developers can certainly get a good foundation of .NET web interface design by going
through this book from cover to cover. However, more seasoned .NET profe ...
数学计算 用爬山法求f(x,y)=1/(x2+y2+2)的最大值
用爬山法求f(x,y)=1/(x2+y2+2)的最大值,设计出具体的程序,使之能够动态演示爬山搜索过程。