自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(5)
  • 资源 (4)
  • 问答 (1)
  • 收藏
  • 关注

原创 我相信这是真的!

http://tech.feng.com/2015-10-21/A-lot-of-Magic-Leap-mixed-reality-products-soon_627756.shtml magic leap 我相信这是真的。仔细看这个demo,真的非常厉害。算是真3D显示了。可以在不同位置看到事物不同的侧面。

2015-11-29 15:56:54 400

原创 排序算法-合并排序(C语言实现)

都说“算法是程序的灵魂”,而排序是计算机存储控制方面不能没有的操作。它在数据的存取,查询搜索,数据统计这些基础数据操作方面有着重要的应用。所以排序算法是必须是很有研究的。这次,我学习的是-归并排序算法。据说该算法是冯诺依曼发明的。这个排序算法比起直接的冒泡法的优势,在于它的时间复杂度上的优势O(N*logN)。冒泡法要N!当N很大时候,时间差异很大。当然归并排序在空间复杂度上是绝对的劣势O(N*lo

2015-09-21 01:14:47 3828

原创 我的第一段代码

我的第一段代码本人的第一段完整程序代码,带参数main。实现将输入参数的输出。代码#include <stdio.h> #include <string.h>int main(int argc, char **argv) { int i; printf("argc is %d\n",argc); for (i=0;i<argc;i++)

2015-09-09 21:38:06 330

原创 起步远远落后世界,但仍然要追逐梦想!

今年已是毕业后的第3个年头了,在目前的领域里混过了3年,沦落到今日之地步。之前托辞是生活所迫,起步走错了方向。其实还是自己对自己不够狠,懒!不努力!我立志从今日开始,一点一点爬出窘境,拾起搁浅的斗志,向着曾经的梦想扬帆起航!

2015-09-09 20:28:11 339

转载 signed & unsigned

"The type of an object determines the set of values it can have and what operations can be performed on it", - K&R C     转载请注明出处 http://www.cnblogs.com/stonehat/archive/2011/10/14/2212141.html 按

2014-12-06 23:04:45 383

VR/AR 光学设计

斯坦福课件,少有的正视火热VR、AR的硬件问题的分析。

2017-12-17

Linux1.0源代码

Linux1.0源代码 “COMPILING the kernel: - make sure you have gcc-2.4.5 or newer available. It seems older gcc versions can have problems compiling newer versions of linux. If you upgrade your compiler, remember to get the new binutils package too (for as/ld/nm and company) - do a "make zImage" to create a compressed kernel image. If you want to make a bootdisk (without root filesystem or lilo), insert a floppy in your A: drive, and do a "make zdisk". It is also possible to do "make zlilo" if you have lilo installed to suit the kernel makefiles, but you may want to check your particular lilo setup first. - keep a backup kernel handy in case something goes wrong. - In order to boot your new kernel, you'll need to copy the kernel image (found in /usr/src/linux/zImage after compilation) to the place where your regular bootable kernel is found. For some, this is on a floppy disk, in which case you can "cp /usr/src/linux/zImage /dev/fd0" to make a bootable floppy. If you boot Linux from ”

2015-09-09

Compiler principles techniques & tools v2

编译器原理的经典之作。第二版(高清,缺点是目录编辑未完成。)

2014-02-09

TCP/IP PROTOCOL

TCP/IP详解 一,二,三卷.包括协议本身的详解,协议的具体实现。(美)史蒂文斯(W.Richard Stevens)著 资源是中译本。

2013-09-14

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除