搜索资源列表
classical_C_Code
- 历史上最好的C语言程序: 1983年,在ACM图林奖颁奖大会上,杰出的计算机科学家、UNIX的鼻祖、C语言的创始人之一,图林大奖得主,Ken Thompson,上台的第一句话便是:“我是一个程序员,在我的1040表上,我自豪地写上了我的职业。作为一个程序员,我的工作就是写程序。今天我将向大家提供一个我曾经写过的最精练的程序。”这个程序是一个自已复制自已的C语言程序
Solving_ODEs_with_MATLAB
- 使用Matlab解常微分方程组。作者为L.F.Shampine, I.Gladwell, S.Thompson-Solving ODEs with MATLAB. Author:L.F.Shampine, I.Gladwell, S.Thompson
RegextoDFA
- 正则表达式转DFA,设计原理:1正则表达式转换为带ε的NFA(Thompson构造法);2ε-NFA转为DFA;3最小化DFA;4DFA状态转换表判断是否接受输入字符串,附有详细文档说明。-Regular expressions turn DFA, design principles: a regular expression is converted to ε of the NFA (Thompson Construction Law) 2ε-NFA to DFA 3 minimal DF
removeoutliers
- 采用matlab工作环境,利用Thompson Tau进行异常值剔除-Remove outliers from data using the Thompson Tau method.
4532156dfsf
- 成绩查询.如果你需要一个一成绩查询系统你可一下载这个,也可以用于登陆界面。这样你的工作量就会轻而易举的完成-in computer science is a multiuser, multitasking poerating system originally developed by ken thompson and dennis ritchie at bell for use on minicomputers ,its popilarity is due in large part to t
barbero_pgnet04
- Rapid Prototyping of MIMO Algorithms for OFDM WLAN Luis G. Barbero and John S. Thompson Institute for Digital Communications University of Edinburgh Email: l.barbero@ed.ac.uk, john.thompson@ed.ac.uk
Algorithm_of_Karge_Thompson
- Karge Thompson算法的MATLAB源程序。-The algorithm of Karge Thompson is a heuristic algorithm that allows to obtain, given a specific group of jobs to be produced, the best sequence in terms of time setup.
ansys
- ansys 子程序的例子 To: ANSYS as a Subroutine Users From: John Thompson, ANSYS Technical Support -Included in the package are: 1. A Word document that describes the use of ANSYS as a subroutine including the descr iption of the example problems
SolvingODEswithMatlabInstructorsManual
- Solving ODEs with Matlab: Instructor’s Manual L.F. Shampine and I. Gladwell Mathematics Department Southern Methodist University Dallas, TX 75275 S. Thompson Department of Mathematics & Statistics Radford University Radford, VA 2414
removeoutliers123
- Uses the Thompson Tau technique to remove outliers from a vector containing statistical data
Unix-PPT-FROM-BUAA
- UNIX操作系统,是美国AT&T公司于1971年在PDP-11上运行的操作系统。具有多用户、多任务的特点,支持多种处理器架构,最早由肯·汤普逊(Kenneth Lane Thompson)、丹尼斯·里奇(Dennis MacAlistair Ritchie)和Douglas McIlroy于1969年在AT&T的贝尔实验室开发。这是北航的LINUX课程的课件。-UNIX operating system, AT & T, the United States in 1971, runnin
Numeriacal-Grid-Generation
- Numerical Grid Generation: Foundations and Applications,Thompson著,系统介绍了网格生成方法及其在偏微分方程数值求解中的应用。-Numerical Grid Generation: Foundations and Applications, Thompson was the system introduced in the mesh generation method and its numerical solution of par
01
- nix (officially trademarked as UNIX, sometimes also written as Unix) is a multitasking, multi-user computer operating system originally developed in 1969 by a group of AT&T employees at Bell Labs, including Ken Thompson, Dennis Ritchie, Brian Kernigh
20040403cppt
- C语言发展过程 产生背景 产生过程 时间:1972~1973 地点:美国贝尔实验室 目的:UNIX操作系统 设计人: Ken.Thompson和Dennis.M.Ritchie C标准 标准C: K&R合著《The C Programming Language》 ANSI C: 1983年 87 ANSI C: 1987年 1990年国际标准的ANSI C -Time: 1972 to 1973 Location: Bel
tda7432
- Linux Device Driver For the STS-Thompson TDA7432 audio processor chip-Linux Device Driver For the STS-Thompson TDA7432 audio processor chip
Digital_Image_Correlation_2012
- 数字图像跟踪,可以计算应力应变,对数字图像研究很有用-Compilation of .m files to calculate strain from images independent of physical size of the samples. Strain can be calculated in horizontal as well as vertical direction. The functions were developed at the Johns Hopkins Un
hush
- A prototype Bourne shell grammar parser. Intended to follow the original Thompson and Ritchie "small and simple is beautiful" philosophy, which incidentally is a good match to today s BusyBox for Linux.
outliers
- remove outliers based on Thompson Tau by M Sohrabinia
find_outliers_Thompson
- 用Thompsson算法找到数组中的outlier,具体用法可以用help查阅。-Thompson algorithm used to find the array of outliers, the specific usage can help.
Thompson转换正规式为NFA
- Thompson转换正规式为NFA程序是利用“语法制导翻译”方法,将正规式转换成图形的NFA的处理过程程序。