码迷,mamicode.com
首页 >  
搜索关键字:using    ( 53562个结果
1)①排序算法之交换排序[1]冒泡排序法
1 #include "iostream" 2 using namespace std; 3 4 //************冒泡排序法********* 5 int bubble_sort(int n,int array[100]){ 6 bool exchange; 7 in...
分类:编程语言   时间:2015-11-13 18:44:03    阅读次数:341
WPF笔记(1.1 WPF基础)——Hello,WPF!
原文:WPF笔记(1.1 WPF基础)——Hello,WPF! Example 1-1. Minimal C# WPF application// MyApp.csusing System;using System.Windows; // the root WPF namespacenamespac...
分类:Windows程序   时间:2015-11-13 18:26:15    阅读次数:374
C#pdf 切割成图片
引用using Ghostscript.NET;using Ghostscript.NET.Rasterizer;需要安装 exe文件public static GhostscriptVersionInfo _lastInstalledVersion = null; public static Gh...
分类:Windows程序   时间:2015-11-13 14:49:40    阅读次数:370
全局钩子
using System;using System.Collections.Generic;using System.IO;using System.Windows.Forms;using System.Runtime.InteropServices;using System.Reflection;...
分类:其他好文   时间:2015-11-13 14:41:15    阅读次数:242
窗体特效
using System.Runtime.InteropServices; public class Win32 { public const Int32 AW_HOR_POSITIVE = 0x00000001; // 从左到右打开窗口 public const Int32 AW_HOR_NE.....
分类:Windows程序   时间:2015-11-13 14:29:13    阅读次数:215
函数的完成
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace tmd{ class Program { private static int sun; ...
分类:其他好文   时间:2015-11-13 13:05:02    阅读次数:226
SqlHelper 的封装
在项目中添加一个自定义的SqlHelper类,用于简化连接数据库的代码:分别是: ExecuteNonQuery(); ExecuteScalar(); ExecuteDataTables();以下有三个版本:第三个版本比较好using System;using System.Collecti...
分类:数据库   时间:2015-11-13 13:05:01    阅读次数:309
(C#基础)Linq学习理解
一遍学习基础,一遍练习打字,很多乐趣。代码using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;namespace dazilianxi{ ....
分类:Windows程序   时间:2015-11-13 12:58:48    阅读次数:321
HttpCache缓存扩展方法
using System;using System.Collections;using System.Configuration;using System.Web;using System.Web.Caching;namespace Meb.Common.Extensions{ //缓存写入 ...
分类:Web程序   时间:2015-11-13 10:27:38    阅读次数:225
一个简单的图文混排的排版引擎
本文是基于如下两篇博文的学习做最后的总结的:http://blog.devtang.com/blog/2015/06/27/using-coretext-1/http://blog.devtang.com/blog/2015/06/27/using-coretext-2/自己开发了一个图文混排引擎,...
分类:其他好文   时间:2015-11-13 08:54:45    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!