Manufacturers of electronic systems that require power conversion are faced with the need for higher-density dc-to-dc converters that perform more efficiently,
標簽: Manufacturers electronic conversion systems
上傳時間: 2015-04-17
上傳用戶:diets
臟話過濾程序 使用方法如下: 先包含下面文件 require "badwords/badwords.php" 運用類中的函數replace_bad($text) 參數$text為要過濾的內容 例如: 聲明類 $bad = new badword 替換 $text2=$bad->replace_bad($text) $text2為替換后的內容
標簽: badwords text replace_bad require
上傳時間: 2015-05-24
上傳用戶:003030
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.
標簽: connection pool applications program
上傳時間: 2013-12-25
上傳用戶:playboys0
Many applications in computer graphics require complex, highly detailed models. However, the level of detail actually necessary may vary considerably. To control processing time, it is often desirable to use approximations in place of excessively detailed models.
標簽: applications computer graphics detailed
上傳時間: 2014-11-22
上傳用戶:拔絲土豆
Summary Many control applications require converting some analog input to a digital format. The ADCINC12 User Module is a general-purpose, 12-bit analog to digital converter (ADC) that does just that. This Application Note is meant to be a simple introduction into its operation. The steps required to define, place, and write software are presented. Examples are developed in both assembly and C.
標簽: applications converting Summary control
上傳時間: 2013-12-01
上傳用戶:WMC_geophy
Today s ActionScript-based applications require increasingly sophisticated architectures and code. This book aids intermediate and advanced ActionScript developers in learning how to plan and build applications more effectively. You ll learn how to apply design patterns as solutions to common programming scenarios. Beyond a reference, Advanced ActionScript with Design Patterns is a practical guide complete with sample mini-applications illustrating each design pattern. The accompanying CD includes a trial version of Flash 8 along
標簽: ActionScript-based architectures sophisticated applications
上傳時間: 2016-08-17
上傳用戶:z754970244
A fourier filter for time-series signals. Does not require the Signal Processing Toolbox. There is an interactive version with sliders that allow you to adjust the filter parameters continuously while observing the effect on your signal dynamically.
標簽: time-series Processing fourier Toolbox
上傳時間: 2013-12-19
上傳用戶:change0329
A stack-based threaded approach would require that stack space be reserved for each execution context
標簽: stack-based execution approach reserved
上傳時間: 2013-12-23
上傳用戶:xymbian
調用方法簡單,支持if else include之類的標簽, 可以包含擴展函數,整個模版文件沒有外部include和require,減少io操作, 加載三個模版變量,兩個數組變量,比smarttemplate快平均2-3毫秒. 單純加載模版文件,不設置任何變量lightemplate平均0.3毫秒左右,smarttemplate至少要1毫秒.
標簽: include require smartte else
上傳時間: 2017-08-03
上傳用戶:大融融rr
我寫的php模版類,調用方法簡單,支持if else include之類的標簽, 可以包含擴展函數,整個模版文件沒有外部include和require,減少io操作, 加載三個模版變量,兩個數組變量,比smarttemplate快平均2-3毫秒. 單純加載模版文件,不設置任何變量lightemplate平均0.3毫秒左右,smarttemplate至少要1毫秒.
上傳時間: 2014-01-15
上傳用戶:linlin