搜索结果
找到约 1,870 项符合
INTERFACE-f 的查询结果
其他嵌入式/单片机内容 MMC interface and FAT File system
MMC interface and FAT File system
其他 This comprehensive clear screen tutorial using Java native interface. Teaches you from A-Z how you g
This comprehensive clear screen tutorial using Java native interface. Teaches you from A-Z how you go about clearing the windows dos console.
驱动编程 This structure defines the interface between the low-level tty driver and the tty routines. The foll
This structure defines the interface between the low-level tty driver and the tty routines. The following routines can be defined unless noted otherwise, they are optional, and can be filled in with a null pointer.
单片机开发 I2S Interface Specification The I2S-bus (Inter-IC Sound bus) is a serial link for transmitting ster
I2S Interface Specification
The I2S-bus (Inter-IC Sound bus) is a serial link for transmitting stereo audio between
devices in a system.
驱动编程 hid controller(human interface devices)一套完整的hid相关组件
hid controller(human interface devices)一套完整的hid相关组件,能够处理所有的usb接口的hid子类
其他 AES Interface Unit 加密算法接口演示程序
AES Interface Unit 加密算法接口演示程序
J2ME Writing an interactive Java program with a graphical user interface (GUI) running on the Java phone
Writing an interactive Java program with a graphical user interface (GUI) running on the Java phone emulator bundled with J2ME Wireless Toolkit 2.2 or Sun Java Wireless Toolkit 2.3 Beta Release. The Jave program will provide a tic-tac-toe board for two players to play a typical tic-tac-toe game on a ...
J2ME Writing an interactive Java program with a graphical user interface (GUI) running on the Java phone
Writing an interactive Java program with a graphical user interface (GUI) running on the Java phone emulator bundled with J2ME Wireless Toolkit 2.2 or Sun Java Wireless Toolkit 2.3 Beta Release. The Jave program will provide a Gobang board for two players to play a typical Gobang game on a Java mobi ...
matlab例程 Frequency Scale Conversion From f To f Scale frq2mel mel2frq mel The mel scale is based on the hu
Frequency Scale Conversion
From f To f Scale
frq2mel mel2frq mel The mel scale is based on the human perception of sinewave pitch.
frq2erb erb2frq erb The erb scale is based on the equivalent rectangular bandwidths of the human ear.
frq2midi midi2frq midi The midi standard specifies a numbering o ...
数值算法/人工智能 /*用单纯形算法求解多元函数极值计算机程序代码*/ /************************ *试用单纯形法求目标函数: *f(x)= 4(x1 -5)*(x1 -5) + (x2
/*用单纯形算法求解多元函数极值计算机程序代码*/
/************************
*试用单纯形法求目标函数:
*f(x)= 4(x1 -5)*(x1 -5) + (x2 -6)*(x1 -5)
*的极小值
*************************/