什来之比 潜水
  • 20发帖数
  • 6主题数
  • 0关注数
  • 0粉丝
开启左侧

通过C#编程实现递归算法的完备源代码

[复制链接]
什来之比 发表于 2021-10-5 10:27:53 来自手机 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题
基于视频解说的通过C#编程实现递归算法源代码,复制可用无需更改,明白递归算法:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;namespace WindowsFormsApplication4{    public partial class Form1 : Form    {        private string str = null;        public Form1()        {            InitializeComponent();        }        private void button1_Click(object sender, EventArgs e)        {            int a;            if(int.TryParse(textBox1.Text,out a))            {                textBox2.Text = GetArithmetic(a).ToString();                                textBox3.Text = str;                           }            else            {                MessageBox.Show("请输入正确的数字");            }        }        int GetArithmetic(int i)        {            str = str + i + ",";            if (i

精彩评论3

 楼主| 什来之比 发表于 2021-10-5 12:12:25 | 显示全部楼层
代码完整
乐娱a 发表于 2021-10-5 20:21:04 | 显示全部楼层
转发了
刀客觅知音 发表于 2021-10-5 22:45:49 | 显示全部楼层
[赞]
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

猜你喜欢
在线客服邮箱
wxcy#wkgb.net

邮箱地址#换为@

Powered by 创意电子 ©2018-现在 专注资源实战分享源码下载站联盟商城