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

Execute

  • The DSKs or eZdspTM LF2407 and the DMC1500 make up a table top motor development system which allow

    The DSKs or eZdspTM LF2407 and the DMC1500 make up a table top motor development system which allows engineers and software developers to evaluate certain characteristics of the TMS320F240, TMS320F243, and TMS320LF2407 DSPs to determine if the processor meets the designers application requirements. Evaluators can create software to Execute onboard or expand the system in a variety of ways.

    标签: development eZdspTM system allow

    上传时间: 2013-12-24

    上传用户:zhuoying119

  • Skype4Java开发指南 Skype4Java架构 Skype4Java提供了一个较为完善的开发体系

    Skype4Java开发指南 Skype4Java架构 Skype4Java提供了一个较为完善的开发体系,使您可以非常容易地使用Java开发Skype外壳程序。 Skype插件程序与Skype的通信都是基于一些文本命令来完成的。因此,要想开发Skype的插件应用,就需要依靠不同操作系统平台的系统调用,发送Skype平台的相应命令来实现。 Skype4Java在最底层,也是通过操作系统的系统调用来完成消息的发送。针对异构平台,Skype4Java提供了不同平台的底层实现,而Skype4Java的使用者不用管具体的操作系统平台。因为抽象父类Connector类的静态方法getInstance()具体判断当前操作系统是什么平台,采用简单的工厂模式,返回相应平台的子类对象,如OSXConnector.,LinuxConnector, WindowsConnector, Win32Connector等,这些都是Connector类的子类。Connector及其子类即实现了一些系统调用的方法,其中被重载的一系列Execute()方法最终调用不同子类的sendCommand (String command)方法来实现了不同平台的消息发送。 而对于一些数据的接收和处理全局都是采用事件监听的机制(观察者模式),用于完成数据的接收,处理机制的调用,错误的处理等。 Skype平台利用错误消息机制提供了出错的处理。因此,在我们的错误处理中,只需分析错

    标签: Skype4Java 开发指南 架构

    上传时间: 2014-11-27

    上传用户:manlian

  • Requirement =====================================================================================

    Requirement ===================================================================================== python 2.4+ wxPython 2.6+ Unicode Version Installation ===================================================================================== Directly extract the tarbar into a empty directory or overwrite the old directory, that s ok. Run ===================================================================================== Execute: python ulipad.pyw or python ulipad.py

    标签: Requirement

    上传时间: 2017-02-01

    上传用户:ruan2570406

  • C++ source code interpreter for Win 32 platforms, for developers and end-users. The goal of our proj

    C++ source code interpreter for Win 32 platforms, for developers and end-users. The goal of our project is to interpret C++ source code and Execute it. The interpreter will run on Win32 platforms. We will create and develop it in C++ language. The latest file releases

    标签: interpreter developers for end-users

    上传时间: 2014-08-14

    上传用户:2525775

  • This is IR (Infra-Red) learn module for home automation system. It can learn IR codes from different

    This is IR (Infra-Red) learn module for home automation system. It can learn IR codes from different IR remotes, and then Execute any assigned actions controlled by learned IR remote. This project was developed using Keil 8051 compiler. Processor - Atmel AT89C51 Frequency - 22.1184 Mhz (described as OSC_FREQ in "timer.h") Timer 0 - system timer (used for timeouts and delays) Also, look in folder /doc for additional information about IR codes formats and codes from different manufacturers.

    标签: learn automation Infra-Red different

    上传时间: 2017-05-30

    上传用户:无聊来刷下

  • 多线程下载的源代码, 安装及使用须知 1、本程序要求先安装jdk和jCreator和Tomcat。 2、按照本书1.3节中所述安装单机的网络运行环境。

    多线程下载的源代码, 安装及使用须知 1、本程序要求先安装jdk和jCreator和Tomcat。 2、按照本书1.3节中所述安装单机的网络运行环境。 3、创建一个名为try.rar的文件,然后将作为目标文件的try.rar放在 第一步设置好的服务器的根目录下,对应的本地物理路径是安装Tomcat的 文件夹下的ROOT目录。然后在运行范例程序时,只要使用默认的 路径就可以了。或者你也可以使用其他的路径,甚至是真正的远程 文件,但是需要参考相应的说明来设置。 4、在jCreator建立一个叫做MTdownload的工程 5、把本章目录下的所有源文件加入到这个工程中 6、在build菜单下选择complier project 7、在build菜单下选择Execute project,程序就可以运行了

    标签: jCreator Tomcat jdk 1.3

    上传时间: 2017-06-28

    上传用户:as275944189

  • java 线程 静态锁

    java 线程 静态锁,对象锁, synchronized 是锁方法还是锁对象?还是锁类?如何实现?? 部分代码如下, public static Object lock=new Object() //静态锁,锁类,不是锁对象了!!所以两个线程同时 运行两个 TestThread 的Execute( ),也可以同步!!! public void Execute(){ // synchronized(lock){ for(int i=0 i<20 i++){ try { Thread.sleep(30) } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace() } System.out.println(Thread.currentThread().getName()+Thread.currentThread ().getName()+" "+i) } } }

    标签: java 线程

    上传时间: 2017-07-15

    上传用户:lijianyu172

  • Flash functions for STR71X uControllers. This file replaces the ST Library flash.c file, including t

    Flash functions for STR71X uControllers. This file replaces the ST Library flash.c file, including the option of Execute any flash function from Ram, alowing a way to program flash from a program running in flash.

    标签: file uControllers functions including

    上传时间: 2017-09-18

    上传用户:xzt

  • QuasarRAT-1.3.0.0

    C#远控源代码 * TCP network stream (IPv4 & IPv6 support) * Fast network serialization (NetSerializer) * Compressed (QuickLZ) & Encrypted (AES-128) communication * Multi-Threaded * UPnP Support * No-Ip.com Support * Visit Website (hidden & visible) * Show Messagebox * Task Manager * File Manager * Startup Manager * Remote Desktop * Remote Webcam * Remote Shell * Download & Execute * Upload & Execute * System Information * Computer Commands (Restart, Shutdown, Standby) * Keylogger (Unicode Support) * Reverse Proxy (SOCKS5) * Password Recovery (Common Browsers and FTP Clients) * Registry Editor

    标签: QuasarRAT

    上传时间: 2019-04-21

    上传用户:netangels

  • Smart+Grids

    n present power system, the engineers face variety of challenges in planning, construction and operation. In some of the problems, the engineers need to use managerial talents. In system design or upgrading the entire system into automatic control instead of slow response of human operator, the engineers need to exercise more technical knowledge and experience. It is principally the engi- neer’s ability to achieve the success in all respect and provide the reliable and uninterrupted service to the customers. This chapter covers some important areas of the traditional power system that helps engineers to overcome the challenges. It emphasizes the characteristics of the various components of a power system such as generation, transmission, distribution, protection and SCADA system. During normal operating conditions and disturbances, the acquired knowledge will pro- vide the engineers the ability to analyse the performance of the complex system and Execute future improvement

    标签: Smart Grids

    上传时间: 2020-06-07

    上传用户:shancjb