摘要:
object missing =System.Reflection.Missing.Value; ApplicationClass app = newApplicationClass(); app.SheetsInNewWorkbook = 1; app.Visible = true; Workbook wb =app.Workbooks.Add(XlWBATemplate.xlWBATWorksheet); Worksheet sheet =(Worksheet)wb.Sheets[1]; sheet.get_Range("A1","A1").Valu 阅读全文
posted @ 2013-02-01 17:50
程序流程图
阅读(351)
评论(0)
推荐(0)
摘要:
Marvelous MazesYour mission, if you decide to accept it, is to create a mazedrawing program. A maze will consist of the alphabeticcharactersA-Z,*(asterisk), and spaces.Input and OutputYour program will getthe information for the mazes from the input file. This filewill contain lines of characters wh 阅读全文
posted @ 2013-02-01 17:46
程序流程图
阅读(256)
评论(0)
推荐(0)
摘要:
Rotating SentencesIn ``Rotating Sentences,'' you are asked to rotate a series of input sentences 90 degrees clockwise. So instead of displaying the input sentences from left to right and top to bottom, your program will display them from top to bottom and right to left.Input and OutputAs inp 阅读全文
posted @ 2013-02-01 15:56
程序流程图
阅读(252)
评论(0)
推荐(0)
摘要:
用C#写一个类,实现输入一个字符串,返回一个MD5值的调用public static string GetMD5(string sDataIn) { MD5CryptoServiceProvider md5 = newMD5CryptoServiceProvider(); byte[] bytValue, bytHash; bytValue =System.Text.Encoding.UTF8.GetBytes(sDataIn); bytHash =md5.ComputeHash(bytValue); md5.Clear(); string sTemp = ""; for 阅读全文
posted @ 2013-02-01 15:41
程序流程图
阅读(483)
评论(0)
推荐(0)

浙公网安备 33010602011771号