Skip to content

Commit bdc865d

Browse files
committed
Initial Code added
1 parent 8607e44 commit bdc865d

File tree

14 files changed

+2501
-0
lines changed

14 files changed

+2501
-0
lines changed

LZWCompress/LZW.cpp

Lines changed: 737 additions & 0 deletions
Large diffs are not rendered by default.

LZWCompress/LZW.dsp

Lines changed: 113 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LZWCompress/LZW.dsw

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Microsoft Developer Studio Workspace File, Format Version 6.00
2+
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
3+
4+
###############################################################################
5+
6+
Project: "LZW"=.\LZW.dsp - Package Owner=<4>
7+
8+
Package=<5>
9+
{{{
10+
}}}
11+
12+
Package=<4>
13+
{{{
14+
}}}
15+
16+
###############################################################################
17+
18+
Global:
19+
20+
Package=<5>
21+
{{{
22+
}}}
23+
24+
Package=<3>
25+
{{{
26+
}}}
27+
28+
###############################################################################
29+

LZWCompress/LZW.sln

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 10.00
3+
# Visual Studio 2008
4+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LZW", "LZW.vcproj", "{F0C73834-CFF3-4780-ABFC-D127B19C96AB}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Win32 = Debug|Win32
9+
Release|Win32 = Release|Win32
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{F0C73834-CFF3-4780-ABFC-D127B19C96AB}.Debug|Win32.ActiveCfg = Debug|Win32
13+
{F0C73834-CFF3-4780-ABFC-D127B19C96AB}.Debug|Win32.Build.0 = Debug|Win32
14+
{F0C73834-CFF3-4780-ABFC-D127B19C96AB}.Release|Win32.ActiveCfg = Release|Win32
15+
{F0C73834-CFF3-4780-ABFC-D127B19C96AB}.Release|Win32.Build.0 = Release|Win32
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal

0 commit comments

Comments
 (0)