用C++編寫的一個簡單C語言詞法分析器,把需要分析的內容保存在C:\input.txt,分 析完畢好保存在C:\OUTPUT.txt
上傳時間: 2017-06-28
上傳用戶:氣溫達上千萬的
NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vector X and weight vector W. Calculate weighted sum XW. Transform this using signal or activation functions like logistic, threshold, hyperbolic-tangent, linear, exponential, sigmoid or some other functions (syntax provided) and display the OUTPUT).
標簽: demonstrate artificial Functions program
上傳時間: 2013-12-30
上傳用戶:hfmm633
Implementation for the Huffman Cod in Visual C++. Both, the encoder and the decoder take as input a file and write the OUTPUT into another file.
標簽: the Implementation Huffman encoder
上傳時間: 2013-12-30
上傳用戶:ghostparker
Implementation for Lempel-Ziv code. Encoder and decoder are separated. The input is a file and the OUTPUT is written in another file.
標簽: Implementation Lempel-Ziv and separated
上傳時間: 2017-07-05
上傳用戶:xuanjie
一個不帶界面的計算器,用戶只需要在文本文件input.txt中輸入計算表達式,即可通過運行程序得到結果,輸出在OUTPUT.txt中; 支持加減乘除,取余數,乘方,括號等等; 如:5+4 = 輸出9 5+4*4+9/3 = 輸出24 (5+4)*4+9/3 = 輸出39 (50+4)*(40 3)+288/(147-3) = 輸出56 (50+4)^2*(40 3)+288/(147-3) = 輸出2918
標簽: 計算器
上傳時間: 2013-12-18
上傳用戶:hoperingcong
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
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
-- ------------------------------------------------------------------------------------ -- 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
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