搜索资源列表
PL_0code
- 编译原理课程设计VC源代码,用MFC实现PL/0简易编译器,可支持简单PL/0语言编写的源代码的编译及执行。注:些编译器功能不支持多输入的PL/0源代码的运行,PL/0源代码必须先保存才能正确编译和运行,否则编译器会提示找不到文件。
env
- 奇淫技巧之获取本机环境变量.本方法依赖于VC编译器的CRT初始化代码
gcc_link_problem
- 一个gcc和vc编译器存在的问题,代码变量与库中函数重名就会导致连接错误。-One problem of both gcc and vc compiler. if there is a variable in source code which has the same name as the library function, after linking , there will cause a crash when run the program
DES
- DES加密算法的C语言实现。用VC编译是可以的(VC的C编译器和C++编译器是分开的,*.c的文件VC都是用C编译器编译的)。在GCC或者其他编译环境下有可能编译器不认识__int64的写法,这时在文件头加上这么一句应该就可以了: #ifndef __int64 #define __int64 long long #endif-DES encryption algorithm in C language. VC compiler (VC C compiler and C++ comp
code-of-dll-of-vc
- 静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改 编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。 -Static and dynamic library distinction, and the procedure call link static libra
vhoj8
- vc与matlab混合编程的具体实例,通过vc编译器调用matlab编译的,-The concrete living example of vc and matlab mixed programming, through the vc compiler calling matlab compiler,
50268419
- VC实现的PL0编译器,该程序实现词法分析,语法分析及语义分析(VC realize PL0 compiler, the program realization of lexical analysis, syntactic analysis and semantic analysis)
apd
- VC实现的PL0编译器,该程序实现词法分析,语法分析及语义分析(VC realize PL0 compiler, the program realization of lexical analysis, syntactic analysis and semantic analysis)
TRPJUT
- VC实现的PL0编译器,该程序实现词法分析,语法分析及语义分析()