Name Function --- --- --- --- --- --- Check_SST_39VF160 Check manufacturer and device ID CFI_Query CFI Query Entry/Exit command sequence Erase_Entire_Chip Erase the contents of the entire chip Erase_One_Sector Erase a sector of 2048 word Erase_One_Block Erase a block of 32K word Program_One_Word Alter data in one word Program_One_Sector Alter data in 2048 word sector Program_One_Block Alter data in 32K word block Check_Toggle_Ready End of internal program or erase detection using Toggle bit Check_Data_Polling End of internal program or erase detection using Data# polling
標(biāo)簽: manufacturer Check_SST Function CFI_Que
上傳時(shí)間: 2013-12-21
上傳用戶:徐孺
DevExpress.ExpressFlowChart.Suite.v1.37.for.Delphi.BCB.Full.Source-SSG delphi 和 BCB的源碼,次空間可以幫你輕松實(shí)現(xiàn)流程圖類的圖標(biāo)功能,強(qiáng)烈推薦! The ExpressFlowChart is designed to help you present charts, schemes, hierarchies, and graphs of any complexity with minimal coding and programming effort. The ExpressFlowChart Suite offers all the necessary tools and elements to create dazzling interfaces limited only by your imagination and the needs of your end-users.
標(biāo)簽: ExpressFlowChart DevExpress Source-SSG BCB
上傳時(shí)間: 2016-09-29
上傳用戶:363186
linux下BT軟件的源碼。源代碼可以使用命令“make”進(jìn)行編譯,使用該命令可以生成該章所有可執(zhí)行程序。如果沒有生成對(duì)應(yīng)的可執(zhí)行程序,請(qǐng)對(duì)照書中相應(yīng)的內(nèi)容。在編譯生成可執(zhí)行程序時(shí),可能會(huì)生成警告:“warning:no newline at end of file”,產(chǎn)生這個(gè)警告是因?yàn)楸緯性创a是在Windows中進(jìn)行編寫的,Windows和Linux兩種操作系統(tǒng)對(duì)于文件末尾的標(biāo)識(shí)符處理不一致。該警告不會(huì)影響程序的功能和性能,所以不必理會(huì)。
上傳時(shí)間: 2014-01-02
上傳用戶:colinal
At can be given its arguments in a file. You can comment out lines by preceding them with either # or - characters. This is an easy way to temporarily disable some commands. The CONTINUE-command is most useful at the end of the file. When this command is read, the file is started again from the beginning. You can use it situations where the machine is not shut down for the night and you want to run some commands every day.
標(biāo)簽: can arguments preceding comment
上傳時(shí)間: 2013-12-11
上傳用戶:comua
安徽省貨物銷售統(tǒng)一發(fā)票管理系統(tǒng) 操作說明 1、開票 F7或雙擊可 查詢, 方向鍵,Home、 End、PgUp、PgDown、回車用于 移動(dòng)光標(biāo)位置。 發(fā)票無金額時(shí),不允許保存。有金額無品名時(shí)也不得保存。 發(fā)票打印前,應(yīng)先確定好打印機(jī)。直接在程序中選擇即可。也不必非要將票據(jù)打印機(jī)設(shè)置為默認(rèn)打印機(jī)。 首次打印發(fā)票時(shí),建議不要直接先用發(fā)票,應(yīng)先用其他紙張裁成與發(fā)票同等大小進(jìn)行試打,經(jīng)過調(diào)整打印位置,打印偏移量來確定好發(fā)票套打位置。 2、發(fā)票作廢 特別小心,本系統(tǒng)為了起到發(fā)票的管理功能,沒有提供發(fā)票的修改、刪除、取消作廢等功能。所以不管是保存也好,作廢也好都有要特別細(xì)心。保存過后不得修改,可多次打印。作廢過后,則無法取消作廢,打印時(shí)也標(biāo)記了作廢字樣。
標(biāo)簽: 銷售 管理系統(tǒng) 操作說明 查詢
上傳時(shí)間: 2013-12-13
上傳用戶:wfeel
The MIPS32® 4KEm™ core from MIPS® Technologies is a member of the MIPS32 4KE™ processor core family. It is a high-performance, low-power, 32-bit MIPS RISC core designed for custom system-on-silicon applications. The core is designed for semiconductor manufacturing companies, ASIC developers, and system OEMs who want to rapidly integrate their own custom logic and peripherals with a high-performance RISC processor. It is highly portable across processes, and can be easily integrated into full system-on-silicon designs, allowing developers to focus their attention on end-user products. The 4KEm core is ideally positioned to support new products for emerging segments of the digital consumer, network, systems, and information management markets, enabling new tailored solutions for embedded applications.
標(biāo)簽: MIPS 8482 Technologies 174
上傳時(shí)間: 2014-12-22
上傳用戶:semi1981
• Symbian OS basics, Memory Management, Descriptors, Application Structure, Client-Server, Active Object, Application UI Viewer, Screen Saver, File Handling, Simple 2D,3D games, Simple Banner, Scalable UI, Location Finder GPS, HTTP client API, End-End Socket HTTP API,DBMS, Messaging Application.
標(biāo)簽: Client-Server Descriptors Application Management
上傳時(shí)間: 2013-12-01
上傳用戶:zhangyigenius
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, with no Front- Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled “GNU Free Documentation License”.
標(biāo)簽: Permission distribute the document
上傳時(shí)間: 2016-11-30
上傳用戶:lxm
function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if F(U)>0.98 break else w_new=eye(in_n,in_n) center1=sum(center)/c a=center1(1)./center1 deta=center-center1(ones(c,1),:) w=sqrt(sum(deta.^2)).*a for j=1:in_n w_new(j,j)=w(j) end data1=data*w_new [center, U, obj_fcn] = fcm(data1, c) center=center./w(ones(c,1),:) obj_fcn=obj_fcn/sum(w.^2) end end display(i) result=zeros(1,data_n) U_=max(U) for i=1:data_n for j=1:c if U(j,i)==U_(i) result(i)=j continue end end end
標(biāo)簽: data function Exponent obj_fcn
上傳時(shí)間: 2013-12-18
上傳用戶:ynzfm
A passive optical network (PON) is a point-to-multipoint, fiber to the premises network architecture in which unpowered optical splitters are used to enable a single optical fiber to serve multiple premises, typically 32-128. A PON consists of an Optical Line Termination (OLT) at the service provider s central office and a number of Optical Network Units (ONUs) near end users. A PON configuration reduces the amount of fiber and central office equipment required compared with point to point architectures
標(biāo)簽: network point-to-multipoint architecture premises
上傳時(shí)間: 2016-12-10
上傳用戶:王慶才
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1