desert.cx
Virtual Notebook
Free Code
Login
Home
uberfree
Detecting the intersection of two convex polygons
Submitted by marka on Sun, 03/29/2009 - 17:19
C
software
uberfree
Here is the algorithm and some C source code to determine if two convex polygons intersect. Also includes a function to determine if two line segments are intersecting. (
Free for any use
)
poly_poly_intersect.c
Detecting the intersection of a circle and a line segment
Submitted by marka on Sun, 03/29/2009 - 17:13
C
software
uberfree
Here is the algorithm and C source code to determine if a circle and a line segment intersect. (
Free for any use
)
lseg_circ_intersect.c
SHA1 Hash Implementation
Submitted by marka on Sat, 03/28/2009 - 14:09
C
software
uberfree
Here's a free implementation of the SHA1 hash algorithm.
It is free for any use
.
sha1.h
sha1.c
sha1_test.c
CRC32 Calculation in C
Submitted by marka on Sat, 03/28/2009 - 13:54
C
software
uberfree
This little piece of code calculates the 32 bit CRC of a buffer.
It is free for any use
.
crc32.c
AVL Trees in C
Submitted by marka on Sat, 03/28/2009 - 13:48
C
software
uberfree
Here's a free implementation of AVL trees in C.
These are free for any use
.
avltree.h
avltree.c
avltest.c
Doubly Linked Lists in C
Submitted by marka on Sat, 03/28/2009 - 13:40
C
software
uberfree
Here are some free linked lists for you. Doubly linked!
These are free for any use
.
list.h
list.c
Search
Search this site:
Tags
C
C++
hardware
java
pic
software
uberfree