搜索结果
找到约 46 项符合
Built-In 的查询结果
按分类筛选
matlab例程 matlab例程MATLAB 6.x版的内建数据类型(Built-in data type)就有5种以上
matlab例程MATLAB 6.x版的内建数据类型(Built-in data type)就有5种以上,此外还有许多其他专门设计的类(Class),如符号类、内联函数类、控制工具包中的线性时不变模型类、神经网络类等。就程序设计而言,MATLAB 6.x版采用了面向对象编程技术。数据和编程的改变使用户能更简捷而自然地解决复杂的计算问题(如符号计算问 ...
其他嵌入式/单片机内容 SSD1289 240 RGB x 320 TFT LCD Controller Driver integrated Power Circuit, Gate and Source Driver wi
SSD1289 240 RGB x 320 TFT LCD Controller Driver
integrated Power Circuit, Gate and Source Driver with built-in RAM technical data
技术资料 FT5216数据手册
The FT5x16 Series ICs are single-chip capacitive touch panel controller ICs with a built-in Micro-controller unit (MCU).
其他书籍 The TW2835 has four high quality NTSC/PAL video decoders, dual color display controllers and dual v
The TW2835 has four high quality NTSC/PAL video decoders, dual color
display controllers and dual video encoders. The TW2835 contains four
built-in analog anti-aliasing filters, four 10bit Analog-to-Digital converters,
and proprietary digital gain/clamp controller, high quality Y/C separator to
redu ...
系统设计方案 Abstract: This application note describes the program and data flash and how to erase/write the flas
Abstract: This application note describes the program and data flash and how to erase/write the flash using the built-in utility
ROM. This application note applies to the MAXQ flash-based microcontrollers that use a sector erasable flash
其他书籍 Oracle PL/SQL Best Practices is a concise, easy-to-use summary of best practices in the program dev
Oracle PL/SQL Best Practices is a concise, easy-to-use summary of best
practices in the program development process. It covers coding style,
writing SQL in PL/SQL, data structures, control structures, exception
handling, program and package construction, and built-in packages.
微处理器开发 The LN2410SBC is a high performance single board computer based on ARM920T (MMU included). Its ultra
The LN2410SBC is a high performance single board computer based on ARM920T (MMU included). Its ultra low power consumption, various built-in IO ports and support for Linux/WinCE/RTOS make it suitable for many industry applications.
其他 Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files
Introduction
Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolbox functions to compute something. In my past articl ...
数值算法/人工智能 This OpenNL, a library to easily construct and solve sparse linear systems. * OpenNL is supplied wi
This OpenNL, a library to easily construct and solve sparse linear systems.
* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR).
* OpenNL can also use other solvers (SuperLU 3.0 is supported as an OpenNL extension,MUM ...
数值算法/人工智能 This matrix C++ template class library is for performing common matrix operations in your C++ progra
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file