This model simulates a CDMA2000 1xRTT Forward link (between Base Station and Mobile Station). In particular, it simulates the Radio Configuration 3 of a Forward Fundamental channel. The block CDMA2k: Initial settings allows you to set different parameters such as data rate, Power Control SubChannel insertion rate, spreading code index, QOSF index and the channel model.
標(biāo)簽: Station simulates Forward between
上傳時(shí)間: 2015-03-28
上傳用戶:13215175592
This simple simulation of a pulse traveling down a parallel-plate guide makes a handy test code for Initial experiments with boundary conditions. ToyFDTD3 adds some simple features to ToyFDTD1: A PMC boundary condition, a sinusoidal pulse source, and output tracking a single point in the mesh. Released 15 June 1999.
標(biāo)簽: parallel-plate simulation traveling simple
上傳時(shí)間: 2015-04-06
上傳用戶:stella2015
一、安裝SQL數(shù)據(jù)庫(kù) 1、 打開Microsoft SQL Server 企業(yè)管理器 2、 建立一個(gè)新的數(shù)據(jù)庫(kù),名稱為 XfokSite_Free (必須為這個(gè)名字) 3、選擇該數(shù)據(jù)庫(kù),點(diǎn)擊鼠標(biāo)右鍵 -> 所有任務(wù) -> 還原數(shù)據(jù)庫(kù) -> 從設(shè)備 -> 選擇設(shè)備 -> 添加 -> 選擇程序目錄下的數(shù)據(jù)庫(kù)里面的文件 二、安裝程序 1、如果程序沒有放在虛擬目錄下,請(qǐng)把所有文件放在網(wǎng)站根目錄下,否則會(huì)提示出錯(cuò)。 三、設(shè)置 1、 用文本編輯器打開web.config 2、 找到<add key="SqlConnectionString" value="Data Source=(local) Integrated Security=false Initial Catalog=XfokSite_Free User ID=xfok Password=xfok" /> 紅色部分:數(shù)據(jù)庫(kù)服務(wù)器地址,如果為本地地址,請(qǐng)?jiān)O(shè)置為(local),外部請(qǐng)直接修改為IP地址(不要加括號(hào)) 深紅部分:數(shù)據(jù)庫(kù)名稱 粉紅部分:SQL數(shù)據(jù)庫(kù)登陸用戶名 藍(lán)色部分:SQL數(shù)據(jù)庫(kù)登陸密碼 四、設(shè)置完畢! 直接在瀏覽器中敲入地址,來(lái)體驗(yàn)一下心隨我動(dòng),網(wǎng)站建設(shè)超輕松的快感吧!
標(biāo)簽: SQL Microsoft Server 數(shù)據(jù)庫(kù)
上傳時(shí)間: 2015-04-15
上傳用戶:璇珠官人
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my Initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.
標(biāo)簽: available libraries Although nearly
上傳時(shí)間: 2014-01-22
上傳用戶:zhoujunzhen
解決時(shí)鐘問題,acm競(jìng)賽題 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite number of coins of each kind, each marked with a number d ( 0 <= 1000 ), meaning that this coin will make the minute hand move d times clockwise the current time. For example, if the current time is 45, and d = 2. Then the minute hand will move clockwise 90 minutes and will be pointing to 15. Now you are given the Initial time s ( 0 <= s <= 59 ) and the coin s type d. Write a program to find the minimum number of d-coins needed to turn the minute hand back to 0.
標(biāo)簽: 時(shí)鐘
上傳時(shí)間: 2015-05-21
上傳用戶:rishian
The Hopfield model is a distributed model of an associative memory. Neurons are pixels and can take the values of -1 (off) or +1 (on). The network has stored a certain number of pixel patterns. During a retrieval phase, the network is started with some Initial configuration and the network dynamics evolves towards the stored pattern which is closest to the Initial configuration.
標(biāo)簽: model distributed associative Hopfield
上傳時(shí)間: 2015-06-17
上傳用戶:l254587896
The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the number of redundant symbols (length-k), and the Initial zero of the code, init_zero, such that the zeros are: init_zero, init_zero+1, ..., init_zero+length-k-1
標(biāo)簽: length the Reed-Somolon specified
上傳時(shí)間: 2014-07-31
上傳用戶:skfreeman
1、用SQL查詢器打開install目錄下的dooogo.sql運(yùn)行之后創(chuàng)建數(shù)據(jù)庫(kù)dooogo。 2、然后打開web.config修改 <DbProvider type="Club.Framework.Data.SqlDataProvider, Club.Framework" connectionString="user id=sa password= Initial Catalog=dooogo Data Source=(local)" /> 節(jié)點(diǎn)的數(shù)據(jù)庫(kù)用戶密碼。 3、打開IIS,創(chuàng)建虛擬目錄dooogo指向WebUI目錄; 4、輸入http://localhost/dooogo/default.aspx進(jìn)入首頁(yè)
標(biāo)簽: dooogo DbProvider install config
上傳時(shí)間: 2015-09-05
上傳用戶:561596
基于Verilog-HDL的硬件電路的實(shí)現(xiàn) 9.6 脈沖高電平和低電平持續(xù)時(shí)間的測(cè)量與顯示 9.6.1 脈沖高電平和低電平持續(xù)時(shí)間測(cè)量的工作原理 9.6.2 高低電平持續(xù)時(shí)間測(cè)量模塊的設(shè)計(jì)與實(shí)現(xiàn) 9.6.3 改進(jìn)型高低電平持續(xù)時(shí)間測(cè)量模塊的設(shè)計(jì)與實(shí)現(xiàn) 9.6.4 begin聲明語(yǔ)句的使用方法 9.6.5 Initial語(yǔ)句和always語(yǔ)句的使用方法 9.6.6 時(shí)標(biāo)信號(hào)發(fā)生模塊的設(shè)計(jì)與實(shí)現(xiàn) 9.6.7 脈沖高低電平持續(xù)時(shí)間測(cè)量的Verilog-HDL描述 9.6.8 脈沖高低電平持續(xù)時(shí)間測(cè)量的硬件實(shí)現(xiàn)
標(biāo)簽: Verilog-HDL 低電平 9.6 時(shí)間測(cè)量
上傳時(shí)間: 2013-11-30
上傳用戶:chenlong
1.left.aspx下部分實(shí)現(xiàn)了讀取RDF(RDF format feeds,是描述web資源的W3C XML格式)格式的feeds,可點(diǎn)擊第三條“RDF Test”進(jìn)行對(duì)比。 RDF與普通XML的主要區(qū)別是它的根節(jié)點(diǎn)下是<items>,而不是<channel>。 2.運(yùn)行時(shí),需要根據(jù)自己的機(jī)子改變RssReader.cs中的 String connStr = @"Data Source=6998D47256954C1\SQLEXPRESS Initial Catalog=rss Integrated Security=True"
標(biāo)簽: RDF format feeds left
上傳時(shí)間: 2014-01-17
上傳用戶:邶刖
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1