搜索资源列表
google9_3
- You are given a String[] grid representing a rectangular grid of letters. You are also given a String find, a word you are to find within the grid. The starting point may be anywhere in the grid. The path may move up, down, left, right, or diagonally
GridViewCellsMerging
- c# grid view cell merging
ExcelDataGridView
- C#像Excel一样复制DataGridView单元格中的数据,复制单元格数据,练习练习如何在C#中使用DataGridView数据网格控件,这其实也是个非常实用的基础技巧,一般在与数据库想配合的中小应用中,用来显示数据的时候,几乎都要用到DataGridView的。-C# as Excel like to copy the data in the DataGridView cell, the copy unit cell data, practice exercises how in C# u
897656676566
- 基于C#类似Excel一样复制DataGridView单元格中的数据实例源码下载,复制单元格数据,练习练习如何在C#中使用DataGridView数据网格控件,这其实也是个非常实用的基础技巧,一般在与数据库想配合的中小应用中,用来显示数据的时候,几乎都要用到DataGridView的。 ,作者拥有版权,仅供学习与参考。-C# is similar to Excel based on replicate data source code examples in DataGridView cel
Life_Game2.12
- 基于C#的生命游戏,兰顿蚂蚁等元胞自动机的实现,完整的程序 Form1.cs 为主窗体 可以在245行之后,添加自己的规则。 Gridlines.cs为网格类,控制网格的尺寸、线型、颜色等,以及网格绘制等 Cell.cs为细胞类,控制所有的单元格(细胞、兰顿蚂蚁的地板)的形状、状态、颜色,以及细胞绘制等。 Ant.cs为蚂蚁类,类似细胞类,有方向改变,前进等方法。 gridset.cs为设置窗体,用于设置一些参数。 目前,支持网格三种线型、
CellVirtual
- C sharp source code document, which shows example of designing virtual cell, which can be part of grid view.