搜索资源列表
complersrc
- 编译原理课程设计,VC实现源码,可以参考,特别是一些数据结构-compiler theory curriculum design, VC source can be found, especially in some data structure
NRF9E5_Demo
- NRF9E5简易表演程序 用于无线收发数据。-NRF9E5 performing simple procedures for wireless data transceiver.
hao123.com源代码
- c18233\AcceptJob.asp c18233\copyright.asp c18233\counter\0\0.gif c18233\counter\0\1.gif c18233\counter\0\2.gif c18233\counter\0\3.gif c18233\counter\0\4.gif c18233\counter\0\5.gif c18233\counter\0\6.gif c18233\counter\0\7.gif c18233\counter
LR1
- 利用字符二维数组对文法、First集、Follow集、终结符集、非终结符集等数据进行存储,还有一个是状态表存储DFA的状态。二维TAB表对其中的DFA表进行存储,横坐标是状态号,纵坐标为文法中的符号(终结符和非终结符)。-Two-dimensional array of characters to use grammar, First Set, Follow sets, at the end of sets, sets and other non-terminator data storage,
qq
- 51单片机串口调试程序,pc机发送数据给单片机单片机通过led显示出来-51 serial single-chip debugger, pc machine to send data to the single-chip single-chip through the led display
testDec
- 石油测井数据格式转换 转换为txt格式-Oil well logging data format is converted to txt format
modis_Spectral_response_function_fit
- 处理一定的遥感数据,可以自动读取,也可以将其生成。-Processing of remote sensing data can be automatically read, and can also be generated.
tcdrom
- 使用ASPI读SCSI/IDE/ATAPI的CDROM数据或音乐磁道数据的程序,并可控制CDROM的一些参数- Uses ASPI to read SCSI/IDE/ATAPI the CDROM data or the music track data procedure, and may control CDROM some parameters
j_12967_QvodCms
- Qvod完美点播专家 01.网站地图系统 02.广告管理系统 03.AJAX留言本系统 04.智能影片报错系统 05.模板管理系统 06.友情链接系统 07.网页生成系统 08.数据管理系统 09.数据共享采集 10.自定义采集系统 11.草根搜蜘蛛页智能生成方便提交 -Experts on Demand Qvod perfect 01. Site Map System 02. 03.AJAX Guestbook advert
webfrasme
- 这是一个关于企业网站框架的源码,用户只需要加入相应的数据即可。-This is a website about enterprise-source framework, the user only needs to add the corresponding data.
mmc3r10g
- SCSI Multimedia Commands 鈥?3 (MMC-3) T10/1363-D 5.16 READ CAPACITY Command The READ CAPACITY command (Table 144) provides a means for the Initiator to request information regarding the capacity of the Logical Unit. This command shall not repo
An-Upload
- 本组件是继作者原“艾恩ASP无组件上传类”修改整合而成, 具有和无组件上传类相同的功能,并且具有无组件类不能相比的优越性能。 能实现的功能主要包括:自由提取表单数据、自由限制上传扩展名、自由限制上传大小、自由选择文件保存类型(原文件名和时间随机命名), 即可以单个文件上传又可以多个文件批量上传,同时可以提取文件的二进制数据,以方便保存到数据库-This component is the author of the original " non-iron ASP upload
CVAVR
- TFTLCD(驱动加资料) TFTLCD(驱动加资料)大大的好 -TFTLCD (plus data-driven) TFTLCD (plus data-driven) significantly better
test
- 用codeblocks编写的用来实现数据结构中的链表建立、排序、合并问题(实现了四个班级成绩的排序)-With codeblocks write used to realize data structure of chain table set up, sort, merger problem (realize the four class performance sort)
Compilation-of-converter
- 汇编转换器,汇编语句与机器码数据相互转换。-Compilation of converter, assemble language and machine code data conversion.
databaseV1.0
- 生物医学工程关于团委的数据库系统,使用VB语言,内含有代码、数据、界面等-Biomedical engineering database system on the Communist Youth League, the use of the VB language, contains code, data, and interface
CS2---Assignment1
- an advance data type to represent a student at PMU. Name this class PMUStudent". The following should be the members of this class: 1- string name //this member will hold the name of the student 2- string major //this member will tell the major o
Docs
- python program source code for data reduce
Data
- 实现订单明细 汇总 自动求和 通过ACCESS C# 合并使用-To achieve the order summary automatic summation
binary-tree-in-templates
- so i want to make a code, that creates a binary tree, that holds data, for example ints like 1,6,2,10,8 and on pop i get the biggest number, and after that it gets deleted from the tree, and on push i can insert a new element. And this should be in a