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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

initial

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

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

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

    上傳時(shí)間: 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.

    標(biāo)簽: mixed-timing low-latency interfaces first-out

    上傳時(shí)間: 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復(fù)制到C:/Inetpub/wwwroot下,并將Copy_of_ERP目錄設(shè)置成IIS虛擬目錄 3、在SQL Server2000中新建一個(gè)Storage用戶和LXTXERP數(shù)據(jù)庫(kù),然后將Data目錄中的LXTXERP.BAK數(shù)據(jù)庫(kù)備份文件還原 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管理工具中打開(kāi)Internet 服務(wù)管理器,運(yùn)行Copy_of_ERP中的Login.aspx打開(kāi)ERP登錄頁(yè)面,默認(rèn)用戶:admin 密碼:123 6、OK

    標(biāo)簽: webctrl_clie Copy_of_ERP Framework Microsoft

    上傳時(shí)間: 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

    標(biāo)簽: AFX_GAQUEEN_H INCLUDED defined define

    上傳時(shí)間: 2015-12-27

    上傳用戶:wuyuying

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

    商品銷售管理系統(tǒng) 1.首先確保您的機(jī)器上安裝了SQL Server數(shù)據(jù)庫(kù)。將SQL Server服務(wù)器名稱改為JAMESLIN,如果不修改服務(wù)器名稱,則需要修改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”改為您本機(jī)服務(wù)器名。 2.在SQL Server“企業(yè)管理器”中“安全性|登錄”中,創(chuàng)建用戶:Admin,其密碼為111。 3.打開(kāi)SQL Server“企業(yè)管理器”的“工具|還原數(shù)據(jù)庫(kù)”菜單命令,在對(duì)話框在設(shè)置還原的數(shù)據(jù)庫(kù)名為Sale,選擇從“設(shè)備”還原,根據(jù)向?qū)е鸩竭x擇本章目錄的“數(shù)據(jù)庫(kù)”子目錄下的文件Sale Backup,從而建立數(shù)據(jù)庫(kù)。 這樣,就可以運(yùn)行本章程序了。

    標(biāo)簽: Server SQL JAMESLIN

    上傳時(shí)間: 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.

    標(biāo)簽: the decision clusters Cluster

    上傳時(shí)間: 2013-12-21

    上傳用戶:gxmm

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

    更新內(nèi)容: 1 增加了搜索功能 2 提供了幫助頁(yè)面 修改若干小問(wèn)題 管理名稱 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

    標(biāo)簽: admin-update function search admin

    上傳時(shí)間: 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. 設(shè)計(jì)模式一書(shū)引用的主要參考例程,一個(gè)跨平臺(tái)的應(yīng)用框架,基于C++實(shí)現(xiàn),是學(xué)習(xí)面向?qū)ο蟮慕?jīng)典源碼.

    標(biāo)簽: object-oriented integrating homogenous interface

    上傳時(shí)間: 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

    標(biāo)簽: matrix observations Kalman-Bucy prediction

    上傳時(shí)間: 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.

    標(biāo)簽: that questions scritps usefull

    上傳時(shí)間: 2013-12-28

    上傳用戶:netwolf

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品sm| 国产精品网站在线| 欧美日韩在线一区二区三区| 国产情侣一区| 亚洲香蕉成视频在线观看| 欧美在线视频a| 欧美午夜www高清视频| 在线国产精品播放| 欧美日韩亚洲一区二区三区四区| 亚洲欧洲av一区二区| 亚洲成色精品| 国产精品v欧美精品v日本精品动漫 | 亚洲国产精品成人综合| 国产视频欧美视频| 亚洲激情视频在线观看| 国产亚洲二区| 国产日韩av在线播放| 国产欧美高清| 国产午夜精品视频免费不卡69堂| 久久久国产精品一区| 午夜精品在线| 国产日产欧美a一级在线| 国产精品久久久久久超碰| 欧美精品1区2区| 欧美大片在线看| 欧美成人性网| 欧美刺激性大交免费视频| 欧美插天视频在线播放| 久久久久国产精品麻豆ai换脸| 午夜激情综合网| 亚洲——在线| 久久电影一区| 免费在线亚洲欧美| 欧美日韩高清在线| 欧美色欧美亚洲另类七区| 欧美性生交xxxxx久久久| 国产精品一区二区三区四区五区| 国产精品欧美日韩久久| 国产一区99| 日韩视频中文| 久久精品国产欧美激情| 噜噜噜噜噜久久久久久91| 欧美极品一区| 国产情侣一区| 亚洲人成7777| 亚洲少妇诱惑| 久久婷婷色综合| 欧美日韩午夜精品| 在线观看国产精品网站| 亚洲一区二区三区成人在线视频精品 | 久久综合色播五月| 欧美日韩国产小视频| 国产欧美日韩免费| 亚洲国产你懂的| 欧美在线精品免播放器视频| 欧美二区在线| 国产区亚洲区欧美区| 亚洲美女av网站| 狂野欧美一区| 国产亚洲综合精品| 亚洲午夜免费福利视频| 久久综合久久综合这里只有精品| 国产精品免费aⅴ片在线观看| 一区二区三区日韩精品| 久久久一区二区| 久久尤物视频| 免费亚洲电影| 在线免费日韩片| 欧美精品一区二区三区很污很色的| 狠狠色综合日日| 久久久久国产精品厨房| 国产一区二区你懂的| 一区二区三区日韩精品视频| 狂野欧美激情性xxxx欧美| 国产精品久久久久久影院8一贰佰 国产精品久久久久久影视 | 欧美高清在线一区二区| 欧美天天综合网| 正在播放亚洲| 国产精品私拍pans大尺度在线 | 亚洲国产另类久久久精品极度| 亚洲另类春色国产| 欧美人与禽性xxxxx杂性| 亚洲大片在线观看| 欧美激情一区二区久久久| 亚洲人成网站影音先锋播放| 欧美另类一区| 欧美在线亚洲在线| 亚洲美女中出| 国产一区二区三区四区三区四| 一区二区久久| 欧美日韩国产bt| 午夜天堂精品久久久久| 国内精品视频666| 久久久久久久999| 亚洲九九九在线观看| 国产精品视频不卡| 欧美诱惑福利视频| 亚洲国产综合91精品麻豆| 国产精品免费小视频| 久久高清国产| 亚洲激情网址| 国产热re99久久6国产精品| 久久久久久综合| 一区二区三区视频在线| 精品成人一区| 国产精品理论片在线观看| 欧美fxxxxxx另类| 久久se精品一区二区| 午夜精品美女久久久久av福利| 欧美日本一区| 亚洲电影第三页| 久久精品视频免费观看| 伊人狠狠色j香婷婷综合| 猛男gaygay欧美视频| 亚洲美女一区| 国产精品久久久久久亚洲毛片 | 国产精品av免费在线观看| 欧美中文在线字幕| 亚洲第一精品在线| 国产精品色婷婷久久58| 久久夜色精品国产| 性色av一区二区三区| 亚洲欧美变态国产另类| 1000精品久久久久久久久 | 激情久久五月天| 国产精品久久久久久亚洲调教 | 国产精品ⅴa在线观看h| 久久国产精品一区二区三区四区 | 久久久久女教师免费一区| 在线不卡免费欧美| 国产精品一二三四区| 欧美日韩国产一区二区| 狼狼综合久久久久综合网| 亚洲无玛一区| 99精品久久久| aa级大片欧美三级| 在线免费精品视频| 一二三四社区欧美黄| 一区二区三区欧美视频| 亚洲国内欧美| 日韩亚洲欧美高清| 一区二区三区四区精品| 欧美一区二区黄| 裸体丰满少妇做受久久99精品| 久久国产精品久久w女人spa| 久久久久久久成人| 亚洲午夜激情网站| 亚洲午夜在线观看| 欧美成人中文| 国产精品不卡在线| 国产一区二区三区丝袜 | 鲁大师成人一区二区三区| 久久精品人人做人人爽| 久久精品免费播放| 久久久美女艺术照精彩视频福利播放 | 久久精品99无色码中文字幕 | 欧美日韩国产欧| 国产欧美日韩不卡| 亚洲国产精品成人va在线观看| 91久久精品www人人做人人爽| 亚洲一区二区三区高清| 久久精品一区四区| 国产精品久久久| 一本一道久久综合狠狠老精东影业| 香蕉成人久久| 欧美三区美女| 午夜精品福利在线| 欧美freesex交免费视频| 国产精品专区h在线观看| 亚洲精品日韩激情在线电影| 欧美专区福利在线| 欧美精品亚洲精品| 国内自拍亚洲| 亚洲一区二区视频在线观看| 欧美另类一区| 91久久久一线二线三线品牌| 欧美在线视频免费| 国产精品二区三区四区| 亚洲激情网站| 欧美日韩亚洲一区| 1769国内精品视频在线播放| 午夜欧美不卡精品aaaaa| 狂野欧美一区| 亚洲黄色毛片| 久久精品国产精品| 国产伦精品一区二区三区照片91 | 国产精品老牛| 99在线精品免费视频九九视| 国产精品久久久久一区| 欧美伊人精品成人久久综合97| 欧美日韩一级大片网址| 日韩天堂在线观看| 欧美11—12娇小xxxx| 亚洲精品免费观看| 欧美性大战久久久久| 亚洲视频综合| 国产精品a久久久久| 久久人91精品久久久久久不卡| 在线免费不卡视频| 欧美区国产区|