- 博客(6)
- 收藏
- 关注
原创 求复数
//软件技术2班 //作者:B32 //问题:设计复数类Complex,计算两个复数之和、差。 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication25 { class Program {
2014-12-11 22:08:50
416
原创 杨辉三角
//软件技术2班 //作者:B32 //问题:编写程序,输出杨辉三角 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication15 { class Program { sta
2014-11-30 22:14:01
310
原创 人品计算器1.0
//软件技术2班 //作者:B32 //问题:设计一个简单的计算器 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication10 { class Program {
2014-11-26 11:10:17
312
原创 三角形
{ static void Main(string[] args) { double a = 0, b = 0, c = 0; string result = ""; Console.WriteLine("请输入三条边的边长,以回车为间隔");
2014-11-16 22:24:28
338
原创 求二元一次方程
// Copyright (c) 2014软件技术2班 // All rights reserved. // 作 者:B32 // 完成日期:2014年 10 月 26 日 // 版 本 号:v1.0 // 问题描述:创建一个程序求一元二次方程 //输入描述:任意输入 a b c 值,根据公式计算x1,x2并输出 using Syst
2014-10-27 12:28:26
721
原创 求温度
//2014软件技术2班 //作者:B32 //完成日期:2014年10月16日 //描述问题:创建一个程序来把摄氏度换成华氏度。该程序提示用户输入摄氏度数据,然后显示输出华氏度数据 //输入描述:一个实数,代表摄氏度 //输出描述:一个实数,代表华氏度 using System;
2014-10-17 00:00:07
554
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅