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

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

Key-value

  • isual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirement

    isual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirements - Use customchatdev.html for developing / testing - Create .jar and .cab-files containing client-specific .class-files and the images-folder (use zip and cabarc compressing tools) - Adapt the customchat.html file - Upload all the files to your webserver - Start the ChatServer by invoking java at.ac.uni_linz.tk.vchat.ChatServer [port [server-key]] from your commandline - I kindly ask you to leave copyright and credit information in the InfoPanel.class as it is - but you are invited to add your own text. In case of violations I will consider excluding this class from the source in the future.

    標簽: Chat requirement Developer Customize

    上傳時間: 2017-01-27

    上傳用戶:iswlkje

  • 本文檔介紹了如何使用各種內嵌工具

    本文檔介紹了如何使用各種內嵌工具,函數和其他一些小技巧來加強使用matlab的速度和效率,是廣大愛好者必讀的文檔。具體內容請參閱文檔。 Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column vector, bounding a value without if statements, and repeating/tiling a vector without repmat. Contents: * The Profiler * Array Preallocation * JIT Acceleration * Vectorization * Inlining Simple Functions * Referencing Operations * Numerical Integration * Signal Processing * Miscellaneous Tricks

    標簽: 文檔 如何使用 內嵌

    上傳時間: 2013-12-11

    上傳用戶:cuiyashuo

  • VC技術內幕第五版,學習VC經典書籍 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet tech

    VC技術內幕第五版,學習VC經典書籍 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.

    標簽: Microsoft continued Internet release

    上傳時間: 2013-12-14

    上傳用戶:ve3344

  • 含24bitAD的C8051F350單片機的測試程序

    含24bitAD的C8051F350單片機的測試程序,包含ADC,DAC,PWM,LCD,KEY,GPIO,UART,USB,EEPROM等外設的例程

    標簽: C8051F350 bitAD 24 單片機

    上傳時間: 2014-01-01

    上傳用戶:xuanjie

  • This software package contains the USB framework core developped by ATMEL, as well as a Mass stora

    This software package contains the USB framework core developped by ATMEL, as well as a Mass storage driver. The MSD driver uses the internal flash of the chip to operate as a disk-on-key. The following files are included : - core/ -> Source code for the framework core -> Makefile for the core - msd/ -> Source code for the Mass Storage driver -> Makefile for the MSD driver - bin/ -> Compiled binaries for every supported chips - lib/ -> Lib v3 files for every supported chips - ./ -> Makefile for the framework -> Startup file

    標簽: developped framework software contains

    上傳時間: 2017-02-14

    上傳用戶:003030

  • Applet小游戲 附件是我自己做的一個打字游戲,其中用到了java的多線程, 打開play.html 即可看到游戲畫面. 其源代碼中的四個applet 參數: <param

    Applet小游戲 附件是我自己做的一個打字游戲,其中用到了java的多線程, 打開play.html 即可看到游戲畫面. 其源代碼中的四個applet 參數: <param name = "stepLen" value = "3"> <param name = "stepInterval" value = "50"> <param name = "columNum" value = "15"> <param name = "createInterval" value = "600"> 改變它們的值可以改變字母下落速度. 有興趣的話,可以幫忙看看,有不足的還望大家指出. 下面的TypeTrainApplet.rar是源代碼. 開發環境: jBuilder7.0 , jdk4.0

    標簽: Applet applet param java

    上傳時間: 2017-02-20

    上傳用戶:lz4v4

  • This taglib contains tags used to create struts input forms, as well as other tags generally useful

    This taglib contains tags used to create struts input forms, as well as other tags generally useful in the creation of HTML-based user interfaces. Many of the tags in this tag library will throw a JspException at runtime when they are utilized incorrectly (such as when you specify an invalid combination of tag attributes). JSP allows you to declare an "error page" in the <%@ page %> directive. If you wish to process the actual exception that caused the problem, it is passed to the error page as a request attribute under key org.apache.struts.action.EXCEPTION.

    標簽: tags generally contains taglib

    上傳時間: 2017-02-21

    上傳用戶:dianxin61

  • This is an implementation of double-array structure for representing trie, as proposed by Junichi A

    This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe [1]. Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as efficient as hashing, trie also provides flexibility on incremental matching and key spelling manipulation. This makes it ideal for lexical analyzers, as well as spelling dictionaries. See the details of the implementation at [2]: http://linux.thai.net/~thep/datrie/datrie.html Historically, this was first implemented as C++ classes in a library called midatrie [2], but later simplified and rewritten from scratch in C.

    標簽: implementation double-array representing structure

    上傳時間: 2013-12-10

    上傳用戶:shinesyh

  • 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.

    標簽: demonstrates encryption functions implement

    上傳時間: 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.

    標簽: demonstrates encryption functions implement

    上傳時間: 2014-01-10

    上傳用戶:yyq123456789

主站蜘蛛池模板: 富蕴县| 马鞍山市| 佛冈县| 宜宾县| 嘉祥县| 临湘市| 额敏县| 尼木县| 阳泉市| 昆山市| 乐亭县| 土默特右旗| 莎车县| 汉源县| 布尔津县| 互助| 涡阳县| 松潘县| 通州市| 周至县| 平武县| 开江县| 五莲县| 绩溪县| 化德县| 新兴县| 武功县| 托克逊县| 铜梁县| 宜川县| 恩平市| 石城县| 株洲县| 贵港市| 南投市| 湖南省| 库尔勒市| 通城县| 贡嘎县| 阜南县| 阿鲁科尔沁旗|