日常小记整理

来源:互联网 发布:linux怎么yum安装gcc 编辑:程序博客网 时间:2024/06/10 00:26

////////////////////////computer graph experiment resource////////////////////////

//图形的区域填充
http://blog.csdn.net/xiaofengcanyuexj/article/details/17404903
http://blog.csdn.net/Lirx_Tech/article/details/40451945?locationNum=4&fps=1
http://blog.csdn.net/zjccoder/article/details/41146259?locationNum=3&fps=1
http://blog.csdn.net/qq_34075012/article/details/53283372?locationNum=2&fps=1

//动画设计
http://blog.csdn.net/qq_33850438/article/details/51812187?locationNum=7&fps=1

//OpenGL学习
http://blog.csdn.net/tianmohust/article/details/6278979 ( MFC+OpneGL学习笔记 )

////////////////////////compile experiment resource////////////////////////

//词法分析

isdigit(int c)//判断是否为数字isalpha(int c)//判断是否为a~z A~Zisalnum(int c)//判断是否是数字或a~z A~Z 头文件为:<ctype.h>isalpha(c):c为字母返回1,不是字母返回0;//不分大小写isdigit(c):c为0-9之间返回1,否则返回0;

//网络资源合计
http://blog.coursegraph.com/tag/coursera%E4%B8%8B%E8%BD%BD

//逆波兰表达式的产生及计算
http://bbs.csdn.net/topics/391873551?page=1
http://blog.csdn.net/wallwind/article/details/6858634

////////////////////////////////////////////////////////////////////////
自然语言处理用到很多编译原理中的词法分析、语法分析&&深度学习

原创粉丝点击