如何编写将生成tribonacci系列的Objective C程序 [英] How do I write an Objective C program that will generate tribonacci series

查看:92
本文介绍了如何编写将生成tribonacci系列的Objective C程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

tribonacci系列以三个初始数字的总和开始,并以该形式继续。这与Fibonacci的区别

A tribonacci series starts with the sum of three initial numbers and it continues in that form. that is its difference from Fibonacci

推荐答案

您可以通过了解这些序列来解决1):http://en.wikipedia.org/wiki/Generalizations_of_Fibonacci_numbers [ ^ ]; 2)通过学习目标C(或C,根据您的问题标签); 3)做一些工作。



关于差异的这些问题是不正确的。你会如何定义差异?如果可以的话,请告诉我们苹果和苹果的区别。只需阅读每个主题,了解每个主题,并忘记差异。



-SA
You can sort it out 1) by learning about those sequences: http://en.wikipedia.org/wiki/Generalizations_of_Fibonacci_numbers[^]; 2) by learning Objective C (or C, per your question tag); 3) doing some work.

Such questions about "difference" are incorrect. How would you define "difference"? If you can, please tell us the difference between apple and Apple. Just read on each topic, learn what each of them is, and forget about "differences".

—SA


您的问题显示了一些缺失的知识。 Objective C是MacOS或IOS平台的语言和C ++的超集。



如果您的Mac安装了XCode和iPhone或iPad,您可以编写一个目标C App。但我更喜欢用C ++代码编写核心功能。 A

目标C的教程。 />


另一个解决方案可能是在Windows上使用带有通用C ++的Visual Studio。
Your question shows some missing knowledge. Objective C is the language for MacOS or IOS platforms and a superset of C++.

If you have a Mac with installed XCode and an iPhone or iPad you may write an Objective C App. But your core functionality I would prefer to write in C++ Code. A
tutorial for Objective C.

Another solution may be the use of the Visual Studio on Windows with generic C++.


这篇关于如何编写将生成tribonacci系列的Objective C程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆