├── Makefile ├── driver.c ├── readme.md ├── realworld.conf ├── result.txt ├── small.conf ├── static ├── 1.jpeg ├── 2.png └── 3.png ├── test.conf └── winograd.c /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunny-Island/winograd-onlyJava/HEAD/Makefile -------------------------------------------------------------------------------- /driver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunny-Island/winograd-onlyJava/HEAD/driver.c -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunny-Island/winograd-onlyJava/HEAD/readme.md -------------------------------------------------------------------------------- /realworld.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunny-Island/winograd-onlyJava/HEAD/realworld.conf -------------------------------------------------------------------------------- /result.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunny-Island/winograd-onlyJava/HEAD/result.txt -------------------------------------------------------------------------------- /small.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunny-Island/winograd-onlyJava/HEAD/small.conf -------------------------------------------------------------------------------- /static/1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunny-Island/winograd-onlyJava/HEAD/static/1.jpeg -------------------------------------------------------------------------------- /static/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunny-Island/winograd-onlyJava/HEAD/static/2.png -------------------------------------------------------------------------------- /static/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunny-Island/winograd-onlyJava/HEAD/static/3.png -------------------------------------------------------------------------------- /test.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunny-Island/winograd-onlyJava/HEAD/test.conf -------------------------------------------------------------------------------- /winograd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sunny-Island/winograd-onlyJava/HEAD/winograd.c --------------------------------------------------------------------------------