應該說 在對F#有了很長時間的概念之後,終於開始下定決心學習它了。剛剛開始,感覺函數式程式設計語言的風格果然不是一般的詭異,不是一般的精簡,簡而言之 很好很強大。準備寫一份F#初級教程,在我對F#有了簡單的瞭解之後。寫教程也是對自己的一個鍛煉吧。關於F#的資料,我搜集到得,這裡羅列一些:Foundations of F#Expert F#F# Specification 白皮書Functional Programming for the Real WorldF# for
Run IDUserProblemResultMemoryTimeLanguageCode LengthSubmit Time6698372kingpro1020Accepted232K16MSC++1161B2010-04-07 01:55:14 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 #include
Run IDUserProblemResultMemoryTimeLanguageCode LengthSubmit Time6696365kingpro1023Accepted232K0MSC++344B2010-04-06 20:42:17 PKU 1023 The Fun Number System Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/
Run IDUserProblemResultMemoryTimeLanguageCode LengthSubmit Time6695688kingpro1004Accepted240K0MSC++198B2010-04-06 19:36:47 Code highlighting produced by Actipro CodeHighlighter
1. 簡述 實際上,小數也是存在進位轉換的,本文主要給出整型的進位轉碼實現。函數原型如下: char* ChangeFromDecimal(unsigned int value, int base); // value:10進位的數值;base:轉化成的進位數;傳回值:轉化後的進位數,最後還增加了'\0' int ChangeToDecimal(char* value, int base); // 工作與ChangeFromDecimal相反,將某種進位的字串表示,
Run IDUserProblemResultMemoryTimeLanguageCode LengthSubmit Time6695721kingpro1005Accepted248K0MSC++333B2010-04-06 19:41:18 Code highlighting produced by Actipro CodeHighlighter
Run IDUserProblemResultMemoryTimeLanguageCode LengthSubmit Time6702583kingpro1016Accepted160K63MSC++1117B2010-04-07 20:45:04 PKU 1016 Numbers That CountCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--
Run IDUserProblemResultMemoryTimeLanguageCode LengthSubmit Time6624780kingpro1013Accepted240K0MSC++1262B2010-03-25 04:19:54 PKU 1013 Counterfeit DollarCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->
Run IDUserProblemResultMemoryTimeLanguageCode LengthSubmit Time6630198kingpro1028Accepted216K16MSC++708B2010-03-25 22:32:36 PKU 1028 Web NavigationCode highlighting produced by Actipro CodeHighlighter
Run IDUserProblemResultMemoryTimeLanguageCode LengthSubmit Time6696511kingpro1032Accepted240K0MSC++283B2010-04-06 20:55:40 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1 #include<iostream>2