07 2011 档案
摘要:[System.Runtime.InteropServices.DllImport(”gdi32.dll”)] public static extern int BitBlt(IntPtr hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hdcSrc, int nXSrc, int nYSrc, UInt32 dwRop); //创建桌面句柄 [System.Runtime.InteropServices.DllImportAttribute(”gdi32.dll”)] public static extern.
阅读全文
摘要:1 using System;2 using System.Collections.Generic;3 using System.Text;4 5 namespace AnyNumberPlus26 {7 class Program8 {9 static void Main(string[] args)10 {11 string num1 = "0" + "145435435";12 string num2 = "0" + "99";13 string resault = num1.Length <num2.
阅读全文