摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 构造函数1{ class Program { static void Main(strin... 阅读全文
posted @ 2014-05-15 22:41 梦若然 阅读(170) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 对象引用{ class Program { static void Main(string... 阅读全文
posted @ 2014-05-15 21:57 梦若然 阅读(147) 评论(0) 推荐(0)
摘要: 好好学习c#代码,学了怎么调用类using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace robot{ class Program { static... 阅读全文
posted @ 2014-05-14 22:52 梦若然 阅读(166) 评论(0) 推荐(0)
摘要: http://hi.baidu.com/juebantiancai/item/352903f63e58c6db6325d2ae 阅读全文
posted @ 2014-05-14 11:12 梦若然 阅读(127) 评论(0) 推荐(0)
摘要: %%自制一个下拉菜单表的用户菜单,背景颜色设为蓝色figureh_menu=uimenu(gcf,'label','color');%%用户顶层菜单项colorh_submenul=uimenu(h_menu,'label','blue','callback','set(gcf,''color'',... 阅读全文
posted @ 2014-05-13 22:14 梦若然 阅读(4073) 评论(0) 推荐(0)
摘要: 第一个例子(用matlab实现归一化二阶系统)哈哈。。通过人家代码,了解了不少函数使用方法%%得到归一化二阶系统的结缘响应曲线坐标图clf reset%%clf是清除图像窗口中当前图像;reset重置所有对象设置,返回到最初默认状态H=axes('unit','normalized','positi... 阅读全文
posted @ 2014-05-13 16:53 梦若然 阅读(869) 评论(0) 推荐(0)
摘要: DPI鼠标的DPI是每英寸点数,也就是鼠标每移动一英寸指针在屏幕上移动的点数。比如400DPI的鼠标,他在移动一英寸的时候,屏幕上的指针可以移动400个点。DPI越高显示的画面就月清晰,普通液晶显示器的DPI为962.问题2:把kinect彩色摄像头捕捉的视频显示出来(1)怎样在窗体上新增一个控件,... 阅读全文
posted @ 2014-04-14 20:40 梦若然 阅读(219) 评论(1) 推荐(0)