Help Desk Pro has three different interfaces for all three domains of users, providing them with the controls required by them, to save time the application generates reports, which are dynamic as well, taking input from admin and generating results.As for the user account management, the user him/herself can edit their account and personal set-up and the admin can make representatives and admin.
標簽: three interfaces different providing
上傳時間: 2017-07-08
上傳用戶:sevenbestfei
the program is used to find out the FFT using time in decimation and solves problem of dsp fft ,compared with inbuilt fft and goertzel function , working well given with output also.
標簽: decimation the program problem
上傳時間: 2014-01-04
上傳用戶:wsf950131
this program has many parts and fully working, based on MCS51. Hand made PWM and wave forms for dimmer like output. it also drives ISD audio chip.
上傳時間: 2017-07-11
上傳用戶:xc216
Short description: GUI Ant-Miner is a tool for extracting classification rules from data. It is an updated version of a data mining algorithm called Ant-Miner (Ant Colony-based Data Miner), which was proposed in 2002 by Parpinelli, Lopes and Freitas. GUI Ant-Miner differs from the original algorithm as follows: It has a friendly graphical user interface, makes possible the use of ant populations within the Ant Colony Optimization (ACO) concept, data input file is standardized with the well-known Weka system, and runs on virtually any operating system since it is written in Java.
標簽: classification description extracting Ant-Miner
上傳時間: 2013-12-18
上傳用戶:gonuiln
The JavaServer Pages (JSP) Expression Language (EL) is a simple non-procedural scripting language that can be used to evaluate dynamic expressions within a JSP page. Each EL expression evaluates to a single value that is then expressed as text in the output of the JSP (when used in template text), or passed as a value to a JSP action. As such, it is ideal for adding dynamic elements to the HTML page (or other text output) generated by the execution of a JSP.
標簽: non-procedural JavaServer Expression scripting
上傳時間: 2017-07-13
上傳用戶:dbs012280
SWFUpload是一個客戶端文件上傳工具,最初由Vinterwebb.se開發,它通過整合Flash與JavaScript技術為WEB開發者提供了一個具有豐富功能繼而超越傳統<input type="file" />標簽的文件上傳模式。 SWFUpload的主要特點 * 可以同時上傳多個文件; * 類似AJAX的無刷新上傳; * 可以顯示上傳進度; * 良好的瀏覽器兼容性; * 兼容其他JavaScript庫 (例如:jQuery, Prototype等); * 支持Flash 8和Flash 9; SWFUpload不同于其他基于Flash構建的上傳工具,它有著優雅的代碼設計,開發者可以利用XHTML、CSS和JavaScript來隨心所欲的定制它在瀏覽器下的外觀;它還提供了一組簡明的JavaScript事件,借助它們開發者可以方便的在文件上傳過程中更新頁面內容來營造各種動態效果。 在使用SWFUpload之前,請確認你具備一定的JavaScript和DOM知識。在實際開發中,大部分的錯誤都是由于錯誤的設置和低劣的Event Handlers處理程序所造成的。
上傳時間: 2013-12-30
上傳用戶:924484786
-- ------------------------------------------------------------------------------------ -- DESCRIPTION : Demultiplexer -- Width: 8 -- Number of terminals: 4 -- Output enable active: HIGH -- Output active : HIGH -- Download from : http://www.pld.com.cn ------------------------------------------------------------------------------------
標簽: DESCRIP
上傳時間: 2013-12-27
上傳用戶:wangzhen1990
This application note considers the design of frequency- selective filters, which modify the frequency content and phase of input signals according to some specification. Two classes of frequency-selective digital filters are considered: infinite impulse response (IIR) and finite impulse response (FIR) filters. The design process consists of determining the coefficients of the IIR or FIR filters, which results in the desired magnitude and phase response being closely approximated.
標簽: application considers frequency the
上傳時間: 2013-12-07
上傳用戶:chfanjiang
This application note considers the design of frequency- selective filters, which modify the frequency content and phase of input signals according to some specification. Two classes of frequency-selective digital filters are considered: infinite impulse response (IIR) and finite impulse response (FIR) filters. The design process consists of determining the coefficients of the IIR or FIR filters, which results in the desired magnitude and phase response being closely approximated.
標簽: application considers frequency the
上傳時間: 2014-01-04
上傳用戶:ardager
Two scripts are included here. 1. convsys.m - combines the state space representation of two systems connected in series. [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) This algorithm gives the convolution of two state space representations | A1 B1 | | A2 B2 | u ==> | | ==> | | ==> y | C1 D1 | | C2 D2 | The algorithm also accepts state space objects as inputs and gives out a state space object as output. 2. sysfeedbk.m [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) Gives the closed loop state space representation for two systems connected with negative feedback in the following manner. | A1 B1 | u ==> | | ==> y + o | C1 D1 | | - | | | | A2 B2 | | |= | |= | | C2 D2 | The zip file also contains checkcompatibility.m , which checks the compatibility of matrix dimensions in the system and cleanss.m which can be used to clean a state space representation.
標簽: representation included combines scripts
上傳時間: 2017-07-25
上傳用戶:semi1981