码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
DirectShow编程2--最简单的例子
What can be done with DirectShow and C#We would like to start by asking why there is no managed wrapper for DirectShow. The DirectShow SDK documentati...
分类:其他好文   时间:2015-06-09 19:08:01    阅读次数:306
CodeForces 550A Two Substrings(模拟)
【题目链接】click here~~ 【题目大意】: You are given string s. Your task is to determine if the given string s contains two non-overlapping substrings “AB” and “BA” (the substrings can go in any order). Input...
分类:其他好文   时间:2015-06-09 17:24:38    阅读次数:105
Codeforces550A:Two Substrings
You are given string s. Your task is to determine if the given string s contains two non-overlapping substrings "AB" and "BA" (the substrings can go in any order). Input The only line of...
分类:其他好文   时间:2015-06-09 17:21:51    阅读次数:184
设计模式之十四:备忘录模式(Memento)
备忘录模式: 在不破换封装性的前提下,捕获一个对象的内部状态并将这个状态保存到对象外部,这样这个对象之后可以恢复到保存的状态。 Without violating encapsulation, capture and externalize an object’s internal state so that the object can be restored to this state la...
分类:其他好文   时间:2015-06-09 17:13:49    阅读次数:136
How to develop your own Skype call recording software for Windows with Skype desktop API?
Skype is a free voice software, which can point to point with computers for free voice calls, and it charges the low cost with calls directly to the f...
分类:Windows程序   时间:2015-06-09 16:55:03    阅读次数:230
leetcode:Multiply Strings
Given two numbers represented as strings, return multiplication of the numbers as a string.Note: The numbers can be arbitrarily large and are non-nega...
分类:其他好文   时间:2015-06-09 15:42:42    阅读次数:120
LESS and Sass --- simple Less
I'm learningLess and Sass these two days. Hope I can record something and use them in future.Disadvantages of CSSno way to specify variables - values ...
分类:其他好文   时间:2015-06-09 15:31:24    阅读次数:127
苹果开放几个常见的错误
1、模拟器错误 错误提示:Xcode The Simulator can't be launched because it is already in use错误原因:因为运行A项目时,B项目把模拟器占用了,导致A项目无法使用模拟器。解决办法:项目B菜单Product中stop项目。
分类:移动开发   时间:2015-06-09 13:23:10    阅读次数:113
Leetcode[27]-Remove Element
Given an array and a value, remove all instances of that value in place and return the new length.The order of elements can be changed. It doesn’t matter what you leave beyond the new length.思路:遍历数组,如果...
分类:其他好文   时间:2015-06-09 11:59:43    阅读次数:115
a questions
1.2520 is the smallest nuber that can be diveded by each of the number from 1 to 10 without any remainder.what is the smallest positive number that is...
分类:其他好文   时间:2015-06-09 11:39:53    阅读次数:145
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!