码迷,mamicode.com
首页 >  
搜索关键字:cells    ( 1822个结果
LeetCode :Sudoku Solver
Sudoku Solver  Total Accepted: 13937 Total Submissions: 66832My Submissions Write a program to solve a Sudoku puzzle by filling the empty cells. Empty cells are indicated by the character...
分类:其他好文   时间:2014-10-14 00:40:37    阅读次数:246
Sudoku Solver
[leetcode]Write a program to solve a Sudoku puzzle by filling the empty cells....
分类:其他好文   时间:2014-10-10 15:52:10    阅读次数:188
沪深股市关注度
Sub 沪深股市关注度() On Error Resume Next Cells.Clear Columns("A:A").NumberFormatLocal = "@" Cells(1, 1) = "代码" Cells(1, 2) = "名称" Cells(1, 3) = "关注该股人数(人)" With CreateObject("WinHttp.WinHttpRequest.5.1") .Open "GET", "http://d...
分类:其他好文   时间:2014-10-07 13:34:53    阅读次数:116
gridview如何隐藏一列数据,但又可以使用这列数据
解决方案在RowCreated事件中书写如下代码voidGridView1_RowCreated(objectsender,GridViewRowEventArgse){e.Row.Cells[0].Visible=false;//如果想使第1列不可见,则将它的可见性设为false//可以根据需要设...
分类:其他好文   时间:2014-09-24 12:20:16    阅读次数:165
C# winform 导出导入Excel/Doc 完整实例教程[网上看到的]
还真没做过winform的导出导入,今天上网百度了一下。结果---所以还是我自己写个吧。之前做过web的,半搬半做就OK。1添加引用:Aspose.Cells.dll(我们就叫工具包吧,可以从网上下载。关于它的操作我在“Aspose.Cells操作说明 中文版 下载 Aspose C# 导出Exce...
分类:Windows程序   时间:2014-09-18 18:11:24    阅读次数:309
Aspose.Cells 操作Excel相关文章
Aspose.Cells 根据Excel模板导出数据统计使用Aspose.Cell控件实现Excel高难度报表的生成(一)
分类:Web程序   时间:2014-09-16 17:18:00    阅读次数:181
Aspose.cells异步读写操作
1 public class AsyncExcel : Excel 2 { 3 static readonly object _objForlock = new object(); 4 //public List ReadAsyncResults ...
分类:Web程序   时间:2014-09-16 10:42:10    阅读次数:278
[leetcode]Sudoku Solver @ Python
原题地址:https://oj.leetcode.com/problems/sudoku-solver/题意:Write a program to solve a Sudoku puzzle by filling the empty cells.Empty cells are indicated b...
分类:编程语言   时间:2014-09-13 10:34:04    阅读次数:291
VBA
Sub Macro1() For d = 1 To 9 For e = 2 To 70 For c = 1 To 225 If InStr(Worksheets(2).Cells(d, e), Worksheets(3).Cells(c, 1)) > 0 Then Worksheets(...
分类:其他好文   时间:2014-09-12 16:46:43    阅读次数:213
2014牡丹江网络预选赛F题(隐式图BFS暴搜)zoj3814
Sawtooth Puzzle Time Limit: 10 Seconds      Memory Limit: 65536 KB Recently, you found an interesting game called Sawtooth Puzzle. This is a single-player game played on a grid with 3 x 3 cells....
分类:其他好文   时间:2014-09-11 09:42:44    阅读次数:248
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!