码迷,mamicode.com
首页 >  
搜索关键字:combined    ( 166个结果
使用jQuery-UI来实现一个Ajax的自动完成功能(自动填充搜索框的下拉值)
首先你要在.net拓展包中去搜索 jquery ui (Combined Libray)安装这么个文件 第二部 在控制器中添加我们根据输入搜索框的值获取符合的记录集的action 第三步 有了数据集,就该去画我们的页面了 第四步 修改我们的js文件 具体效果就是这样的 如图:(不知道为什么我的ui样 ...
分类:Web程序   时间:2017-03-07 21:40:16    阅读次数:351
Codeforces Round #399 B 思维 C 模拟 D 概率dp E SG博弈
Divide by Zero 2017 and Codeforces Round #399 (Div. 1 + Div. 2, combined) B. Code For 1 题意:数n,不断拆分为 n/2, n&1, n/2,直到都为0或1。求区间[l, r]有多少个1。 tags:画一画很容易看 ...
分类:其他好文   时间:2017-02-26 14:22:11    阅读次数:492
ICM Technex 2017 and Codeforces Round #400 (Div. 1 + Div. 2, combined)
前四题比较水,E我看出是欧拉函数傻逼题,但我傻逼不会,百度了下开始学,最后在加时的时候A掉了 AC:ABCDE Rank:182 Rating:2193+34->2227 终于橙了,不知道能待几天 A.A Serial Killer 题目大意:一开始给你两个字符串,每次给你当前两个串中的一个和一个新 ...
分类:其他好文   时间:2017-02-24 16:02:42    阅读次数:233
【基数排序】Divide by Zero 2017 and Codeforces Round #399 (Div. 1 + Div. 2, combined) C. Jon Snow and his Favourite Number
发现值域很小,而且怎么异或都不会超过1023……然后可以使用类似基数排序的思想,每次扫一遍就行了。 复杂度O(k*1024)。 ...
分类:编程语言   时间:2017-02-21 13:45:43    阅读次数:359
【博弈论】【SG函数】【找规律】Divide by Zero 2017 and Codeforces Round #399 (Div. 1 + Div. 2, combined) E. Game of Stones
打表找规律即可。 1,1,2,2,2,3,3,3,3,4,4,4,4,4... 注意打表的时候,sg值不只与剩下的石子数有关,也和之前取走的方案有关。 ...
分类:其他好文   时间:2017-02-21 13:42:05    阅读次数:235
Codeforces Round #399 (Div. 1 + Div. 2, combined) 解题报告
A.Oath of the Night's Watch 简单的排序 1 #include <iostream> 2 //#include<bits/stdc++.h> 3 #include <stack> 4 #include <queue> 5 #include <map> 6 #include ...
分类:其他好文   时间:2017-02-21 11:44:24    阅读次数:235
Codeforces Round #397 by Kaspersky Lab and Barcelona Bootcamp (Div. 1 + Div. 2 combined) E. Tree Folding
地址:http://codeforces.com/contest/765/problem/E 题目: E. Tree Folding time limit per test 2 seconds memory limit per test 512 megabytes input standard in ...
分类:Web程序   时间:2017-02-20 21:27:12    阅读次数:303
Codeforces Round #397 by Kaspersky Lab and Barcelona Bootcamp (Div. 1 + Div. 2 combined) C - Table Tennis Game 2
地址:http://codeforces.com/contest/765/problem/C 题目: C. Table Tennis Game 2 time limit per test 2 seconds memory limit per test 512 megabytes input stan ...
分类:Web程序   时间:2017-02-20 19:52:10    阅读次数:252
Codeforces Round #397 by Kaspersky Lab and Barcelona Bootcamp (Div. 1 + Div. 2 combined) D. Artsem and Saunders
地址:http://codeforces.com/contest/765/problem/D 题目: D. Artsem and Saunders time limit per test 2 seconds memory limit per test 512 megabytes input stan ...
分类:Web程序   时间:2017-02-20 19:47:29    阅读次数:215
Codeforces Round #397 by Kaspersky Lab and Barcelona Bootcamp (Div. 1 + Div. 2 combined)
A题,水题,判断所有点是不是入度和出度都相同即可。 B题, 题意搞懂了就是水题。 C题。一方分数mod k以后有余数,那么另外一方至少需要赢一场。根据这个方法判断即可。 D题,构造题,不会= =。 E题,题意是每次可以选一个节点,把儿子的两条相同长度的链合并成新的一条相同长度的链。问最后是否可以成为 ...
分类:Web程序   时间:2017-02-18 14:26:42    阅读次数:252
166条   上一页 1 ... 6 7 8 9 10 ... 17 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!