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

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

NO

  • 棋盤填數問題 在N*N的棋盤上(1<=N<=10)請填入1

    棋盤填數問題 在N*N的棋盤上(1<=N<=10)請填入1,2,...N2共N2個數,使得任意兩個相鄰的數之和為素數。 填寫的方案如: 在這里我們約定:左上角的格子里必須放數字1。 輸出:如有多種解,則輸出第一行,第一列之和為最小的排列方案;若無解,則輸出“NO Answer”

    標簽: lt 10

    上傳時間: 2013-12-11

    上傳用戶:www240697738

  • 旅行家問題 一個旅行家想駕駛汽車以最少的費yi 用從一個城市到另一個城市(假設出發時油箱是空的)。給定兩個城市之間的距離為D1、汽車油箱的容量為C(以升為單位)

    旅行家問題 一個旅行家想駕駛汽車以最少的費yi 用從一個城市到另一個城市(假設出發時油箱是空的)。給定兩個城市之間的距離為D1、汽車油箱的容量為C(以升為單位),每升汽油能行駛的距離為 D2,出發點每升汽油價格P和沿途油站數N(N可以為零),油站i離出發點距離Di,每升汽油價格Pi(i=1,2...N)。計算結果四舍五入至小數點后兩位。 如果無法到達目的地,則輸出“NO Solution"。

    標簽: 城市 旅行 汽車

    上傳時間: 2015-02-14

    上傳用戶:vodssv

  • 數 據 結 構 大型 作業3.1輸入一個數列L

    數 據 結 構 大型 作業3.1輸入一個數列L,生成一棵二叉排序樹T;3.2對二叉排序樹T作中序遍歷,輸出結果;3.3計算二叉排序樹T的平均查找長度, 輸出結果;3.4判斷二叉排序樹T是否為平衡二叉樹,輸出信息“OK!”/“NO!”;3.5再使用上述數列L,生成平衡的二叉排序樹BT,每當插入新元素,發現當前的二叉排序樹BT不是平衡的二叉排序樹,則立即將它轉換成新的平衡的二叉排序樹BT;3.6計算平衡的二叉排序樹BT的平均查找長度,輸出結果。3.6分析對比未平衡化的二叉排序樹和平衡的二叉排序樹的查找效率(最好、最壞平均比較關鍵字數)

    標簽: 3.1 大型 輸入 數列

    上傳時間: 2014-11-22

    上傳用戶:com1com2

  • 啥也不說了

    啥也不說了,請看代碼示例 File : fat_dir.c FS_DIR *FS__fat_opendir(const char *pDirName, FS_DIR *pDir) { FS_size_t len FS_u32 unit FS_u32 dstart ....... FS_u32 dsize FS_i32 i char realname[12] char *filename if (!pDir) { return 0 /* NO valid pointer to a FS_DIR structure */ }

    標簽:

    上傳時間: 2013-12-14

    上傳用戶:梧桐

  • Copyright© 2004 Sergiu Dumitriu, Marta Gî rdea, Că tă lin Hriţ cu Permission is

    Copyright© 2004 Sergiu Dumitriu, Marta Gî rdea, Că tă lin Hriţ cu Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation with NO Invariant Sections, NO Front-Cover Texts, and NO Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License" All brand names, product names, or trademarks belong to their respective holders.

    標簽: Permission Copyright 259 Dumitriu

    上傳時間: 2015-04-02

    上傳用戶:jackgao

  • JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented feat

    JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is NO longer used, NO garbage collection), exceptions (handled in C/C++ or virtual machine code) and other debugging features. Objects and functions can be written in virtual machine code, as well as in C or C++, or any other language that can interface to C object code. The VM is written for maximum performance and thus is probably NOt suitable for embedded systems where a small memory footprint is required. Possible uses of the VM are in game development, scientific research, or to provide a stand-alone, general purpose programming environment.

    標簽: object-oriented JILRuntime register supports

    上傳時間: 2013-12-23

    上傳用戶:cc1015285075

  • This toolbox distributes processes over matlab workers available over the intranet/internet (SPMD or

    This toolbox distributes processes over matlab workers available over the intranet/internet (SPMD or MPMD parallel model). It is very useful for corsely granular parallelization problems and in the precesence of a distributed and heterogeneus computer enviroment. NO need for configuration files ! Cross platforms, cross OS and cross MATLAB versions. Workers can be added to the parallel computation even if it has started. NO need of a common file system, all comms are using tcpip connections

    標簽: over distributes available processes

    上傳時間: 2014-01-03

    上傳用戶:希醬大魔王

  • DNOtes For Delphi/C++Builder is a suite of VCL Components and a Class Library for accessing Lotus NO

    DNOtes For Delphi/C++Builder is a suite of VCL Components and a Class Library for accessing Lotus NOtes 4.x databases & servers.

    標簽: Components accessing Builder Library

    上傳時間: 2015-04-05

    上傳用戶:2525775

  • PolyNOmial fit functions === === === === RegressioNObject.cls contains a class that provides an

    PolyNOmial fit functions === === === === RegressioNObject.cls contains a class that provides an easy way to add polyNOmial regression functionality to any application. If you just want linear regression or a very high degree, NO matter: this class has good performance and scales seamlessly with the complexity of your problem.

    標簽: RegressioNObject PolyNOmial functions contains

    上傳時間: 2015-04-06

    上傳用戶:rocwangdp

  • Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant

    Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant of Bagging algorithm, whose purpose is to improve accuracy of local learners, such as kNN, through multi-model perturbing ensemble. Reference: Z.-H. Zhou and Y. Yu. Ensembling local learners through multimodal perturbation. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, NO.4, pp.725-735.

    標簽: Description Randomness Attribute Filtered

    上傳時間: 2015-04-10

    上傳用戶:ynzfm

主站蜘蛛池模板: 景泰县| 达尔| 武威市| 阿图什市| 五台县| 朔州市| 揭阳市| 淄博市| 镇安县| 鹿邑县| 麟游县| 灵山县| 汝南县| 新和县| 沽源县| 奇台县| 青海省| 贺州市| 五河县| 七台河市| 淳化县| 阿鲁科尔沁旗| 莱芜市| 铁力市| 安西县| 湛江市| 广汉市| 治多县| 鄂托克前旗| 华容县| 德令哈市| 密云县| 大竹县| 梁河县| 甘洛县| 曲麻莱县| 昭平县| 友谊县| 新郑市| 铜鼓县| 昌都县|