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

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

INITIAL

  • 一個使用免疫算法實現(xiàn)物流調(diào)度的源代碼

    一個使用免疫算法實現(xiàn)物流調(diào)度的源代碼,使用SQL Server 2005+Visual Studio C# 2005開發(fā),可以在地圖上描出優(yōu)化路徑。壓縮包中的wldd.bak和wldd1.bak為數(shù)據(jù)庫文件,將其恢復到SQL Server 2005中即可。需要注意的是,默認的連接字符串為 connectionString="Data Source=YANXL\SQLEXPRESS INITIAL Catalog=wldd1 User ID=sa Password=dream" 初始密碼可以改掉

    標簽: 免疫算法 調(diào)度 源代碼

    上傳時間: 2014-01-26

    上傳用戶:1079836864

  • This paper presents several low-latency mixed-timing FIFO (first-in–first-out) interfaces designs t

    This paper presents several low-latency mixed-timing FIFO (first-in–first-out) interfaces designs that interface systems on a chip working at different speeds. The connected systems can be either synchronous or asynchronous. The designs are then adapted to work between systems with very long interconnect delays, by migrating a single-clock solution by Carloni et al. (1999, 2000, and 2001) (for “l(fā)atency-insensitive” protocols) to mixed-timing domains. The new designs can be made arbitrarily robust with regard to metastability and interface operating speeds. INITIAL simulations for both latency and throughput are promising.

    標簽: mixed-timing low-latency interfaces first-out

    上傳時間: 2015-10-08

    上傳用戶:dapangxie

  • B/S版ERP安裝方法 1、安裝IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000 2、將目錄Copy_of_ERP和webctrl_clie

    B/S版ERP安裝方法 1、安裝IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000 2、將目錄Copy_of_ERP和webctrl_client復制到C:/Inetpub/wwwroot下,并將Copy_of_ERP目錄設置成IIS虛擬目錄 3、在SQL Server2000中新建一個Storage用戶和LXTXERP數(shù)據(jù)庫,然后將Data目錄中的LXTXERP.BAK數(shù)據(jù)庫備份文件還原 4、修改Copy_of_ERP目錄下的Web.config文件的連接屬性sa用戶的密碼: <add key="mydns" value="data source=(local) INITIAL catalog=LXTXERP persist security info=False user id=sa pwd=123 workstation id=jl packet size=4096" /> 5、在Windows管理工具中打開Internet 服務管理器,運行Copy_of_ERP中的Login.aspx打開ERP登錄頁面,默認用戶:admin 密碼:123 6、OK

    標簽: webctrl_clie Copy_of_ERP Framework Microsoft

    上傳時間: 2015-12-09

    上傳用戶:zhuimenghuadie

  • #if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H_

    #if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CGAQueen { public: CGAQueen(int nPopulation,int nIteration,float Mutation,int mChBoard) virtual ~CGAQueen() void Clear() // to clear chess board with 0 value void INITIALPopulation() // to create the first and INITIAL randompopulation void FillArea(int index) // to fill chess board with desired chromosome int CostFunc(int index) // determine the cost of matrix[index][index] void PopulationSort() // to sort population from the best to the worst void GenerateCrossOverMatrix() // a way to create children from parent is CcrossOver void Mating() // to create children from parents void Ap

    標簽: AFX_GAQUEEN_H INCLUDED defined define

    上傳時間: 2015-12-27

    上傳用戶:wuyuying

  • 商品銷售管理系統(tǒng) 1.首先確保您的機器上安裝了SQL Server數(shù)據(jù)庫。將SQL Server服務器名稱改為JAMESLIN

    商品銷售管理系統(tǒng) 1.首先確保您的機器上安裝了SQL Server數(shù)據(jù)庫。將SQL Server服務器名稱改為JAMESLIN,如果不修改服務器名稱,則需要修改VB程序,在frmLogin窗體的cmdOK_Click函數(shù)中,修改代碼: strConn = "Provider=SQLOLEDB.1 Integrated Security=SSPI Persist Security Info=False INITIAL Catalog=Sale Data Source=JAMESLIN UID=Admin PWD=111" 即Source=JAMESLIN中的“JAMESLIN”改為您本機服務器名。 2.在SQL Server“企業(yè)管理器”中“安全性|登錄”中,創(chuàng)建用戶:Admin,其密碼為111。 3.打開SQL Server“企業(yè)管理器”的“工具|還原數(shù)據(jù)庫”菜單命令,在對話框在設置還原的數(shù)據(jù)庫名為Sale,選擇從“設備”還原,根據(jù)向?qū)е鸩竭x擇本章目錄的“數(shù)據(jù)庫”子目錄下的文件Sale Backup,從而建立數(shù)據(jù)庫。 這樣,就可以運行本章程序了。

    標簽: Server SQL JAMESLIN

    上傳時間: 2015-12-30

    上傳用戶:nairui21

  • How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters S

    How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any INITIAL partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (N-k) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments.

    標簽: the decision clusters Cluster

    上傳時間: 2013-12-21

    上傳用戶:gxmm

  • 更新內(nèi)容: 1 增加了搜索功能 2 提供了幫助頁面 修改若干小問題 管理名稱 admin 初始密碼:admin-update : added a search function to help pro

    更新內(nèi)容: 1 增加了搜索功能 2 提供了幫助頁面 修改若干小問題 管理名稱 admin 初始密碼:admin-update : added a search function to help provide two pages of small amendments to a number of issues management INITIAL name admin Password : admin

    標簽: admin-update function search admin

    上傳時間: 2014-01-06

    上傳用戶:cmc_68289287

  • ET++ is a portable and homogenous object-oriented class library integrating user interface building

    ET++ is a portable and homogenous object-oriented class library integrating user interface building blocks, basic data structures, and high level application framework components. ET++ eases the building of highly interactive applications with consistent user interfaces following the direct manipulation principle. The ET++ class library is implemented in C++ and can be used on several operating systems and window system platforms. Since its INITIAL conception the class library has been continuously redesigned and improved. It started with an architecture which was close to MacApp. During several iterations a new and unique architecture evolved. A byproduct of the ET++ project is a set of tools, which were designed to support the exploration of ET++ applications at run-time. 設計模式一書引用的主要參考例程,一個跨平臺的應用框架,基于C++實現(xiàn),是學習面向?qū)ο蟮慕?jīng)典源碼.

    標簽: object-oriented integrating homogenous interface

    上傳時間: 2016-04-15

    上傳用戶:tedo811

  • runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z)

    runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z) with model order p V = INITIAL covariance of observation sequence noise returns model parameter estimation sequence A, sequence of predicted outcomes y_pred and error matrix Ey (reshaped) for y and Ea for a along with inovation prob P = P(y_t | D_t-1) = evidence

    標簽: matrix observations Kalman-Bucy prediction

    上傳時間: 2016-04-28

    上傳用戶:huannan88

  • This folder has some scritps that you may find usefull. All of it comes from questions that I ve r

    This folder has some scritps that you may find usefull. All of it comes from questions that I ve received in my email. If you have a new request/question, feel free to send it to marceloperlin@gmail.com. But please, don t ask me to do your homework. Passing_your_param0 This folder contains instructions (and m files) for passing you own INITIAL parameters to the fitting function. I also included a simple simulation script that will create random INITIAL coefficients (under the proper bounds) and fit the model to the data.

    標簽: that questions scritps usefull

    上傳時間: 2013-12-28

    上傳用戶:netwolf

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品99久久久久久久久| 狠狠干狠狠久久| 欧美日韩精品在线播放| 亚洲激情二区| 欧美日韩一区二区在线视频| 妖精成人www高清在线观看| 欧美视频免费看| 亚洲综合视频1区| 国产一区二区三区日韩| 久久在线免费视频| 亚洲精选大片| 国产麻豆成人精品| 老色批av在线精品| 亚洲无毛电影| 136国产福利精品导航网址| 欧美日本三级| 亚洲欧美激情诱惑| 亚洲第一偷拍| 国产精品人人爽人人做我的可爱| 亚洲欧美文学| 伊大人香蕉综合8在线视| 欧美自拍丝袜亚洲| 91久久久久| 国产精品久久中文| 欧美在线三级| 日韩午夜高潮| 国产一区二区| 欧美激情综合| 香蕉成人啪国产精品视频综合网| 伊人久久男人天堂| 国产精品99免费看 | 久久久久久久一区二区三区| 亚洲人www| 韩国v欧美v日本v亚洲v| 欧美精品综合| 久久精品国产91精品亚洲| 日韩视频不卡| 黄色日韩在线| 国产亚洲精品美女| 欧美日韩综合网| 欧美大学生性色视频| 欧美一区二区三区久久精品| 日韩视频专区| 亚洲精品国产精品久久清纯直播| 国产一区二区三区日韩欧美| 国产精品h在线观看| 欧美激情网友自拍| 老妇喷水一区二区三区| 久久福利影视| 亚洲欧美亚洲| 中文久久乱码一区二区| 亚洲经典自拍| 一本色道久久综合亚洲精品按摩| 国产精品你懂的在线欣赏| 欧美国产日产韩国视频| 久久噜噜亚洲综合| 欧美在线你懂的| 亚洲一区二区在线免费观看| 亚洲毛片一区二区| 亚洲国产三级在线| 激情综合激情| 精品1区2区3区4区| 黄页网站一区| 欧美一区亚洲二区| 亚洲激情在线激情| 136国产福利精品导航网址应用| 国产精品久久久久久一区二区三区| 欧美日本韩国一区| 欧美日韩亚洲成人| 欧美视频一区二区三区…| 欧美日韩在线一二三| 欧美日韩在线不卡| 国产精品久久久久国产a级| 欧美午夜精品一区二区三区| 欧美特黄一级| 国产精品欧美日韩久久| 国产精品一级久久久| 国产一区激情| 亚洲国产精品久久久久| 亚洲精品乱码久久久久| 亚洲主播在线| 久久精品一区二区| 久久综合一区| 欧美日韩大片| 国产日韩在线看| 1204国产成人精品视频| 日韩视频免费在线观看| 亚洲一区视频在线| 久久久精品视频成人| 欧美黄网免费在线观看| 免费不卡在线观看av| 久久久精品网| 久久人人爽人人| 欧美a级一区| 欧美日韩人人澡狠狠躁视频| 国产精品久久久久久一区二区三区| 国产精品乱码人人做人人爱| 国产日韩精品一区二区浪潮av| 国模 一区 二区 三区| 亚洲第一天堂av| 一本色道久久综合亚洲精品按摩 | 亚洲精品视频在线观看免费| 中日韩在线视频| 亚洲欧美日韩综合一区| 可以看av的网站久久看| 欧美金8天国| 国产精品亚洲美女av网站| 激情视频一区| 一区二区高清在线观看| 玖玖玖免费嫩草在线影院一区| 欧美黄色一区| 国产精品久久91| 在线欧美亚洲| 亚洲免费视频成人| 欧美v亚洲v综合ⅴ国产v| 国产精品视频久久久| 亚洲第一天堂无码专区| 亚洲欧美一区二区三区极速播放| 久久女同互慰一区二区三区| 国产精品你懂的在线| 一区二区欧美日韩视频| 久久午夜电影网| 国产视频在线观看一区| 亚洲影院色在线观看免费| 欧美国产精品一区| 伊人久久噜噜噜躁狠狠躁| 性欧美办公室18xxxxhd| 欧美婷婷在线| 99国产精品久久久久老师| 欧美v国产在线一区二区三区| 国产亚洲精品aa| 在线一区二区三区做爰视频网站| 美女精品网站| 亚洲第一网站免费视频| 久久综合一区二区| 一区免费观看视频| 久久综合国产精品| 黄页网站一区| 久久视频在线看| 黑丝一区二区三区| 久久久噜噜噜久久久| 红桃视频成人| 久久夜色精品| 在线日韩av| 暖暖成人免费视频| 最新亚洲电影| 欧美日本一区二区高清播放视频| 亚洲全部视频| 欧美日韩视频在线第一区| 99精品福利视频| 欧美少妇一区| 亚洲欧美日韩精品久久亚洲区| 国产精品久久久久久久久借妻 | 狠狠色综合色区| 久久九九久久九九| 樱花yy私人影院亚洲| 巨胸喷奶水www久久久免费动漫| 国自产拍偷拍福利精品免费一| 久久蜜桃av一区精品变态类天堂| 激情视频一区| 欧美精品一区二区精品网 | 国产日韩欧美91| 在线播放日韩欧美| 欧美顶级大胆免费视频| 亚洲久久一区| 国产精品久久久一区二区| 午夜精品视频在线观看| 国内一区二区三区| 欧美二区在线观看| 亚洲自拍都市欧美小说| 伊人久久噜噜噜躁狠狠躁| 欧美日韩123| 欧美在线视频二区| 亚洲精品中文字幕在线观看| 国产精品久久久久高潮| 久久久久久网站| 9国产精品视频| 国产亚洲a∨片在线观看| 女生裸体视频一区二区三区| 亚洲视频二区| 一区二区自拍| 国产精品久久午夜夜伦鲁鲁| 另类专区欧美制服同性| 亚洲一区二区少妇| 亚洲成人直播| 国产乱码精品一区二区三区五月婷 | 久久久精品一区| 夜夜嗨av一区二区三区网站四季av | 欧美成人性网| 亚洲一区精品视频| 亚洲电影免费在线| 国产农村妇女毛片精品久久麻豆 | 亚洲美女视频在线观看| 亚洲欧美变态国产另类| 亚洲国产天堂久久综合| 国产一区二区三区高清| 欧美三级精品| 欧美国产日韩二区| 久久在线免费观看视频| 欧美一区网站|