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

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

Key-value

  • This file contains a C++Builder 4 project called SimplyChaos-X ver 3.1 (SCX31). SCX31 is an encry

    This file contains a C++Builder 4 project called SimplyChaos-X ver 3.1 (SCX31). SCX31 is an encryption tool. I designed it as my graduation paper work. SCX31 is a symmetric stream cipher built on chaos function, one time pad cipher and inspiration from Ground Effect (aviation). The key length can be up to 40 characters (320 bits).

    標簽: SimplyChaos-X SCX contains Builder

    上傳時間: 2016-06-07

    上傳用戶:nanshan

  • This program is used to measure the temperature sensor on an F330 device. It uses 1-point calibrati

    This program is used to measure the temperature sensor on an F330 device. It uses 1-point calibration and stores the offset value in FLASH memory. The program outputs temperature values in 100ths of a degree Celsius with UART.

    標簽: temperature calibrati program measure

    上傳時間: 2014-01-19

    上傳用戶:啊颯颯大師的

  • 一款用JAVA制作開發的小型聊天軟件

    一款用JAVA制作開發的小型聊天軟件,里面附有安裝程序和JAVA源代碼。 Visual 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.

    標簽: JAVA 軟件

    上傳時間: 2014-09-06

    上傳用戶:龍飛艇

  • AutomaticPropertiesDefaultValues Article_src.zip PropertyInfo[] props = o.GetType().GetPropert

    AutomaticPropertiesDefaultValues Article_src.zip PropertyInfo[] props = o.GetType().GetProperties(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.Static) for (int i = 0 i < props.Length i++) { PropertyInfo prop = props[i] if (prop.GetCustomAttributes(true).Length > 0) { object[] defaultValueAttribute = prop.GetCustomAttributes(typeof(DefaultValueAttribute), true) if (defaultValueAttribute != null) { DefaultValueAttribute dva = defaultValueAttribute[0] as DefaultValueAttribute if(dva != null) prop.SetValue(o, dva.Value, null) }

    標簽: AutomaticPropertiesDefaultValues PropertyInfo Article_src GetPropert

    上傳時間: 2014-11-22

    上傳用戶:xaijhqx

  • 1.一個表達式和一個二叉樹之間

    1.一個表達式和一個二叉樹之間,存在著自然的對應關系。寫一個程序,實現基于二叉樹表示的算術表達式Expression的操作。 2.假設算術表達式Expression內可以含有變量(a~z)、常量(0~9)和二元運算符(+,-,*,/,^(乘冪))。實現以下操作: ⑴ReadExpr(E)——以字符序列的形式輸入語法正確的前綴表達式并構造表達式E。 ⑵WriteExpr(E)——用帶括弧的中綴表達式輸出表達式E。 ⑶Assign(V,c)——實現對變量Vde賦值(V=c),變量的初值為0。 ⑷Value(E)——對算術表達式E求值。 ⑸CompoundExpr(P,E1,E2)——構造一個新的復合表達式(E1)P(E2)。 3.在讀入表達的字符序列的同時,完成運算符和運算數的識別和處理以及相應的運算。 4.在識別出運算數的同時,要將其字符形式轉換成整數形式。 5.用在后根遍歷的次序對表達式求值。

    標簽: 表達式 二叉樹

    上傳時間: 2014-11-27

    上傳用戶:偷心的海盜

  • The MEASURE program uses analog and digital inputs to simulate a datalogger. You may watch the va

    The MEASURE program uses analog and digital inputs to simulate a datalogger. You may watch the value of analog input POT1 and the state of S2, S3 Buttons on MCBSTM32 evaluation board.

    標簽: datalogger simulate MEASURE program

    上傳時間: 2016-07-17

    上傳用戶:qq21508895

  • ofdm信道特性 Channel transmission simulator Channel transmission simulator % % inputs: % sig2 - noi

    ofdm信道特性 Channel transmission simulator Channel transmission simulator % % inputs: % sig2 - noise variance % Mt - number of Tx antennas % Mr - number of Rx antennas % x - vector of complex input symbols (for MIMO, this is a matrix, where each column % is the value of the antenna outputs at a single time instance) % H - frequency selective channel - represented in block-Toeplitz form for MIMO transmission % N - number of symbols transmitted in OFDM frame % % outputs: % y - vector of channel outputs (matrix for MIMO again, just like x matrix) % create noise vector sequence (each row is a different antenna, each column is a % different time index) note: noise is spatially and temporally white

    標簽: transmission simulator Channel inputs

    上傳時間: 2016-07-22

    上傳用戶:kelimu

  • 學上的基本神經元

    學上的基本神經元,人工的神經網絡也有基本的神經元。每個神經元有特定數量的輸入,也會為每個神經元設定權重(weight)。權重是對所輸入的資料的重要性的一個指標。然后,神經元會計算出權重合計值(net value),而權重合計值就是將所有輸入乘以它們的權重的合計。每個神經元都有它們各自的臨界值(threshold),而當權重合計值大于臨

    標簽:

    上傳時間: 2014-06-06

    上傳用戶:luke5347

  • Artistic Style is a reindenter and reformatter of C, C++, C# and Java source code. When indentin

    Artistic Style is a reindenter and reformatter of C, C++, C# and Java source code. When indenting source code, we as programmers have a tendency to use both spaces and tab characters to create the wanted indentation. Moreover, some editors by default insert spaces instead of tabs when pressing the tab key, and other editors (Emacs for example) have the ability to "pretty up" lines by automatically setting up the white space before the code on the line, possibly inserting spaces in a code that up to now used only tabs for indentation.

    標簽: reformatter reindenter and Artistic

    上傳時間: 2013-12-20

    上傳用戶:康郎

  • 本代碼適合嵌入式系統(愛普生S1C33209)硬件驅動

    本代碼適合嵌入式系統(愛普生S1C33209)硬件驅動,其中包括led驅動,key驅動,timer驅動,以及必須的boot,vector等源代碼。

    標簽: S1C33209 代碼 嵌入式系統 愛普生

    上傳時間: 2016-07-31

    上傳用戶:lps11188

主站蜘蛛池模板: 景东| 金川县| 石门县| 韩城市| 巴里| 盖州市| 旅游| 海原县| 新竹县| 文昌市| 固阳县| 牡丹江市| 吉林市| 灵武市| 黄浦区| 江津市| 安溪县| 济阳县| 神农架林区| 乌苏市| 龙山县| 宝兴县| 榆林市| 噶尔县| 南京市| 洛隆县| 前郭尔| 张家界市| 马关县| 嘉峪关市| 藁城市| 新疆| 延津县| 尉犁县| 万年县| 龙口市| 秀山| 临洮县| 宝应县| 肇源县| 湛江市|