上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页
摘要: MSC It is the , like , , they are system files. Windows open them using Microsoft Management Console. It is addition to the management console in Wind 阅读全文
posted @ 2016-11-10 09:29 xiulug 阅读(1702) 评论(0) 推荐(0) 编辑
摘要: Microsoft Excel Sheet/表格 制作折线图 虽然比较简单,但是仍然需要稍微花一点功夫。 1、制作好表格数据 2、先将数据选定(不包括 横座标的 年月日或其他的刻度 的那一列) 3、插入「折线图」 4、将 横座标 插入。 参考: 1、 "在Excel2013中插入折线图" 2、 "E 阅读全文
posted @ 2016-11-08 14:39 xiulug 阅读(563) 评论(0) 推荐(0) 编辑
摘要: 编程语言范式 从字面意思去看, 讲得应该式有关编程语言的 。 参考: 1、 "编程语言范式" 阅读全文
posted @ 2016-11-07 18:26 xiulug 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1、泛型编程(C++模板) 其中,Ada, Delpha, Java, C , Swift 称之为 ; ML, Scala和 Haskell 称之为 ; C++和D语言称之为 . 《设计模式/Design Patterns》称之为 . 因为在这里,参数的类型在一般情况下都是未知的,而泛型编程可以支持 阅读全文
posted @ 2016-11-07 15:57 xiulug 阅读(1223) 评论(0) 推荐(0) 编辑
摘要: 什么是智能指针? 为什么用智能指针? 还有哪些关于内存管理方面的知识点,需要注意的? 阅读全文
posted @ 2016-11-04 16:27 xiulug 阅读(813) 评论(0) 推荐(0) 编辑
摘要: 是否应该使用 (using namespace std) 注:我将namespace翻译成姓或士族。选择某个namespace中的变量、函数、组合类型,就像是在介绍某个人 姓 namespace, 名 variable。 参考: 1、 "Why is “using namespace std” co 阅读全文
posted @ 2016-11-03 16:58 xiulug 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 1、一个整型变量/字面值常量通常足够大,可以同时表示几个字符,所以有的C编译器允许 及`整型常量`有多个字符。这表明当用‘ yes’ 替代“ yes” 时可能不会被发现。后者表示四个分别装有y, e, s,null字符的连续地址空间的首地址。前者表示一个由y, e, s以某种方式定义的字符的整数。在 阅读全文
posted @ 2016-11-03 11:29 xiulug 阅读(120) 评论(0) 推荐(0) 编辑
摘要: C语言 宏/macor/ define 高级技巧 1、在进行调试的时候,需要进行打印/PRINT,可以通过define进行自定义。例如,自己最常用的DEBUG_PRINT() 这是一个variable arguments的printf,可以像使用库函数一样使用DEBUG_PRINT()。 2、Pas 阅读全文
posted @ 2016-11-02 16:44 xiulug 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 对于成语、俗语(Proverb, slang等),个人感觉最好要先了解单词/word的词源以及Proverb的来源。 阅读全文
posted @ 2016-11-02 09:20 xiulug 阅读(206) 评论(0) 推荐(0) 编辑
摘要: "ebook on quant trading /量子交易" 參考: Python在Windows下的安裝可以使用Python(x,y)。 阅读全文
posted @ 2016-11-01 17:20 xiulug 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 1、 "语音信号处理之时域分析 音高追踪及其Python实现" 2、 "语音信号处理之时域分析 音高及其Python实现" 参考: 1、 "NumPy" 阅读全文
posted @ 2016-11-01 17:08 xiulug 阅读(6473) 评论(1) 推荐(0) 编辑
摘要: 一、关于 `atol`的实现 From 参考: "atoi: Convert string to integer" 二、strtol Parses the C string str interpreting its content as an integral number of the speci 阅读全文
posted @ 2016-11-01 15:56 xiulug 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 参考: "基础物理-高能物理[Hyperphysics] " 阅读全文
posted @ 2016-10-31 18:55 xiulug 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 1、 "FIO19 C. Do not use fseek() and ftell() to compute the size of a regular file" 2、 "Reposition stream position indicator" 遇到的问题: ①多次执行fopen("wb"),会 阅读全文
posted @ 2016-10-31 16:31 xiulug 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 1、漫谈:为什么 函数fscanf(FILE stream, const char format, ...)的 第3个参数中 总是用变量的地址 或者是用指针。 这个问题涉及到 和 。一般情况下,函数的实际参数虽然在函数的内部改变了,但是在返回原函数的时候又变成了原来的值。 参考: 1、 "new l 阅读全文
posted @ 2016-10-31 14:05 xiulug 阅读(332) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页