虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Solid

全球领先的高可用实时数据库解决方案提供商Solid™InformationTechnology。Solid公司于1992年在芬兰首都赫尔辛基成立,致力于提供创新性的数据管理解决方案,使网络用户可以随时随地获取数据,就如同拨打电话时可以听到电话铃声一样。Solid™InformationTechnologySolid的DB关系数据库为各个行业的业务系统提供高性能、永不间断的数据管理平台,已经被全球超过300万个关键任务系统所采用,其高性能、高可靠性经过了十多年的应用检验,并且在电信、金融等行业的各种应用中积累了丰富的成功经验。
  • STC8单片机资料

    STC单片机资料 请用逗号分隔标签 * 资料描述:

    标签: STC8 单片机资料

    上传时间: 2019-12-02

    上传用户:hjd0303

  • 飞行器半实物仿真

    fds 选择文件 X 飞行器半实物仿真初案_

    标签: 飞行器 半实物仿真

    上传时间: 2020-03-06

    上传用户:stormfree

  • noi试题 图像的模糊处理

    给定m行n列的图像各像素点的灰度值,要求用如下方法对其进行模糊化处理: 1.四周最外侧的像素点灰度值不变; 2.中间各像素点新灰度值为该像素点及其上下左右相邻四个像素点原灰度值的平均(舍入到最接近的整数)。

    标签: noi 试题 图像 模糊

    上传时间: 2020-04-21

    上传用户:h149

  • 求小数的某一位

    描述 分数a/b化为小数后,小数点后第n位的数字是多少? 其中0 < a < b < 100,1≤n≤10000。 格式 输入格式 三个正整数a,b,n,相邻两个数之间用单个空格隔开。 输出格式 一个数字

    标签: c语言

    上传时间: 2020-05-03

    上传用户:h149

  • Spread-Spectrum+Communication+Systems+2nd

    Spread-spectrum communication is a core area within the field of digital communication. Originally used in military networks as countermeasures against the threats of jamming and interception, spread-spectrum systems are now widely used in commercial applications and are part of several wireless and mobile communication standards. Although spread-spectrum communication is a staple topic in textbooks on digital communication, its treatment is usually cursory. This book is designed to provide a more intensive examination of the subject that is suitable for graduate students and practicing engineers with a Solid background in the theory of digital communication. As the title indicates, this book stresses principles rather than specific current or planned systems, which are described in manyotherbooks.My goal in this bookis to providea concisebut lucidexplanation of the fundamentals of spread-spectrum systems with an emphasis on theoretical principles.

    标签: Spread-Spectrum Communication Systems 2nd

    上传时间: 2020-06-01

    上传用户:shancjb

  • Fuel+Cell+Micro-grids

    The Solid high-polymer-film-type fuel cell (PEM-FC) system is used as the power supply equipment for transportation and replaces an internal combustion engine. A reduction of the environmental load is expected through the cogeneration system’s (CGS) use of the PEM-FC system as a distributed power supply to individual houses, apartments, and so forth [1–3]. The growing use of distributed power systems, such as fuel cells, the reduction of power-transmission losses, and an increase of waste heat recovery are expected. Therefore, the reduction of carbon- dioxide emission is also expected as compared to conventional energy supply methods using commercial electric power. 

    标签: Micro-grids Fuel Cell

    上传时间: 2020-06-07

    上传用户:shancjb

  • Linear Control System Analysis and Design Fifth

    The countless technological advances of the twentieth century require that futureengineering educationemphasizebridging thegapbetweentheoryand the real world.Thisedition hasbeenprepared withparticular attentiontothe needs of undergraduates, especially those who seek a Solid foundation in control theory aswellas an ability tobridgethe gapbetween control theory and itsreal- world applications.To help the reader achieve this goal, computer-aided design accuracy checks (CADAC) are used throughout the text to encourage good habits of computerliteracy.Each CADAC uses fundamentalconcepts to ensure the viability of a computer solution.

    标签: Analysis Control Linear Design System Fifth and

    上传时间: 2020-06-10

    上传用户:shancjb

  • wiki-Control_Systems

    This book will discuss the topic of Control Systems, which is an interdisciplinary engineering topic. Methods considered here will consist of both "Classical" control methods, and "Modern" control methods. Also, discretely sampled systems (digital/computer systems) will be considered in parallel with the more common analog methods. This book will not focus on any single engineering discipline (electrical, mechanical, chemical, etc.), although readers should have a Solid foundation in the fundamentals of at least one discipline.

    标签: wiki-Control_Systems

    上传时间: 2020-06-10

    上传用户:shancjb

  • 基于51单片机的RS485从机系统设计

    题目:基于51单片机的RS485从机系统设计   单片机接口资源配置: 1.   上电复位电路; 2.   晶振电路采用11.0592Mhz晶振; 3.   485接口电路(P3.7用于485芯片的收发控制,收发管脚接单片机的rxd和txd); 4.   P2口通过外部跳线接相应的高低电平,配置从机地址为组号; 5.   P3.6外接一发光二极管(注意串联电阻进行限流); 6.   P3.2外接一按键,断开高电平,按下低电平; 7.   按键检测采用外部中断方式,下跳沿触发; 8.   单片机定时器0以模式1(16位模式)工作,产生50ms的定时中断,并在此基础上设计一单片机内部时钟(24小时制,能计数时、分、秒、50ms值); 9.   单片机串行通信采用模式1非多机通信方式,采用9600波特率以串行中断方式进行数据的收发通信,主机地址为0xF0,广播地址为0xFF。   系统功能需求: 1.   系统配置和自检功能: l  从机上电后进行初始化,通过读取P2口进行从机地址配置; l  发光二极管以每秒一次的频率闪烁(亮0.5秒,灭0.5秒); l  检测到一次按键按下操作后,熄灭发光二极管。   2.   数据接收和按键计时功能: l  从机接收主机程序(PC机上的串口调试程序)的按键允许命令帧并进行校验; l  校验正确并且目的地址是广播地址或者本从机的地址,通过发光二极管长亮指示,并允许按键操作; l  按键按下后,尽可能准确记录按键的动作时点(定时器的低8位、定时器的高8位、50ms值、秒、分、小时); l  按键操作只能响应一次,重复按键操作不响应; l  按键的动作时点记录后,发光二极管以每秒一次的频率闪烁(亮0.5秒,灭0.5秒)。   3.   数据发送功能: l  从机接收主机程序发来的时钟数据搜索命令帧并进行校验; l  如果校验正确并且数据帧的目的地址是本从机的地址,从机将前面记录的按键动作时点数据(定时器的低8位、定时器的高8位、50ms值、秒、分、小时)按附录中的时钟数据返回帧的帧格式回传给主机; l  时钟数据返回帧回传结束后,熄灭发光二极管。   4.   校验和生成和检测功能: l  发送数据帧时能自动生成数据帧校验和; l  每帧数据在发送帧尾前,发送一字节的当前帧数据的校验和; l  接收数据帧时能检测校验和并判断接收数据是否正确。 附录:帧定义   校验和的计算:除去帧头和帧尾后将帧中的其他数据求和并取低8位; 帧长:不计帧头、帧尾和校验和字节。   按键允许命令帧: 帧头 帧长 目的地址 源地址 命令字 校验和 帧尾 AA 04 FF F0 01 F4 66   时钟数据搜索命令帧: 帧头 帧长 目的地址 源地址 命令字  保留字 校验和 帧尾 AA 05 01 F0 03 00 F9 66   时钟数据返回帧: 帧头 帧长 目的地址 源地址 命令字 TL0 TH0 50ms 秒 分 时 校验和 帧尾 AA 0A F0 01 07 01 B6 09 03 00 00 C5 66     帧结构头文件frame.h(内容如下) //帧格式定义 #define FRAME_HEAD 0xAA    //帧头 #define FRAME_FOOT 0x66    //帧尾 #define FRAME_LEN  0x00    //帧长 #define FRAME_DST_ADR 0x01  //目的地址 #define FRAME_SRC_ADR 0x02 //源地址 #define FRAME_CMD  0x03    //命令字 #define FRAME_DATA 0x04    //帧数据起始 //帧命令定义 #define READY 0x01         //按键允许命令 #define TIME_SERCH 0x03    //时钟数据轮询命令 #define TIME_BACK  0x07    //时钟数据返回命令 //地址定义 #define BROAD_ADR  0xFF    //广播地址 #define MASTER_ADR 0xF0    //主机地址        

    标签: 51单片机 从机通信

    上传时间: 2020-06-18

    上传用户:umuo

  • 汇编语言编译器Visual Assembly

    Visual Assembly是一个绿色免费的汇编语言编译器,该软件提供了编辑、编译、运行、调试汇编语言程序的集成环境。目前支持MASM、TASM、MCS51三种编译器。 汇编语言编译器Visual Assembly目录说明 bin目录里为本软件 files目录为汇编语言写的用于测试的程序 source目录为本软件的源代码 masm为MASM类型的编译器,其中:masm.exe为编译器,link.exe为连接器

    标签: 汇编

    上传时间: 2020-11-11

    上传用户: