搜索资源列表
台湾中央大学HHT程序 matlab
- 台湾中央大学HHT程序 matlab
李萨如图形不同相差的动画
- 计算了不同频率比及相差情况下的李萨如图形并用动画显示,特别适合于大学 物理的教学,验证无误,
杭州电子科技大学ACM-OJ系统的部分代码
- 杭州电子科技大学ACM-OJ系统的部分代码,对学习数据结构还有算法很有帮助,Hangzhou University of Electronic Science and Technology ACM-OJ part of the system code, data structure of the learning algorithm was also very helpful
dsk04n.rar
- 这个是西安电子科技大学的陈怀琛教授编写的《数字信号处理教程——MATLAB释义与实现》(第2版)程序集,This is the Xi' an University of Electronic Science and Technology, prepared by Professor Chen Huaichen " Digital Signal Processing Course- MATLAB Interpretation and Implementation" (2nd
国际大学生程序设计竞赛浙江大学在线评测系统
- 国际大学生程序设计竞赛浙江大学在线评测系统(ZOJ)上700多道题的源码,非常珍贵和难找,吐血分享-International Collegiate Programming Contest of Zhejiang University Online Evaluation System (ZOJ) on more than 700 questions of the source, very precious and hard to find, hematemesis Share
matlab
- 精通MATLAB—综合辅导与指南,西安交通大学 李人厚 张平安 等译校-Proficient in MATLAB-integrated counseling and guidance, Xi' an Jiaotong University, Li Ren-hou green, etc. Translation School
DSP01b_Matlab
- matlab入门简介,北京邮电大学多媒体通信中心 -matlab entry profiles, Beijing University of Posts and Telecommunications Multimedia Communication Center
zju_ppt
- 浙江大学acm的教学课件,对于acm初学者很有帮助。-Zhejiang University of courseware acm, acm for beginners helpful.
neuDS
- 东北大学数据结构课件,相信对学习数据结构的同胞们有用-Northeastern University courseware data structure, I believe in learning data structures useful fellow
Matlab
- matlab的实验资料讲义,非常适合初学者使用,来源于北京邮电大学-Experimental data matlab notes, very suitable for beginners to use, from the Beijing University of Posts and Telecommunications
MATLAB
- MATLAB课件 是电子科技大学的,王小平教授的 传出来供大家参考- MATLAB MATLAB
acm
- 我花了很长时间才找到的好东西,西安电子科技大学内部用的资料-I spent a long time to find the good stuff, an University of Electronic Science and Technology within the useful information
matlab2
- 东南大学短学期MATLAB课程PPT,帮助你轻松学习MATLAB。-MATLAB short-term courses, Southeast University, PPT, to help you easily learn MATLAB.
stanford.ai.121
- 斯坦福大学人工智能课程讲义(cs121)stanford university artificial intelligence course lecture notes-stanford university artificial intelligence course lecture notes
matlabkejian
- matlab课件(华中科技大学电气与电子工程学院应用电子工程系版)-matlab Courseware (Huazhong University of Science and Technology College of Electrical and Electronic Engineering, Electronic Engineering Science)
shujujiegou
- 哈尔滨工程大学吴良杰教授数据结构PPT,非常好的PPT-Harbin Engineering University Professor Wu Liangjie data structure PPT, very good PPT
斯坦福大学机器学习课程原始讲义
- 斯坦福大学机器学习课程原始讲义, 很经典的课程,机器学习入门(Stanford University machine learning course original handouts, very classic courses, machine learning portal)
斯坦福大学机器学习课程个人笔记完整版 (1)
- 斯坦福大学机器学习课程个人笔记完整版,读书笔记(Stanford University machine learning course, personal notes, full version, reading notes)
万门大学强化学习算法代码RW模型+TD模型
- 万门大学,强化学习,rw模型算法代码实现, V(CS) = V(CS) + A * ( V(US) * us - V(CS) * cs ) td模型, V(s{t}) = V(s{t}) + a[R(t+1) + rV{S(t+1)} - V{S(t)}](In the intensive learning of the University of Wan men, the RW algorithm, the python implementation, the algorithm f
万门大学强化学习GridEvalu模型GridPolicy模型
- 万门大学,强化学习,Grid_world_evaluation模型算法代码实现, V(S) = V(S) + A * ( R(S) + r*V(new_S) - V(S) ) Grid_world_Policy模型, P(S) = P(S) + A * ( R(S) + r*P(new_S) - P(S) )(In the intensive learning of the University of Wan men, the Grid_world_evaluation algo