代码中你将学会三种不同的雾的计算方法,以及怎样设置雾的颜色和雾的范围 根据NeHe教程改写的Qt版openGL程序,完整的代码+详细的中文注释教程 希望大家可以喜欢 一起学习 共同进步 (如果程序运行有问题,请在pro文件中加入一行代码LIBS += -lglut -lGLU)
2019-12-21 20:58:37 67KB Qt openGL
1
通信当中的信道衰落以及阴影衰落的仿真,有中文注释
2019-12-21 20:49:45 2KB tongxin tiaozhi jietiao
1
该工具箱包含CNN,NN,CAE,DBN,SAE等神经网络工具箱。其中CNN工具箱具有详细的中文注释,以便于初学者学习
2019-12-21 20:49:36 14.07MB matlab CNN
1
grbl_09版代码,全翻译中文注释,对grbl学习有非常大的帮主。
2019-12-21 20:39:26 264KB grbl
1
linux 内核书籍,带源码中文注射,新人很快上手。
2019-12-21 20:30:43 5.14MB Linux 内核 中文注释
1
meanshift实现的标准代码,亲测可用,里面包含5个m文件分别是Main.m,meanShift.m,colorspace.m等等,和一些张测试图片。加了中文注释了,易懂绝对好用,还有12张测试图片。
2019-12-21 20:30:14 1.45MB meanshift
1
算法思路参考自github项目klimentyev/scma 代码结构重新自己编写,更容易读懂,并且加入了很多中文注释 使用方法: 1、先运行begin把文件夹加入到路径 2、运行configFile文件,生成配置文件CONFIGDATA.mat 3、留意main中仿真case设定,以及saveflag的设置 4、运行main.m
2019-12-21 20:28:54 66KB SCMA NOMA MATLAB仿真
1
linux_0.12全篇中文注释
2019-12-21 20:28:48 491KB linux 0.12 chinese
1
目录树 下面再给个样例 ├─Makefile │ ├─boot │ bootsect.s │ head.s │ setup.s │ ├─fs │ bitmap.c │ block_dev.c │ buffer.c │ char_dev.c │ exec.c │ fcntl.c │ file_dev.c │ file_table.c │ inode.c │ ioctl.c │ Makefile │ namei.c │ open.c │ pipe.c │ read_write.c │ stat.c │ super.c │ truncate.c │ ├─include │ │ a.out.h │ │ const.h │ │ ctype.h │ │ errno.h │ │ fcntl.h │ │ signal.h │ │ stdarg.h │ │ stddef.h │ │ string.h │ │ termios.h │ │ time.h │ │ unistd.h │ │ utime.h │ │ │ ├─asm │ │ io.h │ │ memory.h │ │ segment.h │ │ system.h │ │ │ ├─linux │ │ config.h │ │ fs.h │ │ hdreg.h │ │ head.h │ │ kernel.h │ │ mm.h │ │ sched.h │ │ sys.h │ │ tty.h │ │ │ └─sys │ stat.h │ times.h │ types.h │ utsname.h │ wait.h │ ├─init │ main.c │ ├─kernel │ │ asm.s │ │ exit.c │ │ fork.c │ │ mktime.c │ │ panic.c │ │ printk.c │ │ sched.c │ │ signal.c │ │ sys.c │ │ system_call.s │ │ vsprintf.c │ │ │ ├─blk_drv │ │ blk.h │ │ floppy.c │ │ hd.c │ │ ll_rw_blk.c │ │ Makefile │ │ ramdisk.c │ │ │ ├─chr_drv │ │ console.c │ │ keyboard.S │ │ Makefile │ │ rs_io.s │ │ serial.c │ │ tty_io.c │ │ tty_ioctl.c │ │ │ └─math │ Makefile │ math_emulate. │ ├─lib │ close.c │ ctype.c │ dup.c │ errno.c │ execve.c │ Makefile │ malloc.c │ open.c │ setsid.c │ string.c │ wait.c │ write.c │ _exit.c │ ├─mm │ Makefile │ memory.c │ page.s │ └─tools build.c 样例 main。c 用sourceinsight软件阅读 很方便 /* * linux/init/main.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ // 定义该变量是为了包括定义在unistd.h 中的内嵌汇编代码等信息。 #include // *.h 头文件所在的默认目录是include/,则在代码中就不用明确指明位置。 // 如果不是UNIX 的标准头文件,则
2019-12-21 20:25:57 284KB linux
1
基于G.Rilling所写EMD代码的中文注释,很详细得解释了每个函数的功能和作用,对于初学EMD的人很有帮助
2019-12-21 20:25:00 8KB EMD HHT G.Rilling 中文注释
1