自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

SmartPig_的博客

知识决定眼界,眼界决定境界,境界决定高度。

  • 博客(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 3809 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 8216

原创 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 632

原创 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 1409

原创 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 935

原创 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 828

原创 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 1336

原创 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 4394

原创 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 1946

原创 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 5091

原创 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 1865

原创 数据的本地存储——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 463

原创 Unity网格合并_合并后模型与碰撞器位置变化问题

网格优化:将多个网格合并为一个网格,即将多个模型合并为一个模型。合并后模型和碰撞器位置问题:变换矩阵的问题,要保持相对位置不变,要转换为父节点的本地坐标。

2017-06-22 11:22:29 2328 2

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除