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

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

column-weight

  • 設(shè)有一個SPJ數(shù)據(jù)庫

    設(shè)有一個SPJ數(shù)據(jù)庫,包括S、P、J、SPJ四個關(guān)系模式: S(SNO,SNAME,STATUS,CITY) P(PNO,PNAME,COLOR,WEIGHT) J(JNO,JNAME,CITY) SPJ(SNO,PNO,JNO,QTY) 供應商表S由供應商代碼SNO、供應商姓名SNAME、供應商狀態(tài)STATUS、供應商所在城市名CITY組成。 零件表P由零件代碼PNO、零件名PNAME、顏色COLOR、重量WETGHT組成。 工程項目表J由工程項目代碼JNO、工程項目名JNAME、工程項目所在城市名CITY組成。 供應情況表SPJ由供應商代碼SNO、零件代碼PNO、工程項目代碼JNO、供應數(shù)據(jù)QTY組成,表示某供應商供應某種零件給某工程項目的數(shù)量為QTY。 上述四表中的具體數(shù)據(jù)可以參考教材30、31頁。

    標簽: SPJ 數(shù)據(jù)庫

    上傳時間: 2015-12-23

    上傳用戶:LIKE

  • % because we do not truncate and shift the convolved input % sequence, the delay of the desired out

    % because we do not truncate and shift the convolved input % sequence, the delay of the desired output sequence wrt % the convolved input sequence need only be the delay % introduced by the ideal weight vector centred at n=5

    標簽: the convolved truncate sequence

    上傳時間: 2015-12-27

    上傳用戶:www240697738

  • TFIND searches for one or more strings (boolean AND) in a text file. TFIND reports all lines whe

    TFIND searches for one or more strings (boolean AND) in a text file. TFIND reports all lines where the string(s) were found (or NOT found by option). The search can be limited to a field in a fixed field (i.e. column oriented) list. An extended search mode is available, where only letters and digits are relevant. Other options: case sensitive search, alternative errorlevel with number of hits, header line with file name, LFN, custom prefix

    標簽: TFIND searches boolean reports

    上傳時間: 2016-01-24

    上傳用戶:lindor

  • A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual

    A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual manipulation of Winsock sockets, FTP principles, and GUI concepts such as List controls with in-place label-editing and column sorting, progress indicators, and reading and writing to the Registry

    標簽: CInternetSession CFtpConnection Demonstrates Windows

    上傳時間: 2014-01-04

    上傳用戶:FreeSky

  • 用分支限界法求解背包問題(0/1背包) 1.問題描述:已知有N個物品和一個可以容納TOT重量的背包

    用分支限界法求解背包問題(0/1背包) 1.問題描述:已知有N個物品和一個可以容納TOT重量的背包,每種物品I的重量為Weight,價值為Value。一個只能全放入或者不放入,求解如何放入物品,可以使背包里的物品的總價值最大。 2.設(shè)計思想與分析:對物品的選取與否構(gòu)成一棵解樹,左子樹表示裝入,右表示不裝入,通過檢索問題的解樹得出最優(yōu)解,并用結(jié)點上界殺死不符合要求的結(jié)點。

    標簽: TOT 分支 背包問題

    上傳時間: 2016-02-09

    上傳用戶:我們的船長

  • Computes BER v EbNo curve for convolutional encoding / soft decision Viterbi decoding scheme assum

    Computes BER v EbNo curve for convolutional encoding / soft decision Viterbi decoding scheme assuming BPSK. Brute force Monte Carlo approach is unsatisfactory (takes too long) to find the BER curve. The computation uses a quasi-analytic (QA) technique that relies on the estimation (approximate one) of the information-bits Weight Enumerating Function (WEF) using A simulation of the convolutional encoder. Once the WEF is estimated, the analytic formula for the BER is used.

    標簽: convolutional Computes encoding decision

    上傳時間: 2013-12-24

    上傳用戶:咔樂塢

  • 法國cromda編寫的新版本MATRICE 2(矩陣和矢量運算單元)。 // ----------------------------------------------------------

    法國cromda編寫的新版本MATRICE 2(矩陣和矢量運算單元)。 // ---------------------------------------------------------- // 12-01-02 : MODIFIED Matrice to Matrice2 (Delphi 6) // All routines now operate on rectangular matrix, except (InvMat and SysLin) // No more need to use the InitMat procedure (suppressed) : // - the routines detect automaticaly the dimensions of matrix and vector // - error code MatDimNul is generated if zero lines or column in matrix and vector (See DimensionMatrice and DimensionVecteur) // - error code MatMauvDim is generated if the dimensions of matrix/vector don t allow valid result // - // The result matrix is dimensioned automaticaly

    標簽: MATRICE cromda 法國 編寫

    上傳時間: 2014-01-23

    上傳用戶:sy_jiadeyi

  • matlab關(guān)于魯棒控制的例子

    matlab關(guān)于魯棒控制的例子,設(shè)計Distillation Column,有源代碼,和設(shè)計過程詳解。適合一定的基礎(chǔ)的人

    標簽: matlab 魯棒控制

    上傳時間: 2013-11-28

    上傳用戶:x4587

  • Swarm intelligence algorithms are based on natural behaviors. Particle swarm optimization (PSO) is

    Swarm intelligence algorithms are based on natural behaviors. Particle swarm optimization (PSO) is a stochastic search and optimization tool. Changes in the PSO parameters, namely the inertia weight and the cognitive and social acceleration constants, affect the performance of the search process. This paper presents a novel method to dynamically change the values of these parameters during the search. Adaptive critic design (ACD) has been applied for dynamically changing the values of the PSO parameters.

    標簽: intelligence optimization algorithms behaviors

    上傳時間: 2014-01-08

    上傳用戶:lgnf

  • I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are p

    I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are plenty of commercial grouped list controls available I wanted to have total control over the code and of course its usability. Superlist supports drag drop column customisation, grouping as well as handling thousands of entries smoothly. It s also highly customisable if you want to change its look and feel. In this article I ll explain how to use and extend the control in a demo project. If you download the source, you can find demo project under the Tests/SuperListTest directory.

    標簽: developing Superlist FeedGhost Although

    上傳時間: 2016-04-15

    上傳用戶:佳期如夢

主站蜘蛛池模板: 绿春县| 梧州市| 鄂伦春自治旗| 绵竹市| 惠东县| 怀仁县| 板桥市| 东港市| 永年县| 略阳县| 麻城市| 呈贡县| 乌什县| 聂拉木县| 武定县| 凤凰县| 化州市| 荔波县| 上犹县| 句容市| 内丘县| 伊春市| 米泉市| 内乡县| 鄢陵县| 泸西县| 乌审旗| SHOW| 东乌| 莱芜市| 龙门县| 明溪县| 两当县| 溧阳市| 东丰县| 石嘴山市| 泾源县| 精河县| 琼海市| 遵义市| 广灵县|