原创 我對微軟SDET的親身感受

我對微軟SDET的親身感受 微軟, SDET 關於微軟SDET職位,是一個很有爭議的話題。 我不想說SDET多麼多麼好,也不想說它多麼糟,這裏我以一個微軟(總部)SDET的身份來講一下,給大家最真實第一手

原创 Fibonacii數列,兔子問題

Fibonacci數列 v  Fibonacci背景知識 斐波那契:比薩德列奧納多,又稱斐波那契(Leonardo Pisano ,Fibonacci, Leonardo Bigollo,1175年-1250年),意大利數學家,西方第一個

原创 VS2010環境設置

1.    虛線對齊 在工具菜單選項中選擇“擴展管理器”對話框,在其中搜索Indent Guides,如果沒有安裝,則點擊下載。如果安裝了而禁用了的話就啓用它。下載完成後,直接點擊“安裝”,即可。 2.    在vs環境中集成SQL Co

原创 將整形字符串轉換爲整形,不適用預定的函數

算法:    class StrToInt              {                 /********************************************************         

原创 [算法設計題]輸出三角形圖形

題目:輸出n行三角形*號圖形。 分析: 1.n行必須有n次循環. 2.佔位孔符爲n-i(n爲總行數,i爲當前要打印的行數). 3.要輸出的*的個數爲2*i-1(i爲當前要打印的行數). 程序實現: using System; using

原创 雙向鏈表的應用

// DNALink.cpp : Defines the entry point for the console application./**************************************************

原创 鏈表之多項式計算相關算法

// polynomial.cpp : Defines the entry point for the console application. /*********************************************

原创 Writing

  letters Monday, October 15, 2012 1:46 PM 1.The dean of Biology Department Knew from Prof.Wang that Dr.Robinson,a famo

原创 EXAMPLE FOR LINQ TO OBJECT

using System; using System.Collections.Generic; using System.Linq; using System.Text;  namespace LINQ {     class studen

原创 書上的一個關於LINQ的例子

  using System;  using System.Collections.Generic;  using System.Diagnostics;  using System.Linq;  using System.Text;  u

原创 棧的應用----10進制轉換爲其他進制

  // 進制轉換.cpp : Defines the entry point for the console application.  //   #include "stdafx.h"  #include <stdio.h>  #inc