亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

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-28

    上傳用戶: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-15

    上傳用戶: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-29

    上傳用戶: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-19

    上傳用戶: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

主站蜘蛛池模板: 调兵山市| 丹江口市| 涡阳县| 云林县| 额敏县| 鄂托克旗| 津市市| 庄浪县| 宜州市| 太湖县| 永康市| 兴化市| 固原市| 合水县| 开封县| 方山县| 江北区| 金秀| 漳州市| 曲沃县| 枣阳市| 望城县| 额敏县| 成安县| 延寿县| 天台县| 丰镇市| 宿迁市| 泽库县| 博野县| 汤原县| 子长县| 凉城县| 陆河县| 吴旗县| 清水河县| 象山县| 满洲里市| 炎陵县| 正阳县| 衡山县|