The ICA/BSS algorithms are pure mathematical formulas, powerful, but rather mechanical procedures: There is not very much left for the user to do after the machinery has been optimally implemented. The successful and efficient use of the ICALAB strongly depends on a priori knowledge, common sense and appropriate use of the preprocessing and postprocessing tools. In other words, it is preprocessing of data and postprocessing of models where expertise is truly ne
標(biāo)簽: mathematical algorithms mechanical procedures
上傳時間: 2015-03-31
上傳用戶:silenthink
linux 的引導(dǎo)程序源碼The Microsoft® Windows® Software Development Kit (SDK) provides the documentation, samples, header files, libraries, and tools you need to develop applications that run on Windows. The applications you develop with this edition of the SDK can run on the x86, x64 and Itanium-based versions of Windows Server 2003 SP1, Windows XP SP2, Windows XP x64 Pro Edition, and Windows 2000. A new custom install allows you to select components you wish to install on a more granular level.
標(biāo)簽: documentation Development Microsoft reg
上傳時間: 2013-12-20
上傳用戶:我們的船長
VC技術(shù)內(nèi)幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.
標(biāo)簽: Microsoft continued Internet English
上傳時間: 2013-12-08
上傳用戶:lepoke
在J2ME中實現(xiàn)虛擬代理,然后過濾user-agent ,用于突破廣東移動等的cmwap限制 使用方法,啟動后將相應(yīng)軟件(如Opera)的代理設(shè)成localhost 8080,即可
上傳時間: 2014-01-12
上傳用戶:aappkkee
一、安裝SQL數(shù)據(jù)庫 1、 打開Microsoft SQL Server 企業(yè)管理器 2、 建立一個新的數(shù)據(jù)庫,名稱為 XfokSite_Free (必須為這個名字) 3、選擇該數(shù)據(jù)庫,點擊鼠標(biāo)右鍵 -> 所有任務(wù) -> 還原數(shù)據(jù)庫 -> 從設(shè)備 -> 選擇設(shè)備 -> 添加 -> 選擇程序目錄下的數(shù)據(jù)庫里面的文件 二、安裝程序 1、如果程序沒有放在虛擬目錄下,請把所有文件放在網(wǎng)站根目錄下,否則會提示出錯。 三、設(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ù)庫服務(wù)器地址,如果為本地地址,請設(shè)置為(local),外部請直接修改為IP地址(不要加括號) 深紅部分:數(shù)據(jù)庫名稱 粉紅部分:SQL數(shù)據(jù)庫登陸用戶名 藍色部分:SQL數(shù)據(jù)庫登陸密碼 四、設(shè)置完畢! 直接在瀏覽器中敲入地址,來體驗一下心隨我動,網(wǎng)站建設(shè)超輕松的快感吧!
標(biāo)簽: SQL Microsoft Server 數(shù)據(jù)庫
上傳時間: 2015-04-15
上傳用戶:璇珠官人
This the specification of the Enterprise JavaBeansTM architecture.The Enterprise JavaBeans architecture is a component architecture for the development and deployment of componentbased distributed business applications. Applications written using the Enterprise JavaBeans architecture are scalable, transactional, and multi-user secure. These applications may be written once, and then deployed on any server platform that supports the Enterprise JavaBeans specification.
標(biāo)簽: Enterprise specification architecture JavaBeansTM
上傳時間: 2013-12-01
上傳用戶:牛津鞋
Kismet is an 802.11b network sniffer and network dissector. It is capable of sniffing using most wireless cards, automatic network IP block detection via UDP, ARP, and DHCP packets, Cisco equipment lists via Cisco Discovery Protocol, weak cryptographic packet logging, and Ethereal and tcpdump compatible packet dump files. It also includes the ability to plot detected networks and estimated network ranges on downloaded maps or user supplied image files. Kismet是一個針對IEEE802.11b無線局域網(wǎng)的嗅探和包分析器,支持大多數(shù)無線網(wǎng)卡,支持自動檢測UDP、ARP和DHCP的數(shù)據(jù)包,支持通過CDP協(xié)議檢測思科網(wǎng)絡(luò)設(shè)備,支持加密數(shù)據(jù)包記錄,采用與Ethereal和Tcpdump兼容的的數(shù)據(jù)包記錄文件,支持通過用戶提供地圖來檢測和評估無線網(wǎng)絡(luò)范圍。
標(biāo)簽: network dissector sniffing capable
上傳時間: 2014-11-26
上傳用戶:wweqas
How to Use Tables With the JTable (in the API reference documentation) class you can display tables of data, optionally allowing the user to edit the data. JTable doesn t contain or cache data it s simply a view of your data. Here s a picture of a typical table displayed within a scroll pane
標(biāo)簽: documentation the reference display
上傳時間: 2013-12-23
上傳用戶:ayfeixiao
Setting and Changing Column Widths By default, all columns in a table start out with equal width, and the columns automatically fill the entire width of the table. When the table becomes wider or narrower (which might happen when the user resizes the window containing the table), all the column widths change appropriately.
標(biāo)簽: Changing Setting default columns
上傳時間: 2015-05-04
上傳用戶:璇珠官人
The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That call is necessary because if the user moves the columns around, the view s index for the column doesn t match the model s index for the column. For example, the user might drag the Vegetarian column (which the model considers to be at index 4) so it s displayed as the first column — at view index 0. Since prepareRenderer gives us the view index, we need to translate the view index to a model index so we can be sure we re dealing with the intended column
標(biāo)簽: convertColumnIndexToModel straightforward perhaps fairly
上傳時間: 2013-12-10
上傳用戶:it男一枚
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1