一些實用的Javascript代碼,將徹底屏蔽鼠標右鍵,可用于Table,取消選取、防止復制,不準粘貼, 防止復制,IE地址欄前換成自己的圖標,可以在收藏夾中顯示出你的圖標,關閉輸入法,防止被人frame 等.
標簽: Javascript Table 防止 fra
上傳時間: 2014-01-12
上傳用戶:懶龍1988
The software is capable to simulate space time code [1] for QPSK modulation using different number of state. Examples of generator matrix up to 256 stetes are provided. Variable signal to noise ratio (SNR) might be applied to produce bit error rate (BER) or frame error rate (FER) curves.
標簽: modulation different software simulate
上傳時間: 2014-01-22
上傳用戶:qq1604324866
該程序運用線程的mutex控制數據流的鎖定,實現Producer和consumer之間對buffer的合理有序的利用
上傳時間: 2017-02-20
上傳用戶:duoshen1989
Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines. The buffer size may be specified, or the default size may be used. The default is large enough for most purposes. In general, each read request made of a Reader causes a corresponding read request to be made of the underlying character or byte stream. It is therefore advisable to wrap a BufferedReader around any Reader whose read() operations may be costly, such as FileReaders and InputStreamReaders.
標簽: characters character buffering efficient
上傳時間: 2017-02-20
上傳用戶:cjl42111
環型隊列函數,主要是ring buffer的管理模塊,完成相關的操作。
上傳時間: 2014-08-29
上傳用戶:ainimao
procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end end (4) 接收數據 在編寫基于串口的計算機工業測控時,通常需要由下位機向PC機發送數據以使PC機了解系統的測試數據或下位機的運行狀態,并進而控制下位機的行為。利用Spcomm串口控件接收下位機發送的數據信息的示例代碼如下: //事件驅動方式接收數據程序 procedure TForm1.CommlReceiveData(Sender:Tobject Buffer:Pointer bufferLength:Word) var receivedata:array of byte begin sleep(100) //等待100ms,保證接收到所有數據 move(buffef ,receivedata,bufferlength) //將接收緩存區中的數據轉移到數組中 …… end (5) 關閉串口 在系統開發中,應注意在不使用串口時應及時關閉串口,釋放系統資源,否則可能會影響系統的其它應用。關閉串口的代碼如下: procedure TForm1.FormClose ( Sender TObj ect:var Action:TCIoseAction ) begin comml.StopComm end
標簽: commflg procedure senddata integer
上傳時間: 2014-01-26
上傳用戶:懶龍1988
cppcheck is a static C/C++ code analyzer that checks for memory leaks, mismatching allocation-deallocation, buffer overrun, and many more problems. Its goal is to produce no false positives.
標簽: allocation-deallo mismatching cppcheck analyzer
上傳時間: 2013-12-08
上傳用戶:Zxcvbnm
Face Recognition Library ======================== Advanced face recognition DLL using two functions : Train and Recognize. Uses neural net back propogation alogorithm with more AI tools added for imaging optimization. Library works great even for a low resolution web cam image and requires the user to align to a mirror frame on screen. Complete Source Code with Video capture and feature extraction kit for Registered Users. Please register here for only $299 with Source Code : http://www.research-lab.com/facerecognitionorder.htm (c) www.research-lab.com
標簽: Recognition recognition Advanced Library
上傳時間: 2017-04-25
上傳用戶:784533221
利用C#編寫的一個關于SharpMap的例子,能夠加載shapeFile圖層,對圖層疊加順序進行調整,對圖層屬性進行設置,而且還實現了buffer和touches兩個方法
上傳時間: 2017-05-17
上傳用戶:wxhwjf
LZMA壓縮解壓算法,壓縮解壓函數接口入參出參都以Buffer形式; 代碼為完整的工程,可運行,其中包括簡單的舉例。
上傳時間: 2017-05-25
上傳用戶:yy541071797