搜索结果
找到约 1,272 项符合
Select-RAM 的查询结果
单片机开发 主要用于在单片机的监测中
主要用于在单片机的监测中,片内ram 的监测读写
Java编程 使用说明: 双击Demo.bat文件便可以执行 (需要配置好jre||JDK环境) 请输入sql语法关键字来测试改程序谢谢 目前支持的语法关键字如下设置: text.getSet
使用说明:
双击Demo.bat文件便可以执行
(需要配置好jre||JDK环境)
请输入sql语法关键字来测试改程序谢谢
目前支持的语法关键字如下设置:
text.getSettings().setCase_Insensitive(false) // 不区分大小写
text.getSettings().addKeyWord1("select")
text.getSettings().addKeyWord1("commit")
text.getSettings().add ...
嵌入式/单片机编程 cpress usb 芯片Vender 处理固件。 The purpose of this software is to demonstrate how to implement vendor s
cpress usb 芯片Vender 处理固件。
The purpose of this software is to demonstrate how
to implement vendor specific commands.
The following vendor specific commands are implemented:
A0 Firmware Upload/Download
A2 EEProm Load
A3 External Ram Load
A4 Set I2C Addr
A5 Get IIC Type (1 Byte or 2 Byte EEPROM) ...
其他嵌入式/单片机内容 ST7529液晶驱动 The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid cryst
ST7529液晶驱动 The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid crystal display systems. It generates 255
Segment and 160 Common driver circuits. This chip is connected directly to a microprocessor, accepts Serial Peripheral
Interface (SPI), 8-bit/16-bit parallel o ...
Linux/Unix编程 S64是atmel公司的一块ARM7处理器
S64是atmel公司的一块ARM7处理器,价格低廉,16k RAM 64K flash,带USB接口,是ARM入门的好选择,这个是它的电路图,protel的
其他行业 KEPware Automation DLL installation instructions: To use the KEPware Automation DLL in your Visua
KEPware Automation DLL installation instructions:
To use the KEPware Automation DLL in your Visual Basic project:
1) In the VB IDE, Select "Project/References".
2) If you have been using another vender s automation dll, uncheck it.
For example, uncheck "OPC Automation 2.0" for the OPC Foundation ...
SQL Server 极易使用的SQL数据库操作控件 Ver 1.0 一个很容易使用的SQL服务器操作控件
极易使用的SQL数据库操作控件 Ver 1.0
一个很容易使用的SQL服务器操作控件,体积小巧,方便使用,摆脱你挣扎在大堆代码中的苦恼,操作SQL数据库仅需要几句代码,易如反掌,主要功能有:
1. 很方便的登录到 SQL 服务器,支持SQL7.0 2000更高版本
2. 备份,修复和还原数据库操作
3. 任意添加和删除数据库操作
4. 任意控制SQL ...
VHDL/FPGA/Verilog 介绍了viterbi译码器的编解码器的设计
介绍了viterbi译码器的编解码器的设计,包括decoder.v,encoder.v.control.v,ram.v等,压缩 包里面有pdf说明
其他 Ideal for large low power (nanoWatt) and connectivity applications that benefit from the availabilit
Ideal for large low power (nanoWatt) and connectivity applications that benefit from the availability of four serial ports: double synchronous serial ports (I&sup2 C&#8482 and SPI&#8482 ) and double asynchronous (LIN capable) serial ports. Large amounts of RAM memory for buffering and FLASH program ...
数值算法/人工智能 在使用单片机作为控制cpu时
在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留 ...