上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
摘要: 比如: 函数 $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 阅读(955) 评论(0) 推荐(0) 编辑
摘要: 主要用到的 . These should get you started: "opendir()" "readdir()" "closedir()" "fopen()" "fread()" "fwrite()" "fclose()" See "other C IO" functions. 参考: " 阅读全文
posted @ 2016-10-28 18:07 xiulug 阅读(1959) 评论(0) 推荐(0) 编辑
摘要: 阅读Linux Kernel Source Code 假如你在Linux系统下面阅读Linux内核源代码,那么需要准备一些工具。 ①Linux的内核源码 内核源码的下载地址: "Index of /pub/linux/kernel" ②代码阅读工具(Vim+Ctags+Cscope+Taglist) 阅读全文
posted @ 2016-10-28 17:37 xiulug 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 几个重要的 定义 Macros Defined in header `` enables access to variadic function arguments (function macro) accesses the next variadic function argument (func 阅读全文
posted @ 2016-10-28 08:43 xiulug 阅读(241) 评论(0) 推荐(0) 编辑
摘要: Linux 驱动程序/内核模块/ko文件 一、内核模块加载机制 1、 "解析 Linux 内核可装载模块的版本检查机制" 二、驱动/内核模块 编译 1、 "The Linux Kernel Module Programming Guide: 2.2. Compiling Kernel Modules 阅读全文
posted @ 2016-10-27 10:16 xiulug 阅读(828) 评论(0) 推荐(0) 编辑
摘要: 1、What is Checksum? A check sum is basically a value that is computed from data packet to check its integrity(完整性). Through integrity, we mean a check 阅读全文
posted @ 2016-10-26 16:39 xiulug 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 1、 "Shell loop" 2、C++/CPlusPlus ①、 "std::for_each" ②、 "for loop" ③、 "Iterator library" 3、Python Loop ①、 "Python.org For loop " ②、 "Python基础(6) 条件、循环" 阅读全文
posted @ 2016-10-25 16:58 xiulug 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 1、 "Python Time" 2、 "C++ Time" Example: include include //C++的 库 include long fibonacci(unsigned n) { if (n start, end; start = std::chrono::system_cl 阅读全文
posted @ 2016-10-25 15:47 xiulug 阅读(186) 评论(0) 推荐(0) 编辑
摘要: REFER: "VIM as Python IDE" 阅读全文
posted @ 2016-10-25 13:53 xiulug 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 一、英文版 1、 "Advanced Bash Scripting Guide" 二、中文 1、 "BashGuide for Beginners 中文版" 阅读全文
posted @ 2016-10-24 11:11 xiulug 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1、问题:打开Python的IDLE(集成开发环境/Integrated DeveLopment Environment) 然后在Python的shell中做如下动作时: 结果提示: 。 最终尝试了下:发现这个程序是在Windows的CMD(Command、命令行)中执行的。 REFER : "6. 阅读全文
posted @ 2016-10-24 10:56 xiulug 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1、What is Busybox? REFER: "BusyBox" 2、Busybox For Android REFER: "为Android安装BusyBox —— 完整的bash shell " 阅读全文
posted @ 2016-10-21 11:31 xiulug 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 韦根 参考: 1、 "wiegand/韦根驱动" 阅读全文
posted @ 2016-10-20 14:37 xiulug 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 如何在bash脚本里面进行循环 !/bin/bash n=9999 for(( i =1; i 阅读全文
posted @ 2016-10-20 11:15 xiulug 阅读(674) 评论(0) 推荐(0) 编辑
摘要: 1、 "龙腾世纪" 繁体中无奈 2、 "中国哲学书电子化计划" 简体、繁体、英文版 阅读全文
posted @ 2016-10-19 19:58 xiulug 阅读(97) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页