码迷,mamicode.com
首页 >  
搜索关键字:cells    ( 1822个结果
DEV PivotGridControl 全选行或列
foreach (string item in fieldProductName.FilterValues.Values) { pivotGridControl.Cells.SetSelectionByFieldValues(false, new ...
分类:其他好文   时间:2014-08-20 20:55:42    阅读次数:471
javascript实现简单的table表格排序特效
javascript实现简单的table表格排序特效,在这个列子中,练习了table的操作,主要有:tBodies、rows、cells,还有有关数组的排序方法:sortjavascript中有关table元素的属性、方法:1.caption:保存着对元素(如果有)的指针2.tBodies:是一个元...
分类:编程语言   时间:2014-08-20 12:05:02    阅读次数:275
Google Code Jam 2009, Round 1C C. Bribe the Prisoners (记忆化dp)
ProblemIn a kingdom there are prison cells (numbered 1 toP) built to form a straight line segment. Cells numberiandi+1are adjacent, and prisoners in a...
分类:其他好文   时间:2014-08-19 12:36:24    阅读次数:234
UVA - 10561 Treblecross (SG定理)
Treblecross is a two player gamewhere the goal is to get three X in a row on a one-dimensional board. At the startof the game all cells in the board is empty. In each turn a player puts a X in an empt...
分类:其他好文   时间:2014-08-17 17:03:33    阅读次数:358
HDU 4772 Zhuge Liang's Password 选择矩阵
本题需要使用选择矩阵的程序求解,这个和Leetcode上的一个程序是一样道理的。如果使用额外空间,那么是很容易做到的,这里不使用额外空间,直接使用到位操作,空间效率是O(1),这是个非常漂亮的到位旋转程序。 题意还是很重要,这次看错了一句话,就WA了一次: The maximum amount of cells which contains two equal numbers after ov...
分类:其他好文   时间:2014-08-15 22:35:29    阅读次数:288
iOS 在TableView的Cell之间设置空白间隔空间
1.设置section的数目,即是你有多少个cell - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { return 3; // in your case, there are 3 cells } 2.对于每个section返回一个cell - (NSInteger)tableView:(UI...
分类:移动开发   时间:2014-08-12 22:08:04    阅读次数:309
Valid Sudoku 和 Sudoku Solver
题目一:Valid Sudoku Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules. The Sudoku board could be partially filled, where empty cells are filled with the character '.'. ...
分类:其他好文   时间:2014-08-12 17:21:54    阅读次数:250
使用Aspose.Cells生成Excel的方法详解(转)
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.IO; using System.Data; using Aspose.Cells; /// ///.....
分类:Web程序   时间:2014-08-11 17:22:32    阅读次数:776
Treblecross 博弈SG值
Treblecross is a two player game where the goal is to get threeXin a row on a one-dimensional board. At the start of the game all cells in the board a...
分类:其他好文   时间:2014-08-10 23:50:01    阅读次数:451
[leetcode]Sudoku Solver
Sudoku SolverWrite a program to solve a Sudoku puzzle by filling the empty cells.Empty cells are indicated by the character'.'.You may assume that the...
分类:其他好文   时间:2014-08-09 23:00:09    阅读次数:269
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!