LOAD

共 288 篇文章
LOAD 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 288 篇文章,持续更新中。

based on Gauss method on load flow program that can help you better electrical system optimization

based on Gauss method on load flow program that can help you better electrical system optimization

FontExporter:将指定文件包含的文本

FontExporter:将指定文件包含的文本,用指定的字体和大小导出到字库。 <br><br>PicFont:在另一个系统显示字库,可以将上面导出的文本,用同样的字体和大小显示出来。<br><br>使用的时候,先用 FontExporter 将图片字库导出,eg.<br>java util.loc.FontExporter 宋体 12

EEPROM_IIC_8x51,use for load code and read code, then you can modify the eeprom code freely

EEPROM_IIC_8x51,use for load code and read code, then you can modify the eeprom code freely

程序所在目录:ex_PWM 打开,进行如下操作: 1. Project->Open

程序所在目录:ex_PWM 打开,进行如下操作: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL,编译链接 3. File->Load Program 4. Debug->Run 可以看到电机开始转动。本例程中PWM的频率是1KHZ ,输出的是两路带死去的PWM波形对。用户只需

程序所在目录:ex5_SPI D/A 转换芯片选用的是SPI 接口的TLC5620,串行4 通道8 位DA 转换。 打开CC2000,进行如下操作: 1.Project->Open

程序所在目录:ex5_SPI D/A 转换芯片选用的是SPI 接口的TLC5620,串行4 通道8 位DA 转换。 打开CC2000,进行如下操作: 1.Project->Open ,打开该目录中的工程文件。 2.Project->Rebuild ALL,编译链接 3.File->Load Program 4.Debug->GO Main 5.

汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open

汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL, 编译链接 3. File->Load Program 4. Debug->GO Main 5. Debug->RUN

汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open

汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL, 编译链接 3. File->Load Program 4. Debug->GO Main 5. Debug->RUN

full wave rectifierDuring the period from 伪 to 蟺, the input voltage vs input current is are positive

full wave rectifierDuring the period from 伪 to 蟺, the input voltage vs input current is are positive and the power flows from supply to the load. The converter is said to be operated at rectification

load data from pc to hand held terminal and vice versa

load data from pc to hand held terminal and vice versa

Java HTTP Server and Client - easy to configure (Client is multithreaded for load testing)

Java HTTP Server and Client - easy to configure (Client is multithreaded for load testing)

it a channel for the wii. We can play game backup with softchip.dol and we can use this channel to

it a channel for the wii. We can play game backup with softchip.dol and we can use this channel to load the latest version of softchip

AP2406技术手册

The AP2406 is a 1.5Mhz constant frequency, slope compensated current mode PWM step-down converter. The device integrates a main switch and a synchronous rectifier for high efficiency without an extern

Browser independent JavaScript SDK. ClassLoader to lazy load JavaScript classes, extensions to core

Browser independent JavaScript SDK. ClassLoader to lazy load JavaScript classes, extensions to core JavaScript, Reflection API, Collection API, Unit Testing API, AJAX API, Logging API, and Custom/DOM

功能要求: (1) start为”1”时

功能要求: (1) start为”1”时,步进电机转动。 start为”0”时,步进电机停转。 (2) 预设step_in为常数,当clk为上升沿,load和start为”1’加载时,电机开始转动,转动step_in次后,停止转动。当下次符合此要求时将再次转动。 (3) 通过load,,step_in同步或异步载入steps值。

ARM汇编

ARM汇编,实现DCT算法,图像压缩,JPEG 需要loadmemory,里面附带load文件示例以及样子图片,raw格式

A 13.56 MHz RFID transponder front-end with merged load modulation and voltage doubler-clamping rect

A 13.56 MHz RFID transponder front-end with merged load modulation and voltage doubler-clamping rectifier circuits

the load forecast based on Neural Networks,use the MATLAB

the load forecast based on Neural Networks,use the MATLAB

MySQL claims to be the world s most popular open source database, and with good reason. It is free

MySQL claims to be the world s most popular open source database, and with good reason. It is free, runs on a wide variety of platforms, is relatively simple, easy to configure and performs well e

编写一个Java程序

编写一个Java程序,设计一个运输工具类Transport,包含的成员属性有:速度pace、载重量load;汽车类Vehicle是Transport的子类,其中包含的属性有:车轮的个数wheels和车重weight;飞机Airplane类是Transport的子类其中包含的属性有:机型enginertype和发动机数量enginers。每个类都有相关所有数据的输出方法。

用C编写的短小精悍的数据库

用C编写的短小精悍的数据库,既有运行码,又有源代码,支持APPEND,DELETE,SAVE,LOAD,INSERT,SHOW,FIND,SORT,CLOSE,MODIFY,QUIT,HELP等命令,对于想学习如何用C实现数据库sql语句编程的同仁很有帮助。