摘要: 参考: "基础物理-高能物理[Hyperphysics] " 阅读全文
posted @ 2016-10-31 18:55 xiulug 阅读(462) 评论(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 阅读(424) 评论(0) 推荐(0)
摘要: 1、漫谈:为什么 函数fscanf(FILE stream, const char format, ...)的 第3个参数中 总是用变量的地址 或者是用指针。 这个问题涉及到 和 。一般情况下,函数的实际参数虽然在函数的内部改变了,但是在返回原函数的时候又变成了原来的值。 参考: 1、 "new l 阅读全文
posted @ 2016-10-31 14:05 xiulug 阅读(337) 评论(0) 推荐(0)
摘要: 比如: 函数 $y=\sqrt{x^2+1}+\sqrt{1+(3 x)^2}$. 可以在WoframAlpha中绘制输入 来绘制对应的函数图形。 其中,WolframAlpha可以绘制的图形包括: ① ②二维曲线 ③三维曲线。 例如: z = x^2 y^2 REFER: "A few examp 阅读全文
posted @ 2016-10-31 11:55 xiulug 阅读(1057) 评论(0) 推荐(0)