码迷,mamicode.com
首页 >  
搜索关键字:public void __cdecl    ( 122950个结果
C# 保存窗体为图片(保存纵断面图)
源码如下: #region 保存纵断面截图 private void button_save_Click(object sender , EventArgs e) { SaveFileDialog saveImageDialog = new SaveFileDialog(); saveImageDialo...
分类:Windows程序   时间:2014-05-10 04:48:49    阅读次数:421
LeetCode--Reverse Integer
//#include #include #include //using namespace std; //const int MAXN=10; //int Stack[MAXN]; stack s; class Solution { public: int getNumber(int x) { //int lengthOfStack=0;...
分类:其他好文   时间:2014-05-10 04:45:29    阅读次数:231
java程序运行分析
使用工具:Eclipse Stardard 4.32版本(window7环境) 今天我们通过一个及其简单的例子来分析一个java程序是如何在我们的及其上跑起来的。部分内容是参考其他人的,会在参考的地方注明。 我的测试代码部分如下: public class Test { public static void main(String[] args) { new Test()...
分类:编程语言   时间:2014-05-10 04:40:10    阅读次数:414
Repeater嵌套绑定Repeater
"> cs文件: protected void Page_Load(object sender, EventArgs e) ...
分类:其他好文   时间:2014-05-10 03:30:25    阅读次数:211
iOS: NSMutableArray的方法removeObject:inRange:
- (void)removeObject:(id)anObject inRange:(NSRange)aRange...
分类:移动开发   时间:2014-05-10 03:28:29    阅读次数:451
按创建日期删除指定日期之前的文件夹及文件夹下的所有子目录
转载void CTestDlg::DeleteDirectory(CString strDir){ if(strDir.IsEmpty()) return; //首先删除文件及子文件夹 CFileFind ff; BOOL bFound = ff...
分类:其他好文   时间:2014-05-10 03:01:13    阅读次数:292
poj1988
#includeusing namespace std;const int maxn = 30000+100;int F[maxn], D[maxn], S[maxn];void set(int n){ for(int i =0 ;i >P; char c; int a, b; while(P--)...
分类:其他好文   时间:2014-05-10 02:56:28    阅读次数:313
解决ScrollView中的ListView无法显示全
问题描述: ListView加入到ScrollView中之后,发现只能显示其中一条,具体原因得看一下源代码。现在先贴一下方案 (转自:http://blog.csdn.net/hitlion2008/article/details/6737459) Example: public class Vie...
分类:其他好文   时间:2014-05-10 02:55:53    阅读次数:296
Android--Bitmap处理、圆角、圆形
/** * 转换图片成圆形 * * @param bitmap * 传入Bitmap对象 * @return */ public static Bitmap toRoundBitmap(Bitmap bitmap)...
分类:移动开发   时间:2014-05-10 02:46:10    阅读次数:436
Threading.Tasks.Task多线程 静态全局变量(字典) --只为了记录
--------------------------------------------------------------后台代码------------------------------------------ public JsonResult ImportPDF(Int64 id) {.....
分类:编程语言   时间:2014-05-10 02:36:30    阅读次数:707
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!