搜索资源列表
wpf_CustomCursorDemo
- WPF 自定义鼠标形状Cursor示例,并非从外界导入鼠标文件,而是自己用C#程序画一个鼠标形状,比如矩形,圆形或是多边形甚至组合图形。-WPF Custom Mouse Cursor shape example, the mouse does not import files from the outside, but their own C# program using the mouse to draw a shape, such as rectangular, circular or p
myproject
- 本系统实现的功能:通过网络查询被控电脑IP地址并与之连接;能够通过鼠标、键盘远程的控制电脑;可以对被控电脑适时的监控;可以实现消息的传送,这样的一个系统基本具有远程监控软件的一些基本功能。-the language write.The function of this system realization:Pass a network search be charged the computer IP address to combine with of conjunction Can pass
shk
- 从Point、Circle类中抽象出基类Shape,研究抽象类和具体类的接口和实现。-Abstracts the base class from Point and Circle Shape, the abstract class and interface and implementation of a concrete class.
Life_Game2.12
- 基于C#的生命游戏,兰顿蚂蚁等元胞自动机的实现,完整的程序 Form1.cs 为主窗体 可以在245行之后,添加自己的规则。 Gridlines.cs为网格类,控制网格的尺寸、线型、颜色等,以及网格绘制等 Cell.cs为细胞类,控制所有的单元格(细胞、兰顿蚂蚁的地板)的形状、状态、颜色,以及细胞绘制等。 Ant.cs为蚂蚁类,类似细胞类,有方向改变,前进等方法。 gridset.cs为设置窗体,用于设置一些参数。 目前,支持网格三种线型、