複製自 acco/chti23
Initial commit
This commit is contained in:
當前提交
d938f8428f
共有 3 個文件被更改,包括 33 次插入 和 0 次删除
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
# ---> Matlab
|
||||
##---------------------------------------------------
|
||||
## Remove autosaves generated by the Matlab editor
|
||||
## We have git for backups!
|
||||
##---------------------------------------------------
|
||||
|
||||
# Windows default autosave extension
|
||||
*.asv
|
||||
|
||||
# OSX / *nix default autosave extension
|
||||
*.m~
|
||||
|
||||
# Compiled MEX binaries (all platforms)
|
||||
*.mex*
|
||||
|
||||
# Simulink Code Generation
|
||||
slprj/
|
||||
|
||||
# Session info
|
||||
octave-workspace
|
||||
|
||||
# Simulink autosave extension
|
||||
.autosave
|
||||
|
5
LICENSE
Normal file
5
LICENSE
Normal file
|
@ -0,0 +1,5 @@
|
|||
Copyright 1989, 1991, 1992 by Carnegie Mellon University
|
||||
Derivative Work - 1996, 1998-2000 Copyright 1996, 1998-2000 The Regents of the University of California
|
||||
All Rights Reserved
|
||||
Permission to use, copy, modify and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appears in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of CMU and The Regents of the University of California not be used in advertising or publicity pertaining to distribution of the software without specific written permission.
|
||||
CMU AND THE REGENTS OF THE UNIVERSITY OF CALIFORNIA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL CMU OR THE REGENTS OF THE UNIVERSITY OF CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM THE LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
4
README.md
Normal file
4
README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
# chti23
|
||||
|
||||
Dépôt commun pour le BE chti :
|
||||
Chacun sur ça branche de type grpE_NOM1_NOM2
|
載入中…
Reference in a new issue