码迷,mamicode.com
首页 >  
搜索关键字:animation system    ( 52043个结果
C#笔记 - 转发
1. 引用类型是类型安全的指针,它们的内存是分配在堆(保存指针地址)上的。String、数组、类、接口和委托都是引用类型。2. 强制类型转换与as类型转换的区别:当类型转换非法时,强制类型转换将抛出一个System.InvalidCastException异常,而as不会抛出异常,它返回一个null...
分类:其他好文   时间:2014-05-23 07:27:25    阅读次数:408
C# 中文转拼音类
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace SU{ /// /// 中文转拼音 /// public class PinYin ...
分类:其他好文   时间:2014-05-23 06:46:51    阅读次数:395
windows store app 读写图片
1 using System; 2 using System.Threading.Tasks; 3 using System.Runtime.InteropServices.WindowsRuntime; 4 using Windows.Graphics.Imaging; 5 using...
分类:移动开发   时间:2014-05-23 06:35:37    阅读次数:295
roleManager 元素(ASP.NET 设置架构),我是因为SSL弱密码(转)
为角色管理配置应用程序。此元素是 .NET Framework 2.0 版中的新元素。configuration 元素(常规设置架构)system.web 元素(ASP.NET 设置架构)roleManager 元素(ASP.NET 设置架构) enabled="true|false" ...
分类:Web程序   时间:2014-05-23 06:02:48    阅读次数:332
winform小程序------保留n位四舍五入小数
一:可选择保留位数,注释很解释的很详细,上图二:全部代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Sys...
分类:Windows程序   时间:2014-05-23 05:23:41    阅读次数:508
java类初始化
class SuperClass{ static{ System.out.println("super class init!"); } static int superInt = 1; static String superString = "supS...
分类:编程语言   时间:2014-05-23 04:35:31    阅读次数:253
OpenGL小试牛刀第一季
效果截图:代码展示:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using Sys...
分类:其他好文   时间:2014-05-23 04:31:37    阅读次数:312
Mandelbrot图像
using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication3{ class Program { static void Main(string[] args) { doubl...
分类:其他好文   时间:2014-05-23 04:08:51    阅读次数:427
second order system analysis 自控 二阶系统的稳定性分析 matlab multisim仿真分析
second order system anlysis 在matlab里面搭建好相应的仿真模型图 当T0 = 10 ,K1 = 1,T1 = 1的时候 根据二阶系统的开,闭环传递函数的特点,这里我们可以通过调节系数的值,间接的调节Wn 和 epsilon(阻尼)的值 在上图中epsilon...
分类:其他好文   时间:2014-05-21 16:35:01    阅读次数:271
win7中用MinGW编译x264出现"No working C compiler found."错误
原因:MinGW没有安装c编译器。 MinGW的安装管理器的"Basic Setup"栏目找不到c编译器: 在“All Packages”->"MSYS"->"MSYS System Builder"栏目中勾选"msys-gcc":...
分类:Windows程序   时间:2014-05-21 13:48:54    阅读次数:1228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!