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.
標簽: Station simulates Forward between
上傳時間: 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.
標簽: parallel-plate simulation traveling simple
上傳時間: 2015-04-06
上傳用戶:stella2015
一、安裝SQL數據庫 1、 打開Microsoft SQL Server 企業管理器 2、 建立一個新的數據庫,名稱為 XfokSite_Free (必須為這個名字) 3、選擇該數據庫,點擊鼠標右鍵 -> 所有任務 -> 還原數據庫 -> 從設備 -> 選擇設備 -> 添加 -> 選擇程序目錄下的數據庫里面的文件 二、安裝程序 1、如果程序沒有放在虛擬目錄下,請把所有文件放在網站根目錄下,否則會提示出錯。 三、設置 1、 用文本編輯器打開web.config 2、 找到<add key="SqlConnectionString" value="Data Source=(local) Integrated Security=false initial Catalog=XfokSite_Free User ID=xfok Password=xfok" /> 紅色部分:數據庫服務器地址,如果為本地地址,請設置為(local),外部請直接修改為IP地址(不要加括號) 深紅部分:數據庫名稱 粉紅部分:SQL數據庫登陸用戶名 藍色部分:SQL數據庫登陸密碼 四、設置完畢! 直接在瀏覽器中敲入地址,來體驗一下心隨我動,網站建設超輕松的快感吧!
上傳時間: 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.
標簽: available libraries Although nearly
上傳時間: 2014-01-22
上傳用戶:zhoujunzhen
解決時鐘問題,acm競賽題 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.
標簽: 時鐘
上傳時間: 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.
標簽: model distributed associative Hopfield
上傳時間: 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
標簽: length the Reed-Somolon specified
上傳時間: 2014-07-31
上傳用戶:skfreeman
1、用SQL查詢器打開install目錄下的dooogo.sql運行之后創建數據庫dooogo。 2、然后打開web.config修改 <DbProvider type="Club.Framework.Data.SqlDataProvider, Club.Framework" connectionString="user id=sa password= initial Catalog=dooogo Data Source=(local)" /> 節點的數據庫用戶密碼。 3、打開IIS,創建虛擬目錄dooogo指向WebUI目錄; 4、輸入http://localhost/dooogo/default.aspx進入首頁
標簽: dooogo DbProvider install config
上傳時間: 2015-09-05
上傳用戶:561596
基于Verilog-HDL的硬件電路的實現 9.6 脈沖高電平和低電平持續時間的測量與顯示 9.6.1 脈沖高電平和低電平持續時間測量的工作原理 9.6.2 高低電平持續時間測量模塊的設計與實現 9.6.3 改進型高低電平持續時間測量模塊的設計與實現 9.6.4 begin聲明語句的使用方法 9.6.5 initial語句和always語句的使用方法 9.6.6 時標信號發生模塊的設計與實現 9.6.7 脈沖高低電平持續時間測量的Verilog-HDL描述 9.6.8 脈沖高低電平持續時間測量的硬件實現
標簽: Verilog-HDL 低電平 9.6 時間測量
上傳時間: 2013-11-30
上傳用戶:chenlong
1.left.aspx下部分實現了讀取RDF(RDF format feeds,是描述web資源的W3C XML格式)格式的feeds,可點擊第三條“RDF Test”進行對比。 RDF與普通XML的主要區別是它的根節點下是<items>,而不是<channel>。 2.運行時,需要根據自己的機子改變RssReader.cs中的 String connStr = @"Data Source=6998D47256954C1\SQLEXPRESS initial Catalog=rss Integrated Security=True"
上傳時間: 2014-01-17
上傳用戶:邶刖