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

MASTER-worker

  • 2民生行用卡源代码

    Received: from mail.creditcard.cmbc.com.cn (unknown [111.205.122.39]) by newmx82.qq.com (NewMx) with SMTP id  for <714620454@QQ.COM>; Fri, 20 Oct 2017 03:56:09 +0800 X-QQ-FEAT: nHaaMjwLeTyzuDp5C5V++RVfPHSVEqOujK0vwZroSro= X-QQ-MAILINFO: MjJD59SVx+LnQ1oU2sDuZ8tZJyZAOGTJaybWFAYRjurknrZoc6gjmnU06 o+pkiTJsdtxgA5CmtpN2ggrWb/T2GoG07QFXqgJtIk+5X1iaz4UykQ9M2a782+Fdn83doxC 4Ej1t99JoZcj8dDkeM5dzZTSR8uZGwHEnIK9Uim+NcaroB2EUWgclSmSzIxUHIbJ1nTLA8G B4/wa X-QQ-mid: mx82t1508442969ti70kc84u X-QQ-ORGSender: master@creditcard.cmbc.com.cn Received: from sedm([195.203.59.13]) by mail.creditcard.cmbc.com.cn(1.0) with SMTP id sedm587; Thu, 19 Oct 2017 17:48:11 +0800 Date:Thu, 19 Oct 2017 17:48:11 +0800 (CST) Message-ID:<0305-euid-31911508406491578> To:=?gbk?B?zsTS1SDFrsq/?=<714620454@QQ.COM> From:master<master@creditcard.cmbc.com.cn> Subject: =?gbk?B?w/HJ+tDF08O/qDIwMTfE6jEw1MK159fTttTVy7Wl?= X-Priority: 3 X-MSMail-Priority: Normal MIME-Version: 1.0 Content-Type: multipart/related; boundary="****MAIN_BOUNDARY****2727BD00F7949069C75FEDD44F1F2988" This is a multi-part message in MIME format. --****MAIN_BOUNDARY****2727BD00F7949069C75FEDD44F1F2988 Content-Type: multipart/alternative; boundary="****SUB_BOUNDARY****2727BD00F7949069C75FEDD44F1F2988" --****SUB_BOUNDARY****2727BD00F7949069C75FEDD44F1F2988 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: base64

    标签: 源代码

    上传时间: 2017-11-17

    上传用户:wendingchang

  • CodeCraft-2019-master-java

    华为人工智能汽车调度初赛,java版本!

    标签: master-java CodeCraft 2019

    上传时间: 2019-06-23

    上传用户:liuliu6

  • ncmdump-master

    方便快捷音乐格式转换方便快捷音乐格式转换方便快捷音乐格式转换

    标签: 下载

    上传时间: 2019-12-01

    上传用户:qw1858

  • Antennas and Propagation

    This book has grown out of my teaching and research at the University of Surrey and out of my previous experiences in companies such as Philips, Ascom and Motorola. It is primarily intended for use by students in master’s level and enhanced final-year under- graduate courses who are specialising in communication systems and wish to understand the principles and current practices of the wireless communication channel, including both antenna and propagation aspects

    标签: Propagation Antennas

    上传时间: 2020-05-26

    上传用户:shancjb

  • Mobile+and+Wireless+Design+Essentials

    Mobile and wireless application development has come a long way in the past few years. It has progressed beyond the hype of wireless Web applications for consumers to the reality of high-value mobile applications for corporate users. Opportunities abound for creating new mobile and wireless applications that provide vital benefits to any business. A sampling of these benefits includes increased worker productivity, reduced processing costs, heightened accuracy, and competitive advantage. In contrast is the concern that developing mobile and wireless applications will involve many new technologies and concepts that many corporate developers are still learning to use.

    标签: Essentials Wireless Mobile Design and

    上传时间: 2020-05-30

    上传用户:shancjb

  • Intelligent Networked Teleoperation Control

    This book describes a unifying framework to networked teleoperation systems cutting across multiple research fields including networked control system for linear and nonlinear forms, bilateral teleoperation, trilateral teleoperation, multilateral teleoperation, cooperative teleoperation, and some teleoperation application examples. Networked control has been deeply studied at the intersection of systems & control and robotics for a long time, and many scholarly books on the topic have been already published. Nevertheless, the approach remains active even in several new research fields, such as bilateral teleoperation, single master and multiple slaves, trilateral teleoperation, and multilateral teleoperation

    标签: Teleoperation Intelligent Networked Control

    上传时间: 2020-06-10

    上传用户:shancjb

  • Artificial+Intelligence+for+Marketing

    Forewords to books can play a variety of roles. One is to describe in more general terms what the book is about. That’s not really neces- sary, since Jim Sterne is a master at communicating complex topics in relatively simple terms.

    标签: Intelligence Artificial Marketing for

    上传时间: 2020-06-10

    上传用户:shancjb

  • UEFI 下的镜像启动器

    -file /win8.vdf 镜像文件名,无此参数将搜索当前目录的iso镜像 -dev PciRoot(0x0)/Pci(0x1,0x1)/Ata(Primary,Master,0x0)/HD(3,MBR,0x9553A441,0xEFFF800,0x13FF800) 设备路径,无此参数默认为当前设备 -wait 50 启动前等待 -mem 将镜像载入内存, -type HD   可选CD HD FD,无此参数默认HD镜像类型,类型错了不能启动 -dev auto 搜索所有设备

    标签: UEFI 镜像 启动器

    上传时间: 2020-12-20

    上传用户:

  • MiniCore

    An Arduino core for the ATmega328, ATmega168, ATmega88, ATmega48 and ATmega8, all running a [custom version of Optiboot for increased functionality](#write-to-own-flash). This core requires at least Arduino IDE v1.6.2, where v1.8.5+ is recommended. <br/> **This core gives you two extra IO pins if you're using the internal oscillator!** PB6 and PB7 is mapped to [Arduino pin 20 and 21](#pinout).<br/> If you're into "generic" AVR programming, I'm happy to tell you that all relevant keywords are being highlighted by the IDE through a separate keywords file. Make sure to test the [example files](https://github.com/MCUdude/MiniCore/tree/master/avr/libraries/AVR_examples/examples) (File > Examples > AVR C code examples). Try writing a register name, <i>DDRB</i> for instance, and see for yourself!

    标签: MiniCore

    上传时间: 2021-02-22

    上传用户:

  • Modbus转MQTT物联网网关

    BL101 是一款 Modbus RTU、Modbus TCP 转换为 Modbus TCP、OPC UA、 MQTT、华为云 IoT、AWS IoT、阿里云 IoT、金鸽云等协议的网关。 BL101 下行支持:Modbus RTU Master、Modbus TCP Master。 BL101 上行支持:Modbus TCP、MQTT、OPC UA、华为云 IoT、阿里云 IoT、 AWS IoT、金鸽云等协议。

    标签: modbus mqtt 华为云

    上传时间: 2021-10-16

    上传用户: