Changeset 29 for liacs/nc/low-correlation/brute-force-fitness.c
- Timestamp:
- Dec 13, 2009, 2:14:22 PM (15 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
liacs/nc/low-correlation/brute-force-fitness.c
r27 r29 12 12 int main(int argc, char *argv[]) { 13 13 14 const int SIZE = 50;14 const int SIZE = 20; 15 15 int * signal = malloc(SIZE * sizeof(int)); 16 16 int e_total, e_sub;
Note:
See TracChangeset
for help on using the changeset viewer.