搜索资源列表
LexSeu
- 东南大学 课程设计 lex部分 说 明 **本次实验在Visual C++6.0环境下开发** 主要有以下文件: 1 词法分析器 lex.cpp 2 头文件 lex.h 3 测试文件 lex.l.txt lex工具的使用方法 编译运行 lex.cpp/lex.h,这样就将lex.l.txt转换成Cpp语言程序yylex.cpp 然后使用VC++6.0将lexyy.cpp编译成可执行程序, 这样就识别出了lex.l.t
20061119
- 《圣殿祭司的ASP.NET2.0开发详解——使用C#》光盘说明 一、光盘用途 本光盘为《圣殿祭司的ASP.NET2.0开发详解——使用C#》一书的配套光盘,供读者阅读图书时参考和学习。 二、光盘内容 1.书中所有范例的程序代码; 2.第1,3,6,7章所涉及到的相关内容; 3.书中范例使用的数据库; 4.第21章PDF电子文件; 5.博文视点精彩宣传片; 6.点击博文视点; 7.README.txt文件。 三、运行环境和
Excel
- c# Excel操作控件,全源码,项目中使用很不错-c# Excel operating controls, all-source project to use very good
txt
- 用c#完成的一个文本切割器,但是在实现过程中用String作为容器,切割不准确-C# complete with a copy of cutters, but the process used in achieving the String as a container, cutting inaccurate
Cpp_Native_CLI_interop
- he purpose of this code is to show how to write interop code using native C++ and C++/CLI. It also shows how using a managed *.dll that the same code can be accessed and used from any other CLR language.