资源列表
用于MSP430的Code Composer Studiov5.2用户指南
- 单片机入门的资料,希望能帮到和我一样的初学者(SCM entry information, I hope to help beginners like me)
fiust-through
- A VC under the realplay to improve the procedures
svm资料
- 用于SVM的学习,机器学习的一种,支持向量机(for machine learning)
day1
- 由王桂林老师主讲的C++,从中也是受益匪浅,坚持从头开始,一点一滴学好C++。(By Wang Guilin teacher's lecture C++, from it also benefit greatly, insist on starting from scratch, learn C++ every little bit.)
vbword
- 连接word,并打开word文件,输入内容(Connect to word, and open the word file and enter the content)
qknv6
- A variable size TabCtrl written in VC is very easy to use
实验25 IIC实验
- 实现基本模拟IIC通讯,方便初学者了解IIC通讯基本原理。(Achieve basic analog IIC Communications)
mesbee
- A very good stuff for C programmers,vevr good(A very good stuff for C programmers, vevr good)
imgprocessor
- 现学现卖,正常运行,可实现文档的新建打开保存,另存为,旋转,打印,字体,排序,字号,以及查找,替换,粗体,下划线,居中等(The current learning is now sold, normal operation, you can achieve new documents, open, save, save as, rotate, print, font, sort, font size, and find, replace, bold, underline, centered, e
uddjexs
- A very simple address book, To cope with the curriculum design
局部最大熵形函数matlab程序
- 局部最大熵近似形函数matlab程序,主要用于无网格计算。 This set of Matlab functions computes the Calculation of the local maximum-entropy shape functions with Newton's method as described in section 4.2 of [1]. The core functions are shapef.m and Gamma_.m. The rest is pro
无网格和有限元对应的matlab程序
- 该程序包同时包含无网格meshless程序(用matlab编写)和有限元程序。两种方法编程,可便于对照学习。包含几十个matlab的m源程序,思路清晰,注释详细。