什么样的问题最好解决

什么样的问题最好解决

本文介绍了什么样的问题最好解决?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 最好解决哪些问题?What kind of problems is c best at solving?推荐答案 任何计算机程序最好解决定义明确的问题,并且 足以让一个人立刻理解它。 如果程序很重要,那么C应该是你的首选语言 被很多人理解(仅仅因为C是如此广泛的理解)。如果执行速度非常重要,它也是选择的语言,因为C编译器非常有效。 如果执行速度是最重要的,你应该使用汇编语言,如果它很重要,语言很容易实现(即构建一个 解释器/编译器)你应该使用BASIC,如果项目是非常 复杂然后可以说你应该使用C ++,如果问题是非数字的 自然SNOBOL,用于模式匹配,或COBOL,用于商业编程,是 不错的选择。 C是一种非常通用的语言,如果没有指示 ,则应该是默认语言。Any computer program is best if it solves a well-defined problem, and isshort enough for a single person to understand it at once.C should be your langauge of choice if it is important that the program beunderstood by a large number of people (simply because C is so widelyunderstood). It is also the language to choose if execution speed isextremely important, because C compilers are very efficient.If execution speed is paramount you should use assembly language, if it isimportant that the language be easy to implement (ie build aninterpreter/compiler for) you should use BASIC, if the project is verycomplex then arguably you should use C++, if the problem is non-numerical innature SNOBOL, for pattern matching, or COBOL, for business programming, aregood choices.C is a very general-purpose language that should be the default if nothingelse is indicated. 有解决方案的那种。 - Richard Heathfield:璧**** @ eton.p owernet.co.uk Usenet是一个奇怪的地方。 - Dennis M Ritchie,1999年7月29日。 C FAQ: http://www.eskimo.com/~scs/C-faq/top.html K& R答案,C书等: http://users.powernet.co.uk/etonThe kind that have solutions.--Richard Heathfield : bi****@eton.powernet.co.uk"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.C FAQ: http://www.eskimo.com/~scs/C-faq/top.htmlK&R answers, C books, etc: http://users.powernet.co.uk/eton 那些可以解决的问题一台电脑。 - #include< standard.disclaimer> _ Kevin D Quitt USA 91387-4454所有统计数据的96.37%组成 根据FCA,此地址不得添加到任何商业邮件列表中Those that can be solved by a computer.--#include <standard.disclaimer>_Kevin D Quitt USA 91387-4454 96.37% of all statistics are made upPer the FCA, this address may not be added to any commercial mail list 这篇关于什么样的问题最好解决?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-12 12:27