交通灯模拟

编程入门 行业动态 更新时间:2024-10-26 16:35:04
本文介绍了交通灯模拟的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

这个应用程序可能有50多个汽车动画。 是否可以使用C#winform执行此操作? 如果我使用线程/后台工作者? 它会顺利运行吗? 还有另一个更好的选择而不是使用thread / bgworker吗?

This application probably had more than 50 cars animation. Is it possible to do this using C# winform? How if I use threading / background worker? Will it run smoothly? Is there's another better choice rather than using thread / bgworker?

推荐答案

Quote:

是否可以使用C#winform执行此操作?

Is it possible to do this using C# winform?

是的,当然。然而,这实际上取决于你的确切要求。

Yes, of course. However it really depends on your exact requirements.

引用:

如果我使用线程/后台工作者?

How if I use threading / background worker?

你可能需要。

You probably have to.

引用:

它会顺利运行吗?

再次,是的,但它确实取决于要求(例如图形细节)。

Again, yes, but it really depends on the requirements (e.g. graphics details).

引用:

还有另一个更好的选择,而不是使用thread / bgworker吗?

Is there's another better choice rather than using thread / bgworker?

As据我所知,你必须使用线程。

As far as I know, you have to use threads.

更多推荐

交通灯模拟

本文发布于:2023-10-30 11:31:31,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1542724.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:交通灯

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!