Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - access C
Search - access C - List
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd(\"l fred.cpp\") or uc_cmd(\"help\"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
Date : 2008-10-13 Size : 418.61kb User : lee

UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful. -UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC#-command, like#l or#help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
Date : 2025-12-22 Size : 418kb User : lee

词法分析器,用C编的.声明:本源码及资源由超级源码(www.supcode.com)收集整理后提供下载 ************************************************************************* ====================欢迎访问www.supcode.com====================== 网站编程技术专题站,提供大量ASP、PHP、JSP、CGI、.NET软件,网页模板和黑客工具 常用工具,还有技术专题论坛等着您的参与及讨论。 访问URL: http://www.supcode.com 软件发布:http://www.supcode.com/Publish.asp-Lexical analyzer, using C-series. STATEMENT: This source code and resources by the super-source (www.supcode.com) after the collection available for download********************************************************************* Welcome to****==================== www.supcode.com =================== === Web programming technology topics to provide a large number of ASP, PHP, JSP, CGI,. NET software, website templates and hacking tools commonly used tools, as well as technical topics waiting for your participation in forums and discussions. Access URL: http://www.supcode.com software release: http://www.supcode.com/Publish.asp
Date : 2025-12-22 Size : 342kb User : danping

C 编译原理与实践,是一本比较实用的书籍.如果需要查阅此类书籍,建议看这个.-C compiler theory and practice, is a more practical book. If you need access to such books, look at this proposal.
Date : 2025-12-22 Size : 542kb User : zhaoyw

C 编译原理与实践,是一本比较实用的书籍.如果需要查阅此类书籍,建议看这个.-C compiler theory and practice, is a more practical book. If you need access to such books, look at this proposal.
Date : 2025-12-22 Size : 1.6mb User : zhaoyw

C 编译原理与实践,是一本比较实用的书籍.如果需要查阅此类书籍,建议看这个.-C compiler theory and practice, is a more practical book. If you need access to such books, look at this proposal.
Date : 2025-12-22 Size : 1.15mb User : zhaoyw

C 编译原理与实践,是一本比较实用的书籍.如果需要查阅此类书籍,建议看这个.-C compiler theory and practice, is a more practical book. If you need access to such books, look at this proposal.
Date : 2025-12-22 Size : 1.25mb User : zhaoyw

C 编译原理与实践,是一本比较实用的书籍.如果需要查阅此类书籍,建议看这个.-C compiler theory and practice, is a more practical book. If you need access to such books, look at this proposal.
Date : 2025-12-22 Size : 1.35mb User : zhaoyw

C 编译原理与实践,是一本比较实用的书籍.如果需要查阅此类书籍,建议看这个.-C compiler theory and practice, is a more practical book. If you need access to such books, look at this proposal.
Date : 2025-12-22 Size : 1.79mb User : zhaoyw

C 编译原理与实践,是一本比较实用的书籍.如果需要查阅此类书籍,建议看这个.-C compiler theory and practice, is a more practical book. If you need access to such books, look at this proposal.
Date : 2025-12-22 Size : 1.3mb User : zhaoyw

C 编译原理与实践,是一本比较实用的书籍.如果需要查阅此类书籍,建议看这个.-C compiler theory and practice, is a more practical book. If you need access to such books, look at this proposal.
Date : 2025-12-22 Size : 1.9mb User : zhaoyw

C 编译原理与实践,是一本比较实用的书籍.如果需要查阅此类书籍,建议看这个.-C compiler theory and practice, is a more practical book. If you need access to such books, look at this proposal.
Date : 2025-12-22 Size : 184kb User : zhaoyw

DL : 0
讨论了pl/0语言与C语言程序在处理子过程问题上的区别,并阐述了二者的编译程序为保证语言的子过程使用规则,在编译方面处理上的异同点,主要区别是是否需要存取链来保证是否支持子过程的嵌套定义,pl/0需要使用存取链,而C语言不需要,因为C语言不支持函数的嵌套定义而Pl/0语言支持。 -Discussed the pl/0 language and C language procedures in dealing with the issue of sub-process distinction, and described the two compilers for a subset of the process to ensure that the use of language rules in the compiler on the similarities and differences between aspects of treatment, the main difference is whether there is a need access links to ensure whether or not to support the definition of nested sub-processes, pl/0 need to use the access links, while the C language does not need, because C language does not support the nested function definition of Pl/0 language support.
Date : 2025-12-22 Size : 128kb User : 徐黎明

DL : 0
可以用于快速查阅C语言编译器标准函数库中的函数用法和实例,由于是直接使用简单HTML编写的,所以用户可以根据自己的喜好来添加或者删除任意个函数实例。-Can be used for quick access to the standard C language compilers use libraries of functions and examples, because it is directly written using simple HTML, so users can add their own preferences or delete any number of function instances.
Date : 2025-12-22 Size : 174kb User : 飞轩泠

DL : 0
recm 模 嵌套 再分析资料 自己写的接口 认阅读有-readICBC is the third component of the REGional Climate Modeling C C (RegCM) system version 3.0 and used to access archived global C C analysed datasets at regular latitude-longititude (NNRP1, NNRP2 C C ,ERA40) or original T159 (N80) datasets (ERAHI), or T42 datasets C C at Gaussian grids (ECWCRP), as well as NEST run from previous C C FVGCM run (FVGCM), ECHAM5 run (EH5OM) and RegCM run (FNEST).
Date : 2025-12-22 Size : 32kb User : zdq

DL : 0
实现订单明细 汇总 自动求和 通过ACCESS C# 合并使用-To achieve the order summary automatic summation
Date : 2025-12-22 Size : 399kb User : 李长辉

c++编写,解析指定目录下的.c/.h文件,能够获取c文件的基本元素,如宏定义,头文件包含,函数声明,函数定义,函数调用等,并实现了简单依赖关系查找-c++ write, parse .c/.h files in the specified directory, have access to the basic elements of the c file, such as macro definitions, header file contains function declarations, function definitions, function calls, and to achieve a simple dependency Find
Date : 2025-12-22 Size : 62kb User : 蒋博

1. 图形用户界面,使用鼠标即可以完成所有操作,直观易用,当然,也有键盘快捷键; 2. 在有标准输入和标准输入数据的情况下,无需联网即可提交代码进行判题; 3. 具备所有Online Judge的核心判题功能,如编译代码、内存限定,时间限定,获取代码长度等; 4. 支持一道题目对应多个文件的测试方式,并支持显示每组测试文件的测试结果,计算正确率; 5. 可以打包并加密测试数据,使用加密后的数据可以正常判题,但不显示标准输出; 6. 拥有出题模式,在有标准输入数据和标程的时候可以生成标准输出数据,支持多文件方式的批量保存; 7. 支持以拖拽文件至窗体的方式提交代码,不仅可以拖拽至“Submit”窗体,而且可以直接拖拽至主窗体;同时,“Submit”窗体具有记忆提交代码的功能; 8. 支持使用C、C++、Pascal、C#和Java五种语言编码提交; 9. 支持对代码、标准输入数据和标准输出数据中汉字的处理; 10. 支持不限时执行代码,并可以随时手动跳过当组测试数据或结束测试; 11. 即使程序MLE、RE、Skip、TLE、UserBreak时,仍然可以显示程序已输出的部分内容; 12. 拥有对标准输出数据和程序输出数据的文本高亮对比功能; -1 graphical user interface that can use the mouse to complete all operations and intuitive to use , of course , there are keyboard shortcuts (2) In the case of standard input and standard input data, the network can submit code without sub-title (3) have all Online Judge core sub-title functions, such as compiling code, the memory limit , time limit , access code length 4 corresponding test methods to support a topic of multiple files , and supports display test results in each test file , calculate the correct rate 5 can be packaged and encrypted test data , the data can be encrypted using the normal sub-title , but does not display standard output 6 has a question mode, standard input and standard process data when you can generate a standard output data supports batch mode to save multiple files 7 supports drag and drop files to the form submission code can not only drag to "Submit" form, and can drag directly to the main form while , "Submit" to submit the form
Date : 2025-12-22 Size : 23.64mb User : ftx

ort is a function in C++ Standard Library that takes two random-access iterators, the start and the end, as arguments and performs a comparison sort on the range of elements between the two iterators, front-inclusive and end-exclusive
Date : 2025-12-22 Size : 1kb User : netko
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.