自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Life, it seems, will fade away

          drifting further every day

  • 博客(17)
  • 收藏
  • 关注

原创 在VS.NET 2005 beta1中添加自定义工具

本人是新手 文中有不中足之处请多指正  ildasm是一个经常用到的工具,使用时一般有两种方法:在run窗口中输入ildasm,然后再打开所调试的程序;在cmd找到生成的.exe文件目录,输入ildasm app.exe(本文以app.exe为例)。这两种方法都需要找到生成的.exe文件,不得不在一层层的目录中寻找,一般这个位置是比较深的,例如我的工程的位置是d:/My Documents/Vis

2005-03-02 21:19:00 962

转载 复制某一目录下的所有文件

class App{ ///  /// 复制指定目录的所有文件,不包含子目录 ///  /// 原始目录 /// 目标目录 /// 如果为true,表示覆盖同名文件,否则不覆盖 public static void CopyFiles(string sourceDir, string targetDir, bool overWrite) {  CopyFiles(sourceDir, target

2005-03-01 21:43:00 622

转载 对象序列化

using System;using System.IO;using System.Diagnostics;using System.Reflection;using System.Runtime.Serialization;using System.Runtime.Serialization.Formatters.Binary;using System.Runtime.Serialization

2005-03-01 16:53:00 694

转载 如何取得其它程序输出结果

主题:如何获取控制台程序的运行结果? 作  者:answered (爱才的) 等  级: 信 誉 值:100 所属社区:.NET技术 C# 问题点数:100 回复次数:3 发表时间:2005-02-28 22:36:23 我的意思是:我想做个程序,就象EditPl

2005-02-28 23:22:00 726

转载 如何计算字符串表达式

using System;using System.CodeDom;using System.CodeDom.Compiler;using Microsoft.CSharp;using System.Reflection;public class Eval{    static object GetValue(string value)    {        string codeSnipp

2005-02-23 12:22:00 651

转载 .NET Framework General Reference - Capitalization Styles

Use the following three conventions for capitalizing identifiers.Pascal caseThe first letter in the identifier and the first letter of each subsequent concatenated word are capitalized. You can us

2005-02-11 13:11:00 613

原创 JOJ-2165-Hilbert Curve

The pictures above are Hilbert curve.You can see a Hilbert curve with a certain recursion depth n is composed of four different Hilbert curves with a certain recursion depth n-1 and three segments.

2004-12-27 21:38:00 944

原创 JOJ-1018-Anagrams by Stack

How can anagrams result from sequences of stack operations? There are two sequences of stack operators which can convert TROT to TORT: [i i i i o o o oi o i i o o i o]where i stands for Push

2004-12-27 21:30:00 920

原创 JOJ-2033-Towers of Hanoi

Tomorrow is Kates birthday,  Kate is a lovely girl aged 20. This Contest  is held for her birthday and I want everyone will be happy today. My name is sea .Im not so good at English and Programming.

2004-12-27 21:21:00 897

原创 acm.jlu.edu.cn-1068-Cipher

Bob and Alice started to use a brand-new encoding scheme. Surprisingly it is not a Public Key Cryptosystem, but their encoding and decoding is based on secret keys. They chose the secret key at their

2004-12-06 12:34:00 1063

原创 acm.jlu.edu.cn-1099-Simple Computers

You are to write an interpreter for a simple computer. This computer uses a processor with a small number of machine instructions. Furthermore, it is equipped with 32 byte of memory, one 8-bit accumul

2004-12-01 12:44:00 1291

原创 acm.jlu.edu.cn-1552-Identifying Legal Pascal Real Constants

Pascal requires that real constants have either a decimal point, or an exponent(starting with the letter e or E, and officially called a scale factor), or both, in addition to the usual collection of

2004-12-01 12:37:00 1169

原创 acm.jlu.edu.cn-1317-Tree Recovery

Little Valentine liked playing with binary trees very much. Her favorite game was constructing randomly looking binary trees with capital letters in the nodes. This is an example of one of her creat

2004-12-01 11:57:00 1025

原创 acm.jlu.edu.cn-2005-The Dir Command

The Dir CommandWe all know the dos command "dir" . It can list the files in the computer . When we use the file name with "?" , "*" as the parameter , it can list the files you need .   Input Specific

2004-12-01 11:48:00 882

原创 acm.jlu.edu.cn-1071-Maya Calendar

Maya CalendarDuring his last sabbatical, professor M. A. Ya made a surprising discovery about the old Maya calendar. From an old knotted message, professor discovered that the Maya civilization used a

2004-12-01 11:04:00 1029

原创 acm.jlu.edu.cn-2098-All in All

All in All You have devised a new encryption technique which encodes a message by inserting between itscharacters randomly generated strings in a clever way. Because of pending patent issues we willno

2004-12-01 10:10:00 1281

原创 acm.jlu.edu.cn-1097-System Overload

System OverloadRecently you must have experienced that when too many people use the BBS simultaneously, the net becomes very, very slow.To put an end to this problem, the Sysop has developed a conti

2004-12-01 09:55:00 1167

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除