搜索资源列表
词法分析器(wendang)
- /*本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错),要求输出对应的单词的种类码和该类中的 内码。其中,关键字种类为1,分界符种类为2,算术运算符、关系运算符、常数、标识符分别为3、4、5、6。-/* this procedure uses in the lexical analysis: Inputs a line of C sentence from the DOS contact surface, and take # the numbe
MATLAB
- 包含matlab常用的函数指令,按功能分类的 包括 1.通用信息查询 2.工作空间管理 3.管理指令及函数 4.搜索路径的管理 5.指令窗控制 6.操作系统指令 7.运算符操作 8.编程语言结构 9.矩阵及相关操作等-Contains the matlab function commonly used commands, according to functional categories, including 1. General information
sortandcmp
- 如何使用sort函数和cmp运算符,更多使用请看内文-how to use the sort function and cmp operation
Objective-C-coding-rules
- Object-C编程规范,含方法声明,方法调用,命名方法,条件语句,表达式,运算符等等规范-Object-C coding rules