搜索资源列表
blitz
- The Blitz++ project is now being served via SourceForge. To download the Blitz++ library, go to the blitz project web page, at http://sourceforge.net/projects/blitz. More information about supported platforms and C++ compilers is available in t
gcc.pdf.tar
- gcc and gnu compilers
fuzzc
- into the C language. Now you can add fuzzy logic to your applications without expensive, specialized hardware or software. Fuzz-C accepts fuzzy logic rules, membership functions and consequence functions, and produces C source code that c
An-Introduction-to-GCC---for-the-GNU-Compilers-gc
- An Introduction to G-An Introduction to GCC
optimizing_cpp
- This manual is for advanced programmers and software developers who want to make their software faster. It is assumed that the reader has a good knowledge of the C++ programming language and a basic understanding of how compilers work.
CompilersAndCompilerGenerators
- An Execlent Book Of Compilers
MFIX_results_sensitivity_to_Fortran_compilers
- MFIX results sensitivity to Fortran compilers
pdfvers
- Compilers and Compiler Generators an introduction with C-Compilers and Compiler Generators an introduction with C++
servo3456
- C code for servo motors C18 COMPILERS
gcc_makefile
- The C programming language is by far the most used in Unix software development. Perhaps this is because the Unix system itself was originally developed in C it is the native tongue of Unix. Unix C compilers have traditionally defined the interfa
lexicalAnalysisUsingRegex
- Lexical Analysis, in Compilers
Face-Question2
- 局部变量可以与全局变量同名,在函数内引用这个变量时,会用到同名的局部变量,而不会用到全局变量。对于有些编译器而言,在同一个函数内可以定义多个同名的局部变量,比如在两个循环体内都定义一个同名的局部变量,而那个局部变量的作用域就在那个循环体内。 -Local variables and global variables of the same name, a reference to the variable in the function, it will use the local variab
xml_src
- TiXmlString is an emulation of a subset of the std::string template. Its purpose is to allow compiling TinyXML on compilers with no or poor STL support. Only the member functions relevant to the TinyXML project have been implemented. - TiX
matlab-code
- 1. Run mex -setup and choose a proper complier (Microsoft Visual C++ 6.0 is prefered) Would you like mex to locate installed compilers [y]/n? y 2. Put cec15_func.cpp and input_data folder with your algorithm in the same folder. Set this folder a