- 博客(13)
- 收藏
- 关注
原创 C#WinForm练习——制作简易计算器
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
2017-07-13 14:10:55 3910 1
原创 C#WinForm练习——点击button按钮使窗体中文本框都显示“好好学习,天天向上”
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
2017-07-12 17:40:43 8309
原创 C#练习——继承与重载、索引器
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ReviewPractice{ class Person //Person类 { #r
2017-07-12 16:53:50 653
原创 C#练习——统计整型数组中不重复数字的个数、将普通日期格式转换成汉字日期格式、在控制台录入每个学生的姓名,当用户输入quit(不区分大小写)时,程序停止接受用户的输入,并且显示出用户输入的学生的个数
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ReviewPractice{ class Program { static void
2017-07-12 14:41:17 1441
原创 C#练习——去掉字符串两端的空格、统计字符出现的次数及出现的索引位置、随机生成10个1-100之间的不重复的偶数
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace PracticeReview{ class Program { static void
2017-07-12 12:27:08 959
原创 C#练习——判断年份是否为闰年,九九乘法表,十进制转二进制数
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace PracticeReview{ class Program { static void
2017-07-06 20:43:22 877
原创 C#练习——用方法实现整数数组的最大值、字符串数组的最长字符串、平均值计算四舍五入保留两位小数
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Review{ class Program { static void Main(str
2017-07-03 23:52:48 1371
原创 C#练习——判断任意一个整数是否为质数、1-100质数求和以及1-100的整数求和
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Review{ class Program { static void Main(str
2017-07-03 23:38:49 4421
原创 C#练习——字符串字符个数,简单数学题
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Review{ class Program { static void Main(str
2017-06-30 00:38:37 1994
原创 C#练习——用方法实现两个数的最大值
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Review{ class Program { static void Main(str
2017-06-30 00:29:44 5153
原创 C#练习——交换两个变量
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Review{class Program{static void Main(string[] args){#r
2017-06-29 01:11:21 1939
原创 数据的本地存储——Json
Json的操作和解析:有两种方式:1、unity5.3之后自带的JSonUtility类库;2、第三方插件LitJSon库。在unity中创建一个空物体,给空物体加一个脚本如图:编辑脚本:using System.Collections;using System.Collections.Generic;using UnityEngine;using System
2017-06-22 14:13:58 502
原创 Unity网格合并_合并后模型与碰撞器位置变化问题
网格优化:将多个网格合并为一个网格,即将多个模型合并为一个模型。合并后模型和碰撞器位置问题:变换矩阵的问题,要保持相对位置不变,要转换为父节点的本地坐标。
2017-06-22 11:22:29 2418 2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人