You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
130 lines
2.6 KiB
130 lines
2.6 KiB
Index: patterns/15x15-guardian-a |
|
--- /dev/null 2009-10-15 21:05:24 +0200 |
|
+++ patterns/15x15-guardian-a 2009-10-15 21:05:02 +0200 |
|
@@ -0,0 +1,16 @@ |
|
+15 15 |
|
+ + + + + + + + |
|
+++++++++ ++++++ |
|
+ + + + + + + + |
|
+++++ ++++++++++ |
|
+ + + + + + + |
|
+++++++ ++++++++ |
|
+ + + + + + |
|
++++++++ +++++++ |
|
+ + + + + + |
|
+++++++++ ++++++ |
|
+ + + + + + + |
|
+++++++++++ ++++ |
|
+ + + + + + + + |
|
+++++++ ++++++++ |
|
+ + + + + + + + |
|
Index: patterns/15x15-guardian-b |
|
--- /dev/null 2009-10-15 21:05:24 +0200 |
|
+++ patterns/15x15-guardian-b 2009-10-15 21:05:02 +0200 |
|
@@ -0,0 +1,16 @@ |
|
+15 15 |
|
+ + + + + |
|
+ ++++++ ++++++ |
|
+ + + + + + + + |
|
+++++++ ++++++++ |
|
+ + + + + + + + |
|
+++++ ++++++++++ |
|
+ + + + + + |
|
+ +++++++++++ |
|
+ + + + + + |
|
+++++++++++ ++++ |
|
+ + + + + + + + |
|
+++++++++ ++++++ |
|
+ + + + + + + + |
|
+ ++++++ ++++++ |
|
+ + + + + |
|
Index: patterns/15x15-guardian-c |
|
--- /dev/null 2009-10-15 21:05:24 +0200 |
|
+++ patterns/15x15-guardian-c 2009-10-15 21:05:02 +0200 |
|
@@ -0,0 +1,16 @@ |
|
+15 15 |
|
+ ++++++ ++++++ |
|
+ + + + + + + + |
|
+++++ ++++++++++ |
|
+ + + + + + + + |
|
+++++++ ++++++++ |
|
+ + + + + + + |
|
++++++++++ ++++ |
|
+ + + + |
|
+ ++++ +++++++++ |
|
+ + + + + + + |
|
+++++++++ ++++++ |
|
+ + + + + + + + |
|
+++++++++++ ++++ |
|
+ + + + + + + + |
|
+ ++++++ ++++++ |
|
Index: patterns/15x15-guardian-d |
|
--- /dev/null 2009-10-15 21:05:24 +0200 |
|
+++ patterns/15x15-guardian-d 2009-10-15 21:05:02 +0200 |
|
@@ -0,0 +1,16 @@ |
|
+15 15 |
|
++ + + + + + + + |
|
++++++++++ +++++ |
|
++ + + + + + + + |
|
++++++++ +++++++ |
|
++ + + + + + |
|
++++++ +++++++++ |
|
++ + + + + + |
|
++++++++++++++++ |
|
++ + + + + + |
|
++++++++++ +++++ |
|
+ + + + + + + |
|
++++++++ +++++++ |
|
++ + + + + + + + |
|
++++++ +++++++++ |
|
++ + + + + + + + |
|
Index: src/Makefile |
|
--- src/Makefile.orig 2008-06-17 18:52:59 +0200 |
|
+++ src/Makefile 2009-10-15 21:05:39 +0200 |
|
@@ -37,11 +37,6 @@ |
|
|
|
remake: clean cwc |
|
|
|
-include depend |
|
- |
|
-depend: |
|
- g++ -MM *.cc > depend |
|
- |
|
$(OBJS): %.o: %.cc %.hh |
|
$(CPP) $(CPPFLAGS) -c $< -o $@ |
|
|
|
Index: src/cwc.cc |
|
--- src/cwc.cc.orig 2008-06-17 19:43:28 +0200 |
|
+++ src/cwc.cc 2009-10-15 21:05:02 +0200 |
|
@@ -30,6 +30,7 @@ |
|
#include <string> |
|
#include <sstream> |
|
#include <math.h> |
|
+#include <stdlib.h> |
|
|
|
#include <set> |
|
#include <vector> |
|
Index: src/dict.cc |
|
--- src/dict.cc.orig 2008-06-17 19:43:28 +0200 |
|
+++ src/dict.cc 2009-10-15 21:05:02 +0200 |
|
@@ -23,6 +23,8 @@ |
|
#include <fstream> |
|
#include <iostream> |
|
|
|
+#include <string.h> |
|
+ |
|
#include "symbol.hh" |
|
#include "dict.hh" |
|
|
|
Index: src/symbol.cc |
|
--- src/symbol.cc.orig 2008-06-17 19:43:28 +0200 |
|
+++ src/symbol.cc 2009-10-15 21:05:02 +0200 |
|
@@ -26,6 +26,8 @@ |
|
|
|
#include "symbol.hh" |
|
|
|
+#include <stdlib.h> |
|
+ |
|
////////////////////////////////////////////////////////////////////// |
|
// class symbol |
|
|
|
|