zoukankan
html css js c++ java
读取文档时避免文档中因汉字儿出现乱码
StreamReader sd = new StreamReader(path, Encoding.GetEncoding("gb2312"));
string sd = File.ReadAllText(path,Encoding.GetEncoding("gb2312"));
StreamReader sd = File.ReadAllText(path, GetEncoding("gb2312"));
查看全文
相关阅读:
hdu1240 bfs 水题
hdu 2102 BFS
gym 101081E Polish Fortress 几何
Gym 101081K Pope's work dp
hdu 6188 贪心
hdu 6186 水
Codeforces Round #430 (Div. 2) A B 水 C dfs,思维 D trie,二进制
hdu6152 拉姆齐定理
hdu6165 缩点,dfs
hdu6153 扩展KMP
原文地址:https://www.cnblogs.com/guozefeng/p/2522411.html
最新文章
拓扑排序模板
链式前向星理解(转载)
hdu 4118
hdu 2089
Codeforces Round #425 (Div. 2) D. Misha, Grisha and Underground
hdu 6034
hdu 6038
hud 6043
hud 6033
Codeforces Round #425 (Div. 2)B. Petya and Exam
热门文章
uestc 1136 邱老师玩游戏
uestc 1135 邱老师看电影
Codeforces Round #371 (Div. 2) A
hdu杭电1671 / poj3630 字典树
Trie字典树 静态内存
Trie字典树 动态内存
hdu1241 dfs
堆排序 Heapsort
hdu2612.。。。
hdu 1312
Copyright © 2011-2022 走看看