码迷,mamicode.com
首页 >  
搜索关键字:page    ( 13016个结果
开始我的JAVA
我开始我的JAVA之路了很高兴 也很兴奋 总之未来的路还很广泛 加油 "> My JSP 'MyJsp.jsp' starting page --> 其实真的很想你,只是你不知道而已 今天实现了三行三列的表格 嘿嘿 自己弄的 虽然很简单 我相信我会成功...
分类:编程语言   时间:2014-11-03 23:53:06    阅读次数:255
网页开发中调用iframe中的函数或者是dom元素
iframe中的代码By DragonDean this is a dragondean's test page !调用iframe中的ziti()函数window.frames[0].ziti();获取iframe中body的代码$("iframe").contents().find('bo...
分类:Web程序   时间:2014-11-03 23:52:17    阅读次数:283
5.1 基础题目选讲
11624 - Fire!http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2671bfs预处理出每个点起火时间,然后再bfs出去到时间。 1 #includ....
分类:其他好文   时间:2014-11-03 15:55:57    阅读次数:174
ASP.NET面试60题---翻译第一天
1: Explain? how? a? web?? application? work ? A web application resides in the server and servers the client‘s requests over internet. The client? access the web page using? browser from h...
分类:Web程序   时间:2014-11-03 11:39:00    阅读次数:290
【UVa】Headmaster's Headache(状压dp)
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1758晕。。。。状压没考虑循环方向然后错了好久。。这点要注意。。。(其实就是01背包变成了完全背包QAQ我们...
分类:其他好文   时间:2014-11-02 22:11:16    阅读次数:233
【UVa】Jump(dp)
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4198约瑟夫变形根据f(n)=(f(n-1)+m)%n因为是求倒数第几个那么我们只要求出f(倒数第几个)的值...
分类:其他好文   时间:2014-11-02 19:28:41    阅读次数:169
【UVa】Palindromic Subsequence(dp+字典序)
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=465&page=show_problem&problem=2399最长的很简单,将串翻转过来后求两个串的lcs就是答案。。主要是字典序那里。。...
分类:其他好文   时间:2014-11-02 17:51:53    阅读次数:260
【UVa】Wavio Sequence(dp)
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1475正反一次lis然后去min{左,右}*2-1即可#include #include #include ...
分类:其他好文   时间:2014-11-02 16:27:40    阅读次数:207
D24_01_基于页面的界面(page)
This is a simple page. Click Here to go to Page2. --> This is a simple page. Click Here to go to Page2. OK Close ...
分类:其他好文   时间:2014-11-02 16:25:53    阅读次数:178
【UVa】Salesmen(dp)
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4170d[i,j]前i个字符j结尾d[i,j]=min{d[i-1,k], j和k有边}+(a[i]!=j)...
分类:其他好文   时间:2014-11-02 16:22:07    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!