码迷,mamicode.com
首页 >  
搜索关键字:系统目录 ls which alias    ( 20237个结果
[LeetCode] 4Sum
Given an arraySofnintegers, are there elementsa,b,c, anddinSsuch thata+b+c+d= target? Find all unique quadruplets in the array which gives the sum of ...
分类:其他好文   时间:2014-04-29 22:40:00    阅读次数:438
AHK 提前加载声音
ahk 预加载声音:path = "C:\Windows\Media\Windows Recycle.wav"command := "open " path " alias AHK_PlayMe"DllCall("Winmm\mciSendString","str",command,"ptr",0,...
分类:其他好文   时间:2014-04-29 19:18:50    阅读次数:424
《Cracking the Coding Interview》——第16章:线程与锁——题目4
2014-04-27 20:06题目:设计一个类,只有在不产生死锁的时候才分配资源。解法:不太清楚这个题是要分配何种资源,以何种形式?所以没能动手写个可运行的代码,只是闲扯了几句理论分析。代码: 1 // 16.4 Design a class which provides a lock only ...
分类:编程语言   时间:2014-04-28 01:21:58    阅读次数:558
mvc
在ASP.NETMVC开发模型中,页面的请求并不是像传统的Web应用开发中的请求一样是对某个文件进行访问,初学者可能会在一开始觉得非常的不适应。例如当用户访问/home/abc.aspx时,在服务器的系统目录中一定会存在abc.aspx这个页面,而对于传统的页面请求的过程也非常容易理解,因为在...
分类:Web程序   时间:2014-04-28 00:46:45    阅读次数:693
sdut 2413:n a^o7 !(第三届山东省省赛原题,水题,字符串处理)
n a^o7 !Time Limit: 1000MS Memory limit: 65536K题目描述All brave and intelligent fighters, next you will step into a distinctive battleground which is ful...
分类:其他好文   时间:2014-04-27 21:01:45    阅读次数:529
[Leetcode] 4Sum
Given an arraySofnintegers, are there elementsa,b,c, anddinSsuch thata+b+c+d= target? Find all unique quadruplets in the array which gives the sum of ...
分类:其他好文   时间:2014-04-27 20:55:03    阅读次数:567
[2012山东ACM省赛] n a^o7 !(模拟,字符替换)
n a^o7 ! Time Limit: 1000MS Memory limit: 65536K 题目描述 All brave and intelligent fighters, next you will step into a distinctive battleground which is full of sweet and happiness. If you wan...
分类:其他好文   时间:2014-04-27 19:31:28    阅读次数:598
20237条   上一页 1 ... 2022 2023 2024
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!