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

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

multiple-Input-Multiple-Output

  • KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware.

    KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware. It consists of a loadable kernel module (kvm.ko) and a userspace component. Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc. The kernel component of KVM is included in mainline Linux, and will appear in Linux 2.6.20. KVM is open source software.

    標簽: virtualization Kernel-based for hardware

    上傳時間: 2015-08-20

    上傳用戶:lijianyu172

  • /* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F

    /* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F(T,Y), A<=T<=B, Y(A) = ALPHA, * AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B]. * * INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA INTEGER N. * * OUTPUT: APPROXIMATION W TO Y AT THE (N+1) VALUES OF T. */

    標簽: APPROXIMATE ALGORITHM THE SOLUTION

    上傳時間: 2015-08-20

    上傳用戶:zhangliming420

  • ACM試題Problem K:Ones Description Given any integer 0 <= n <= 10000 not divisible by 2 or 5,

    ACM試題Problem K:Ones Description Given any integer 0 <= n <= 10000 not divisible by 2 or 5, some multiple of n is a number which in decimal notation is a sequence of 1 s. How many digits are in the smallest such a multiple of n?

    標簽: Description divisible Problem integer

    上傳時間: 2015-08-23

    上傳用戶:zhenyushaw

  • 王小平《遺傳算法——理論、應用與軟件實現》隨書光盤

    王小平《遺傳算法——理論、應用與軟件實現》隨書光盤,內容有: \GA 本書中所附源程序C或C++代碼文件及其可執行文件 Scs.cpp 基本分類算法源程序,輸入數據文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遺傳算法源程序, 輸入數據文件input,輸出文件output A_life.c 基于遺傳算法的人工生命模擬源程序, 輸入數據文件world GA_nn.c 基于遺傳算法優化神經網絡結構源程序,輸入數據文件sample Patmat.c 基于遺傳算法提取基元圖形源程序 \Sources 遺傳算法相關自由軟件及代碼

    標簽: 算法 光盤 軟件實現

    上傳時間: 2013-12-14

    上傳用戶:sz_hjbf

  • initial working phase of the design of said editor, featuring multicasting, advanced linux keyboard

    initial working phase of the design of said editor, featuring multicasting, advanced linux keyboard handling, sub-hierarchical expansion, and multiple cursors (similar to the concept found in moonedit). The author respectfully requests your compliance with the GPL

    標簽: multicasting featuring advanced keyboard

    上傳時間: 2015-08-27

    上傳用戶:invtnewer

  • The true-multilingual Virtual Keyboard with input translation support

    The true-multilingual Virtual Keyboard with input translation support

    標簽: true-multilingual translation Keyboard Virtual

    上傳時間: 2015-09-06

    上傳用戶:gundamwzc

  • The standard optimum Kalman filter demands complete knowledge of the system parameters, the input f

    The standard optimum Kalman filter demands complete knowledge of the system parameters, the input forcing functions, and the noise statistics. Several adaptive methods have already been devised to obtain the unknown information using the measurements and the filter residuals.

    標簽: parameters knowledge the standard

    上傳時間: 2013-12-17

    上傳用戶:541657925

  • 本程序分為界面和控制器核心兩部分 一、界面部分功能主要有: (1)顯示控制器核心數據和參數 (2)與用戶交互

    本程序分為界面和控制器核心兩部分 一、界面部分功能主要有: (1)顯示控制器核心數據和參數 (2)與用戶交互,可以調節初始輸入溫度值,并將溫度變化率清零以便進行新一輪的模擬。 界面使用了定時器。開啟模擬時候,每隔一秒,觸發一次計時器消息,完成下列工作: 1. 將界面上的當前溫度映射為模糊控制器的輸入溫度 2. 輸出當前溫度,當前溫度變化率 3. 調用模糊控制,得到控制器輸出值,將其乘以m_fFuelEffect (燃料輸出對溫度變化率的影響率,目前設置為0.3),得到變化率的變化,加到當前溫度變化率上,得到新的變化率。 4. 更新變化率,更新溫度。將結果映射到界面上。 5. 記錄相關數據并以圖形、數字方式輸出。 二、控制器核心用到的類有 (1)Rule_Func_Single 將簡單的函數包裝成類,方便后面使用。實現了 NB, NS, ZO, PS, PB 等梯形函數,以及常值函數。 (2)Grading_Func 繼承自Rule_Func_Single類,比基類增加一個輸入參數,指明梯形函數屬于Input, Delta或者Output 。 (3)Rule_Function 將兩個Grading_Func結合在一起,進行模糊與或模糊或等模糊邏輯操作,并輸出結果。

    標簽: 核心 程序 控制器

    上傳時間: 2014-11-01

    上傳用戶:Yukiseop

  • This a collection of sample processes that provide examples ranging from how to use a particular BP

    This a collection of sample processes that provide examples ranging from how to use a particular BPEL activity such as pick or scope, to more complex examples of processes that invoke external Web services or show techniques such as handling multiple start messages.

    標簽: collection particular processes examples

    上傳時間: 2013-12-26

    上傳用戶:sunjet

  • Problem Statement You are given a string input. You are to find the longest substring of input su

    Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameters: string Returns: string Method signature: string findReversed(string input) (be sure your method is public) Notes The substring and its reversal may overlap partially or completely. The entire original string is itself a valid substring (see example 4). Constraints input will contain between 1 and 50 characters, inclusive. Each character of input will be an uppercase letter ( A - Z ). Examples 0) "XBCDEFYWFEDCBZ" Returns: "BCDEF" We see that the reverse of BCDEF is FEDCB, which appears later in the string. 1)

    標簽: input Statement You are

    上傳時間: 2015-09-21

    上傳用戶:sunjet

主站蜘蛛池模板: 焉耆| 博爱县| 佛坪县| 聂荣县| 辛集市| 崇仁县| 南通市| 江山市| 英山县| 白玉县| 阜康市| 灵丘县| 广汉市| 社会| 晴隆县| 广灵县| 介休市| 博乐市| 资源县| 靖安县| 新化县| 兴文县| 西峡县| 教育| 怀来县| 九龙县| 亚东县| 个旧市| 自治县| 安达市| 永福县| 淅川县| 宁远县| 临夏县| 汝南县| 昭苏县| 沛县| 宝山区| 化隆| 同江市| 鄂托克前旗|