码迷,mamicode.com
首页 >  
搜索关键字:word    ( 17506个结果
li列表中包超链接,使得用户选中的超链接是active状态,其他超链是非active状态
上传文件(WORD) 生语料(TXT) <a href="#" id...
分类:其他好文   时间:2015-03-11 23:27:32    阅读次数:246
Word Search
https://leetcode.com/problems/word-search/Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of...
分类:其他好文   时间:2015-03-11 23:04:17    阅读次数:206
hdu 1502 Regular Words(DP)
题意:一个单词X由{A,B,C}三种字母构成。A(X):单词X中A的个数。B(X),C(X)同理。一个单词X如果是regular word必须满足A(X)=B(X)=C(X)且对于X的任意前缀有A(X)>=B(X)>=C(X)。给一个数n。问长度为3n的regular word有多少个。思路:dp[...
分类:其他好文   时间:2015-03-11 21:29:02    阅读次数:124
leetcode------Reverse Words in a String
标题:Reverse Words in a String通过率: 14.8% 难度: 中等Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return ".....
分类:其他好文   时间:2015-03-11 21:18:28    阅读次数:129
Length of Last Word
Length of Last Word问题:Given a stringsconsists of upper/lower-case alphabets and empty space characters' ', return the length of last word in the strin...
分类:其他好文   时间:2015-03-11 21:11:05    阅读次数:124
安装VS2012以后打开office 2007 的任何程序都跳出VS2012配置界面的解决方案
前两天闲来无事,下载了vs2012,打算学点mvc4的东西,装好以后,问题来了,打开word文档,直接弹出个windows正在配置vs2012的界面,等就等一下吧,结束以后还能正常看,结果谁知道,每次打开word文档都要来这么一下,这我就不乐意了,又试了试Excel,Powerpoint都是如此.....
分类:其他好文   时间:2015-03-11 18:54:34    阅读次数:203
hdu 1141 Factstone Benchmark 数论水题,,阶乘用斯特林公式
Problem Description Amtel has announced that it will release a 128-bit computer chip by 2010, a 256-bit computer by 2020, and so on, continuing its strategy of doubling the word-size every ten years. (Amtel released a 64-bit computer in 2000, a 32-bit comp...
分类:其他好文   时间:2015-03-11 17:24:45    阅读次数:189
使用服务器端控件(GridView)进行数据导出(Excel和Word)
1.我使用三层做的,在DAL和BLL中引用System.Web;命名空间2.写三层方法 #region 额外 /// /// 导出Excel和导出Word的方法 /// /// 要导出的数据 /// 导出数据的文档类型 ...
分类:其他好文   时间:2015-03-11 17:00:55    阅读次数:144
Word和WPS插件开发总结
为了实现办公的自动化,需要实现文档的自动流转。开发出的WORD和WPS插件的功能包括显示批注、隐藏批注、引入文件、附加对象、保存文档、退出应用。1Word插件开发1.1插件开发方法1.1.1开发语言开发语言的选择,可以选择C++和C#。1.1.2Visualstudio开发说明VisualStudi...
分类:其他好文   时间:2015-03-11 16:40:30    阅读次数:225
NYOJ---题目62笨小熊
描述 笨小熊的词汇量很小,所以每次做英语选择题的时候都很头疼。但是他找到了一种方法,经试验证明,用这种方法去选择选项的时候选对的几率非常大! 这种方法的具体描述如下:假设maxn是单词中出现次数最多的字母的出现次数,minn是单词中出现次数最少的字母的出现次数,如果maxn-minn是一个质数,那么笨小熊就认为这是个Lucky Word,这样的单词很可能就是正确的答案。 输入第一行数...
分类:其他好文   时间:2015-03-11 14:51:19    阅读次数:114
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!