搜索结果

找到约 37 项符合 Items 的查询结果

其他 This assessment creates an initial version of the auction project that allows user to register, logi

This assessment creates an initial version of the auction project that allows user to register, login, and logout. Registered users can post items (advertisements) for auction.
https://www.eeworm.com/dl/534/324903.html
下载: 20
查看: 1035

编译器/解释器 对任意给定的文法G 构造LR(1) 项目集规范族

对任意给定的文法G 构造LR(1) 项目集规范族,其中要实现CLOSURE(I)、GO(I,X)、FIRST 集合等。在此基础上, 构造了LR(1)分析表。然后对输入的句子进行语法分析,给出接受或出错报告。 程序采用文件输入输出方式。其中包括两个输入文件:文法grammar.txt,以及 输入串input.txt;两个输出文件:项目集items.txt 和文法的LR( ...
https://www.eeworm.com/dl/628/326797.html
下载: 119
查看: 1419

Java编程 比较完整的网上书店系统

比较完整的网上书店系统,有card_types,categories,editorial_categories,editorials,items,members,orders七个表。
https://www.eeworm.com/dl/633/328231.html
下载: 183
查看: 1049

网络 Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on

Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in ...
https://www.eeworm.com/dl/635/359584.html
下载: 128
查看: 1063

Delphi控件源码 EhLib 4.2.16 中文汉化版 (Faceker.com 修改版) 1. DataServiceEhLibADO.pas 第40行

EhLib 4.2.16 中文汉化版 (Faceker.com 修改版) 1. DataService\EhLibADO.pas 第40行,ADODataSetDriverName函数: 原:Result := MSACCESS 现:Result := MSSQL 功能:字符串、日期界定符匹配(STFilter.Local=False情况下) 2.Common\EhLibConsts.pas 功能:常数汉化 3.Common\DBGridEhFindDlgs.pas\dfm A、 ...
https://www.eeworm.com/dl/666/372772.html
下载: 98
查看: 1194

驱动编程 AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Em

AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. ...
https://www.eeworm.com/dl/618/386679.html
下载: 57
查看: 1058

电子书籍 This sample is a simple example on how to perform a glow effect by rendering into an arbitrary size

This sample is a simple example on how to perform a glow effect by rendering into an arbitrary size Frame Buffer Object (FBO). The Glow effect is performed on a specific part of the screen and can be done only on specific objects of the scene. You can imagine using such a postprocessing effect in CA ...
https://www.eeworm.com/dl/cadence/ebook/406749.html
下载: 48
查看: 1058

其他 This project mainly deals with automating the tasks of Purchasing, maintaining,manfactioring and tra

This project mainly deals with automating the tasks of Purchasing, maintaining,manfactioring and transacting the goods.In the Inventory Automation System the key process includes the activities such as maintenance of stock details, maintenance of receipts and items etc. It is a tedious job to main ...
https://www.eeworm.com/dl/534/430545.html
下载: 125
查看: 1030

FlashMX/Flex源码 This is a Flex UIComponent that can be used 谋n a FLEX 3 mxml application as component written in act

This is a Flex UIComponent that can be used 谋n a FLEX 3 mxml application as component written in action script 3.0, provides you to create items that cab be filled from an XML or Query ResultSet or etc. and is viewed in a container that can preview images and additional info like a store item and c ...
https://www.eeworm.com/dl/661/432775.html
下载: 118
查看: 1093

Linux/Unix编程 //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } cbreak()

//初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } cbreak() noecho() keypad(stdscr, TRUE) //建立菜单项 for(i=0 i<N_ITEMS i++){ items[i] = new_item(months[i], "") } //建立菜单 mymenu = new_menu(items) //设置为5行单列的菜单 set_menu_fo ...
https://www.eeworm.com/dl/619/451812.html
下载: 73
查看: 1055