一个简单易于构建的程序,适合初学者。 [英] A simple easy to build program for beginners needed.

查看:69
本文介绍了一个简单易于构建的程序,适合初学者。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是初学者,想要设计一个应用程序只是我不知道它请为一个易于构建的程序提供一些想法.......这里有一些我已经建立的程序来给出一个想法我的能力.....





计算器.......以胜利形式......

年龄计算器......以胜利形式......

Fibbonacci打印机.......在控制台.......

一个控制台程序打印一个相反的输入数字........

一个控制台程序,使用无限循环重复一个输入字符串无数次也重复经过一段时间后........









我也知道使用consolekey ..........







提前致谢................



问候,

Ahsan Naveed

I am a beginner and want to design an app only ive got no idea for it please give some idea for an easy to build program.......here are a few programs I have already built to give an idea of my capabilities.....


Calculator.......in win form......
Age calculator......in win form......
Fibbonacci printer.......in console.......
A console program that prints an inputed number opposite........
A console program that repeats an inputed string infinite number of times using infinite loop also repeating after inputed number of time........




I also know the use of consolekey..........



Thanks in advance................

Regards,
Ahsan Naveed

推荐答案

您列出项目的想法很好。不多,但我们最终都开始了。



不幸的是,它仍然很难帮助你,不仅因为这个问题太模糊,而且因为你有一个这些天很奇怪(但可能非常受欢迎)的目标是轻松构建应用程序。



很容易?来吧,如果你想得到一些好东西,那从来都不容易。



让我们逻辑一点。如果事情很容易,谁会需要你的工作?其他人都可以做到。如果你想学点东西,你需要学习一些值得学习的东西。然后你就可以做一些人们重视的事情。不,我不认为你很懒。什么是懒惰?懒惰是进步的主要动力。显然,那里有懒惰和懒惰。



...这对于没有感觉到的人来说真的很难解释。真的,复杂的事情很简单。只有简单的事情才是复杂的。你需要避免人为创造的困难并遇到真正的困难。也许这会给你解释一下:

http://en.wikipedia.org/wiki/Accidental_complexity [ ^ ]。



当然,没有具体的食谱,对不起。事实上,如果您正在寻找建筑应用的具体配方,那么您已经失去了。你得到的照片吗?



-SA
Your idea to list your project is good. Not much, but we all begin things eventually.

Unfortunately, it's still hard to help you, and not only because the question is too vague, but because you have a strange (but probably very popular these days) goal to "build application easily".

Easily? Come on, if you want to get something good, it's never easy.

Let's thing logically. If something is very easy, who would need your work? Everyone else can do it. If you want to learn something, you need to learn something which worth learning. And then you would be able to do something which people value. No, I don't think you are lazy. And what is laziness? Laziness is a main drive of the progress. Apparently, there is laziness and laziness then.

…This is really hard to explain to someone who does not feel it. Really, complex things are simple. And only simple things are complex. You need to avoid difficulties which are artificially created and meet real difficulties. Perhaps this will explain you something:
http://en.wikipedia.org/wiki/Accidental_complexity[^].

And of course, no concrete recipes, sorry. In fact, if you are looking for concrete recipe for, say, building application, you already loose. Are you getting the picture?

—SA


我相信 Google [ ^ ]可以帮助你。

另一种方法是使用 SearchBox [ ^ ];)

不要偷懒!为你做一件事并尽力找到你想要的东西。





好​​的,当我回答了这个问题,我不太清楚,抱歉。



我(...)想设计一个应用程序只是我不知道它

三最重要的事情:

1)查看类似的应用程序并复制用户界面 [ ^ ]来自他们。不要用撬棍强行打开门,它们是打开的。

2)从一个应用程序开始,即年龄计算器。这似乎是最容易写的。只有4个控件( GUI [ ^ ]):

- Label1(显示文字:出生日期:)

- DateTimePicker(选择日期)

- 按钮(计算年龄OnClick事件)

- Label2(显示当前年龄)。

3)完成一个项目后,启动另一个项目......依此类推。

[/ EDIT]
I belive Google[^] can help you.
Another way is to use SearchBox[^] on the top-right corner on this site ;)
Don't be lazy! Do a favour for you and do a minimum effort to find what you're looking for.


OK, when i answered the question, i wasn't clear enough, sorry.

I (...) want to design an app only ive got no idea for it
Three most important things to do:
1) Have a look at similar applications and copy user interface[^] from them. Do not force the door open with a crowbar, they're open.
2) Start with one application, i.e. age calculator. It seems to be the easiest to write. There are only 4 controls (GUI[^]):
- Label1 (to display a text: "Date of birth:")
- DateTimePicker (to choose a date)
- Button (to calculate age OnClick event)
- Label2 (to display current age).
3) When you finish one project, start another... and so on.
[/EDIT]


而不是简单到建立程序只是为了它(因为你没有用它,或者你想写一个程序来做 那个 而不是要求找到那个应该是什么的想法,得到一本关于C#的书并通过它,练习 - 你会学到更多,你的意志会产生更多,最后你将能够产生超过A的东西。简单易于构建程序!



如果这让你烦恼,那就太瘦了k关于你的兴趣(除了电脑)并试着看看你有什么可以计算机化的。或者查看手机上的应用程序 - 您可能做得更好吗?
Rather than working on a "simple to build" program just for teh heck of it (since you don't have a use for it, or you'd want to write a program to do "that" rather than asking for ideas for what "that" should be, get a book on C# and go through it, and the exercises - you will learn more, your will produce more, and at the end you will be able to produce more than "A simple easy to build program"!

If that bores you, then think about your interests (other than computers) and try to see if there is anything there you could computerise. Or look at the apps you have on your phone - anything there you could maybe do better?


这篇关于一个简单易于构建的程序,适合初学者。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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