资源列表
eliminationgauss
- Systems of linear equations Our Matlab function for naive Gaussian elimination looks like this: function x = naiv_gauss(A,b) n = length(b) x = zeros(n,1) for k=1:n-1 forward elimination for i=k+1:n xmult = A(i,k)/A(k,k) for j=k+1:n
NOTE-DU-TP
- 1 Introduction 1.1 Traitement d’image Le traitement d’images est une discipline de l’informatique et des math′ematiques appliqu′eesqui ′etudie les images num′eriques et leurs transformations, dans le but d’am′eliorer leur qualit′eou d’en extraire
xxx
- 数据库SQL优化大总结之 百万级数据库优化方案-Database SQL optimization large sum of one million optimization program
endnote-introduction-in-chinese
- ENdnote,一种文件管理工具,可用于文献索引、分组、word插入等,很大程度上方便了文献的管理,辅助论文写作-ENdnote, a file management tool, can be used in the literature indexing, grouping, word insertion, etc., to a large extent, facilitate the management of the literature, assisted writing
face-detection
- FACE DETECTION USING MATLAB
feishuituzhi
- 某乳液厂生产废水处理工艺流程图(UASB-SBR)-A latex plant wastewater flow chart (UASB-SBR)
ieice1.8
- Latex code for IEICE publication
11111
- 编译原理词法分析实验报告源代码步骤清晰明确,实现功能比较完善-Compiler theory lexical analysis test report clear source code steps to achieve more perfect
WOSA3.0-ERROR-CODE
- wosa 3.0 错误码介绍 包含wosa所有错误码,用于查询错误星系-wosa 3.0 error code
Design
- 简单的数字调节器设计,给定系统传递函数,设计调节器,使系统达到设计标准-Simple digital regulator design
liulei
- 电子台历,可以前后调动查询日期,也可以按下按键,显示当前日期-Electronic calendar, can mobilize around inquiry date, you can press the button to display the current date
2d-spaceinvaders-master
- Space invaders has lots of codes and images for you to use