簡單介紹一下,整個工程分為5個文件:Main.c ----- 程序的入口點,其實很簡單,就是調用兩個函數。Global.h ----- 定義了一些全局變量及宏Parse.h ----- 語法分析器的主要算法Prece.h ----- 定義和實現了一些關于優先級的操作Stack.h ----- 定義和實現了一個棧及其操作編譯的時候只要用TC2.0或者WinTC打開Main.c文件進行編譯就好了。如發現有Bug請在這里貼出來或者把修改后的代碼跟帖在這里:)總之,這個工程僅僅是一個簡單示例,告訴大家怎么樣把課堂上學到的知識運用到實際編程當中去,工程中所用到的模塊化思想,數據結構等知識都是大家學過的,大三了,希望大家在最后這段時間里把寫程序的本領練就出來。:)
標簽:
上傳時間: 2015-03-18
上傳用戶:13160677563
mf()計算模糊集合中論語元素的隸屬度,y代表中心值,z代表分布參數,隸屬度函數采用對稱三角函數
上傳時間: 2013-12-22
上傳用戶:ayfeixiao
linux下的usb開發,采用phlip的isp1362,此為它的stack
上傳時間: 2015-03-28
上傳用戶:gououo
Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on both x86 and Alpha platforms. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management.
標簽: command-line application Addfilter drivers
上傳時間: 2013-12-30
上傳用戶:天誠24
FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter driver could be implemented. A failure prediction filter driver can predict when a disk may fail and notify the disk driver stack of this condition.
標簽: filter disk demonstrates prediction
上傳時間: 2015-03-30
上傳用戶:變形金剛
The flpydisk sample is a floppy driver that resides in the directory \\Ntddk\Src\Storage\Fdc\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the driver stack, and brokers communication between the application level and the low-level driver. The floppy driver takes commands from the application and then calls routines in the controller which will in turn perform the actual interaction with the device. The sample compiles in 64-bit, but has not been tested in this environment. It is compatible with x86 and Alpha platforms.
標簽: NtddkSrcStorageFdcFlpydsk directory flpydisk resides
上傳時間: 2015-03-30
上傳用戶:龍飛艇
This version of the code is compatible only with the AT89C2051 due to the location of the data buffer and stack in RAM. The code may be modified to work with the AT89C1051 by relocating or resizing the buffer and stack to fit into the smaller amount of RAM available in the AT89C1051.
標簽: the compatible location version
上傳時間: 2015-04-05
上傳用戶:changeboy
現有一個信號:x(n)=1+cos(π*n/4)+ cos(2*π*n/3)設計及各種數字濾波器以達下列目的: 低通濾波器,濾除cos(2*π*n/3) 的成分,即想保留的成分為1+cos(π*n/4) 高通濾波器,濾除1+cos(π*n/4) 的成分,即想保留的成分為cos(2*π*n/3) 帶通濾波器,濾除1+cos(2*π*n/3) 的成分,即想保留的成分為cos(π*n/4) 帶阻濾波器,濾除cos(π*n/4) 的成分,即想保留的成分為1+cos(2*π*n/3) 1. 用MATLAB命令butterord求除濾波器的階數,用命令butter設計各濾波器;畫出濾波器幅度和相頻相應 取各濾波器的系統函數H(z)。
上傳時間: 2013-12-28
上傳用戶:daoxiang126
The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of these assemblers to generate relocatable object code, to maintain libraries of relocatable modules, and to link separately compiled program modules. It supports a small memory model with one code and one data/stack segment.
標簽: language translates compiler assembly
上傳時間: 2015-04-08
上傳用戶:Avoid98
壓縮軟件源碼,支持格式:7z、ZIP、CAB、RAR、ARJ、LZH、GZIP、BZIP2、Z、TAR、CPIO、RPM 和 DEB 對于 ZIP 及 GZIP 格式,7-Zip 能提供比使用 PKZip 及 WinZip 高 2-10% 的壓縮比 7z 格式支持創建自釋放(SFX)壓縮檔案 集成 Windows 外殼擴展 強大的的文件管理 強大的命令行版本 支持 FAR Manager 插件
上傳時間: 2014-01-02
上傳用戶:ynzfm