搜索资源列表
CocoSourcesCS
- The Compiler Generator Coco/R Coco/R1 is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser u
LL1wenfa
- 根据某一文法编制调试LL(1)分析程序,以便对任意输入的符号串进行分析。本次实验的目的主要是加深对预测分析LL(1)分析法的理解。-prepared in accordance with a grammar debugging LL (1) analysis of procedures for the importation of arbitrary strings of symbols for analysis. The main purpose of the experiment was t
ll(1)fenxibiaodeshengcheng
- 词法分析源程序 提示:本程序只能对由 i , + , * , ( , ) 构成的以 # 结束的字符串进行分析, -lexical analysis source Tip : the program only right by i, *, (and ) consisting of the # end of the strings,
A Very Complete and in depth Rational Number Class
- with this class you ll be able to perform the most usual operations on rational numbers( +, -, *, /.. ),but also there are some suplementary features like the \"exponential function\", \"logarithm function\" etc. So,check it out!
程序的语法分析
- 对一个LL(1)文法的句型进行分析看其是不是属于该文法的产生句型-a pair of LL (1) grammar Sentence for its analysis is not belong to the grammar have Sentence
LL(1)法对布尔表达式的语法分析
- LL(1)法对布尔表达式的语法分析
CSharpMidiToolkitV5_demo.zip
- This is the fifth version of my .NET MIDI toolkit. I had thought that the previous version was the final one, but I have made many changes that have warranted a new version. This version takes a more traditional C#/.NET approach to flow-based program
TwoCare
- 某C#高人写的远程控制软件源代码,说起*没有人不知道吧,想必各位大哥的*里都有数也数不清,让我等小菜羡慕不已的肉鸡吧,本人天生愚钝, 怎么也用不明白这个*,又要域名又要FTP的.还好在下学过点编程,既然别人的不好用自己写一个得了,自己写的 不应该不会用了吧,哪我们就开始我们的*之旅吧.-Gao Ren wrote a C# source code for the remote control software, Trojan horses do not talk about
beginningVisualCSharp2005
- 通过这本书中的例子以及练习题,你可以学到很多有用的技巧,并且全方位的例代码会提高你的编程技巧。 总之,你会了解到C#各个方面的知识。-You ll first learn all aspects of the C# language, from the fundamentals to object-oriented techniques. You ll then quickly progress through Windows(r) and Web programming to making u
HeadFirstCsharpCode
- Head First C# Source code [2007-11] Head First C# is a complete learning experience for object-oriented programming, C#, and the Visual Studio IDE. Built for your brain, this book covers C# 3.0 and Visual Studio 2008, and teaches everything from la
CLR_via_CSharp_2E
- 框架设计(第2版):CLR Via C# 被china-pub会员评为“2007年我最喜爱的十大技术图书”之一 知名技术作家类Jeff Richter 为您提供专业指导,让您迅速掌握CLR和.NET Framework 2.0-The purpose of this book is to explain how to develop applications and reusable classes for the .NET Framework. Specifically, this m
LL(1)
- LL(1)程序提供给大家下载,欢迎大家一起交流交流心得~-GOOD~
csharp-2008-programmers-reference-wrox-programmer
- You ll learn the C# language fundamentals and application development using C# as you gradually master the complex array of new language options and parameters that C# 2008 offers-You ll learn the C# language fundamentals and application dev
OReilly_-_C_sharp_Cookbook
- The C# Cookbook offers a definitive collection of solutions and examples for this new programming language. Recipes range from simple tasks to the more complex, and are organized with respect to the types of problems you ll need to solve as you p
detect_ur_motion
- There are many approaches for motion detection in a continuous video stream. All of them are based on comparing of the current video frame with one from the previous frames or with something that we ll call background. In this article, I ll try to de
PersonalInfoManager
- 這個LAB在 Model部分有所琢磨,他使用了DataLayer , 及 Business Layer 並且DataContext還用了StoreProcedure 在DataLayer部分值得一提的是,他用了 Manager管理 DataContext只不過,他並沒實作 -The new ASP.NET Model-View-Controller (MVC) framework from Microsoft offers many new features for Web
NeuralNetworkOCR
- Neural Network OCR. There are many different approaches to optical character recognition problem. One of the most common and popular approaches is based on neural networks, which can be applied to different tasks, such as pattern recognition, time
MotionDetectionAlgorithms
- Motion Detection Algorithms There are many approaches for motion detection in a continuous video stream. All of them are based on comparing of the current video frame with one from the previous frames or with something that we ll call background. I
CSharp4.0_in_a_Nutshell_Fourth_Edition
- When you have questions about how to use C# 4.0 or the .NET CLR, this highly acclaimed bestseller has precisely the answers you need. Uniquely organized around concepts and use cases, this fourth edition includes in-depth coverage of new C# topics su
LL(1)Grammer-Analysis
- C#实现的LL(1)文法分析器,界面是用WPF实现的。-C# implementation of LL (1) grammar analyzer, the interface is implemented using WPF.