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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

files

  • 調(diào)試通道例子。DCC is available on ARM cores which contain EmbeddedICE logic, e.g. ARM7TDMI, ARM9TDMI, etc

    調(diào)試通道例子。DCC is available on ARM cores which contain EmbeddedICE logic, e.g. ARM7TDMI, ARM9TDMI, etc. DCC is accessed by the target via coprocessor 14 using the ARM instructions MCR and MRC. The two assembler source files provided are: outchan.s for Target to debugger communication inchan.s for Debugger to target communication

    標(biāo)簽: ARM e.g. TDMI EmbeddedICE

    上傳時(shí)間: 2013-12-21

    上傳用戶:liuchee

  • Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard

    Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard exe projects 1. Packager 2. Setup1 The packager works like Visual basic Application deployment Wizard. And the setup1 project is used for the installation of the package. This project demonstrates how to compile visual basic project without launching the Vb6 kit and retrieving the dependency files of any Visual basic project (although roughly done without any specific algorithm), Somebody can help me with this. I don’ t have time for the project, so I don’ t want any comment on the code indentation or arrangement and variable scoping. Comments are in the code therefore it would not be a problem to understand the code. If anyone wants to vote, I will like it Oh! I found some of the setup1 code and modify it with new features, so i have no or less credit for the setup1 project I felt like sharing code with PSCites. Thats why I made it

    標(biāo)簽: Visual Basic Developers Installer

    上傳時(shí)間: 2017-02-26

    上傳用戶:FreeSky

  • This code hs been taken from of util-linux It was modified that it only has one directory and just

    This code hs been taken from of util-linux It was modified that it only has one directory and just the needed files

    標(biāo)簽: util-linux directory modified taken

    上傳時(shí)間: 2013-12-14

    上傳用戶:cazjing

  • This project demonstrates the use of secure hash functions technique to implement a file encryption

    This project demonstrates the use of secure hash functions technique to implement a file encryption / decryption system. This implemented application can encrypt / decrypt multiple files on the fly using a password. The password supplied by the user is used as the source message from which the hash code (key) is generated using the SHA algorithm. Then this key is used to enctypted the data in the file(s). This key is stored in the encrypted file along with the encrypted data.

    標(biāo)簽: demonstrates encryption functions implement

    上傳時(shí)間: 2017-03-08

    上傳用戶:xuanchangri

  • This project demonstrates the use of secure hash functions technique to implement a file encryption

    This project demonstrates the use of secure hash functions technique to implement a file encryption / decryption system. This implemented application can encrypt / decrypt multiple files on the fly using a password. The password supplied by the user is used as the source message from which the hash code (key) is generated using the SHA algorithm. Then this key is used to enctypted the data in the file(s). This key is stored in the encrypted file along with the encrypted data.

    標(biāo)簽: demonstrates encryption functions implement

    上傳時(shí)間: 2014-01-10

    上傳用戶:yyq123456789

  • [設(shè)置短信服務(wù)為后臺(tái)服務(wù)] 一、為什么要設(shè)置短信服務(wù)為后臺(tái)服務(wù)? 這樣做

    [設(shè)置短信服務(wù)為后臺(tái)服務(wù)] 一、為什么要設(shè)置短信服務(wù)為后臺(tái)服務(wù)? 這樣做,可以實(shí)現(xiàn)無(wú)需登錄Windows,即可在后臺(tái)運(yùn)行短信服務(wù)軟件。 二、如何設(shè)置短信服務(wù)為后臺(tái)服務(wù)? 超級(jí)OA短信服務(wù)器軟件20070101之后版本中,集成了后臺(tái)服務(wù)配置程序(該免費(fèi)程序來(lái)自互聯(lián)網(wǎng),版權(quán)歸作者所有)。 配置方法如下: 1、首先設(shè)置好短信服務(wù)器軟件,確保經(jīng)測(cè)試可以發(fā)送手機(jī)短信,并取消“開(kāi)機(jī)自動(dòng)啟動(dòng)”的設(shè)置。 2、執(zhí)行后臺(tái)服務(wù)配置程序,首先點(diǎn)擊菜單,系統(tǒng)-〉服務(wù)安裝-〉安裝, 3、選擇運(yùn)行程序:OA短信服務(wù)器軟件默認(rèn)路徑是 C:\Program files\MYOASMS\MyOASMS.exe 請(qǐng)根據(jù)實(shí)際安裝路徑選擇。 4、運(yùn)行程序參數(shù):輸入 -1 -2 5、點(diǎn)擊 保存參數(shù) 按鈕,點(diǎn)擊 應(yīng)用 按鈕,退出配置程序。重新啟動(dòng)電腦,啟動(dòng)后60秒后, 短信服務(wù)器后臺(tái)服務(wù)程序就緒,可以從OA系統(tǒng)中,發(fā)送手機(jī)短信進(jìn)行測(cè)試。

    標(biāo)簽: 服務(wù) 短信 后臺(tái)

    上傳時(shí)間: 2017-03-12

    上傳用戶:亞亞娟娟123

  • this is word doccoment created on TFTP protocl i.e. Trivial File Transfer Protocol.this is the proto

    this is word doccoment created on TFTP protocl i.e. Trivial File Transfer Protocol.this is the protocol used to transfer the files over the network.

    標(biāo)簽: i.e. this doccoment Protocol

    上傳時(shí)間: 2017-03-21

    上傳用戶:fhzm5658

  • KBASIC is a BASIC like interpreter. It s implemented in C. The file includes the source code, execut

    KBASIC is a BASIC like interpreter. It s implemented in C. The file includes the source code, executable and various .bas files as examples. To try write basic.exe and the name of one of the .bas files and KBASIC will interpret the file.

    標(biāo)簽: C. interpreter implemented includes

    上傳時(shí)間: 2017-03-25

    上傳用戶:xzt

  • Builder uses to integrate a larger system module. Each component consists of a structured set of fi

    Builder uses to integrate a larger system module. Each component consists of a structured set of files within a directory. The files in a component directory serve the following The RS232 UART Core implements a method for communication of serial data. The core provides a simple register-mapped Avalon廬 interface. Master peripherals [such as a Nios廬 II processor] communicate with the core by reading and writing control and data registers.

    標(biāo)簽: structured integrate component consists

    上傳時(shí)間: 2014-01-15

    上傳用戶:lnnn30

  • Please read your package and describe it at least 40 bytes. System will automatically delete the di

    Please read your package and describe it at least 40 bytes. System will automatically delete the directory of debug and release, so please do not put files on these two directory

    標(biāo)簽: automatically describe package Please

    上傳時(shí)間: 2014-02-15

    上傳用戶:集美慧

主站蜘蛛池模板: 崇信县| 房山区| 太和县| 临邑县| 绥宁县| 富锦市| 平谷区| 台东县| 上杭县| 贞丰县| 昌乐县| 铁岭县| 彝良县| 尚义县| 五指山市| 怀来县| 镇雄县| 铜川市| 洪泽县| 荣成市| 滨州市| 英德市| 韶山市| 宁化县| 闽侯县| 安庆市| 含山县| 湾仔区| 德江县| 绵竹市| 界首市| 金昌市| 利辛县| 镇雄县| 紫阳县| 四平市| 溧阳市| 永丰县| 青州市| 芦溪县| 兴安盟|