If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each other and we want to merge them into vector "c" such that "c" is also a sorted vector. Then c=mergesorted(a,b) can be used.
標(biāo)簽: sorted individually respect vectors
上傳時間: 2015-09-23
上傳用戶:comua
Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine, magnitude, and phase using an iterative process. It is made up of a series of micro-rotations of the vector by a set of predetermined constants, which are powers of two. Using binary arithmetic, this algorithm essentially replaces multipliers with shift and add operations. In a Stratix™ device, it is possible to calculate some of these arithmetic functions directly, without having to implement the CORDIC algorithm.
標(biāo)簽: representation Magnitude the magnitude
上傳時間: 2013-12-24
上傳用戶:金宜
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中新建一個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 服務(wù)管理器,運行Copy_of_ERP中的Login.aspx打開ERP登錄頁面,默認(rèn)用戶:admin 密碼:123 6、OK
標(biāo)簽: webctrl_clie Copy_of_ERP Framework Microsoft
上傳時間: 2015-12-09
上傳用戶:zhuimenghuadie
a.本程序在Windows xp 上調(diào)試通過。 b.在使用時先用ODBC注冊數(shù)據(jù)源,數(shù)據(jù)源名:addresslist(名稱不可以寫錯) c.第一次運行時,密碼為空。進入系統(tǒng)后可以修改密碼。
上傳時間: 2015-12-09
上傳用戶:sjyy1001
結(jié)合單片機和M a t l a b 兩者的優(yōu)點,基于事件驅(qū)動的中斷通信機制,提出一種Matlab 環(huán)境下PC 機與 單片機實時串行通信及數(shù)據(jù)處理的方法;完成單片機數(shù)據(jù)采集系統(tǒng)與PC 機的RS-232/RS-485 串行通 信及其通信數(shù)據(jù)的分析處理、文件存儲、F I R 濾波及圖形顯示;簡化系統(tǒng)開發(fā)流程,提高開發(fā)效率。 該方法已成功應(yīng)用于一個P I C 1 6 F 8 7 6 單片機應(yīng)用系統(tǒng)實例之中
標(biāo)簽: 單片機
上傳時間: 2014-01-19
上傳用戶:yzy6007
本書提供用J B u i l d e r開發(fā)數(shù)據(jù)庫應(yīng)用程序、創(chuàng)建分布式應(yīng)用程序以及編寫J a v a B e a n 組件的高級資料。它包括下列幾個部分: • 第一部分是“開發(fā)數(shù)據(jù)庫應(yīng)用程序”,它提供關(guān)于使用J b u i l d e r的D a t a E x p r e s s數(shù)據(jù) 庫體系結(jié)構(gòu)的信息,并解釋原始數(shù)據(jù)組件和類之間的相互關(guān)系,以及怎樣使用它 們來創(chuàng)建你的數(shù)據(jù)庫應(yīng)用程序。它還解釋怎樣使用Data Modeler(數(shù)據(jù)模型器)和 Application Generator(應(yīng)用程序生成器)創(chuàng)建數(shù)據(jù)驅(qū)動的客戶機/服務(wù)器應(yīng)用程 序。 • 第二部分是“開發(fā)分布式應(yīng)用程序”,它提供關(guān)于使用ORB Explorer、用J B u i l d e r 創(chuàng)建多級的分布應(yīng)用程序、調(diào)試分布式應(yīng)用程序、用J a v a定義C O R B A接口以及 使用s e r v l e t等的信息。 • 第三部分是“創(chuàng)建J a v a B e a n”,它解釋怎樣開發(fā)新的J a v a B e a n組件,描述在組件 開發(fā)中涉及的任務(wù), 怎樣使用B e a n s E x p r e s s創(chuàng)建新的J a v a B e a n,以及關(guān)于屬性、 事件、B e a nIn f o類和其他方面的詳細(xì)情況。
標(biāo)簽: 8226 數(shù)據(jù)庫 應(yīng)用程序 分
上傳時間: 2014-01-03
上傳用戶:wpt
n皇后問題求解(8<=n<=1000) a) 皇后個數(shù)的設(shè)定 在指定文本框內(nèi)輸入皇后個數(shù)即可,注意: 皇后個數(shù)在8和1000 之間(包括8和1000) b) 求解 點擊<Solve>按鈕即可進行求解. c) 求解過程顯示 在標(biāo)有Total Collision的靜態(tài)文本框中將輸出當(dāng)前棋盤上的皇后總沖突數(shù). 當(dāng)沖突數(shù)降到0時,求解完畢. d) 求解結(jié)果顯示 程序可以圖形化顯示8<=n<=50的皇后求解結(jié)果. e) 退出程序,點擊<Exit>即可退出程序.
上傳時間: 2016-01-28
上傳用戶:ztj182002
1. Matrix-chain product. The following are some instances a) <3, 5, 2, 1,10> b) <2, 7, 3, 6, 10> c) <10, 3, 15, 12, 7, 2> d) <7, 2, 4, 15, 20, 5>
標(biāo)簽: Matrix-chain following instances product
上傳時間: 2014-11-28
上傳用戶:731140412
費諾編碼的步驟: A 將概率按從大到小的順序排列 B 按編碼進制數(shù)將概率分組,使每組概率和盡可能接近或相等。 C 給每組分配一位碼元 D 將每一分組再按同樣原則劃分,重復(fù)b和c,直到概率不再可分為止
上傳時間: 2016-06-24
上傳用戶:xinyuzhiqiwuwu
sourceforge歷史版本完整下載: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b樹索引算法的文件數(shù)據(jù)數(shù)據(jù)庫模塊詳見storage/目錄下面的 btree.c與pager.c container目錄為常用的容器實現(xiàn),如果rbtree avltree map heap list vector hashtable deque T樹 B樹, test目錄為測試程序代碼經(jīng)過初步測試,比較穩(wěn)定。 os_api:裝一些操作系統(tǒng)相關(guān)的接口函數(shù)。已完成event mutex sem thread pipe相關(guān)的封裝 advance_container:提供優(yōu)先級消息隊列,普通消息隊列,定時器容器。 frame:目前提供了listerner(linux下版本,模仿ace的反應(yīng)器)定時器 algorithm:補充了堆排序 與快速排序 所有代碼均已在windows linux與uclinux + arm44b0平臺下測試 歡迎交流 msn:lsccsl@163.net mail:lsccsl@tom.com
標(biāo)簽: sourceforge showfiles group_id project
上傳時間: 2016-07-16
上傳用戶:lili123
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1