Skip to content

Commit 299e543

Browse files
committed
关于数据的排序
1 parent 86abcee commit 299e543

File tree

22 files changed

+1572
-0
lines changed

22 files changed

+1572
-0
lines changed
Lines changed: 261 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,261 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
50A9F3B21ED70E70008414FB /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 50A9F3B11ED70E70008414FB /* main.c */; };
11+
50A9F3BA1ED70E83008414FB /* CreateData.c in Sources */ = {isa = PBXBuildFile; fileRef = 50A9F3B81ED70E83008414FB /* CreateData.c */; };
12+
/* End PBXBuildFile section */
13+
14+
/* Begin PBXCopyFilesBuildPhase section */
15+
50A9F3AC1ED70E70008414FB /* CopyFiles */ = {
16+
isa = PBXCopyFilesBuildPhase;
17+
buildActionMask = 2147483647;
18+
dstPath = /usr/share/man/man1/;
19+
dstSubfolderSpec = 0;
20+
files = (
21+
);
22+
runOnlyForDeploymentPostprocessing = 1;
23+
};
24+
/* End PBXCopyFilesBuildPhase section */
25+
26+
/* Begin PBXFileReference section */
27+
50A9F3AE1ED70E70008414FB /* 4.2 冒泡排序 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "4.2 冒泡排序"; sourceTree = BUILT_PRODUCTS_DIR; };
28+
50A9F3B11ED70E70008414FB /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
29+
50A9F3B81ED70E83008414FB /* CreateData.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CreateData.c; sourceTree = "<group>"; };
30+
50A9F3B91ED70E83008414FB /* CreateData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CreateData.h; sourceTree = "<group>"; };
31+
/* End PBXFileReference section */
32+
33+
/* Begin PBXFrameworksBuildPhase section */
34+
50A9F3AB1ED70E70008414FB /* Frameworks */ = {
35+
isa = PBXFrameworksBuildPhase;
36+
buildActionMask = 2147483647;
37+
files = (
38+
);
39+
runOnlyForDeploymentPostprocessing = 0;
40+
};
41+
/* End PBXFrameworksBuildPhase section */
42+
43+
/* Begin PBXGroup section */
44+
50A9F3A51ED70E70008414FB = {
45+
isa = PBXGroup;
46+
children = (
47+
50A9F3B01ED70E70008414FB /* 4.2 冒泡排序 */,
48+
50A9F3AF1ED70E70008414FB /* Products */,
49+
);
50+
sourceTree = "<group>";
51+
};
52+
50A9F3AF1ED70E70008414FB /* Products */ = {
53+
isa = PBXGroup;
54+
children = (
55+
50A9F3AE1ED70E70008414FB /* 4.2 冒泡排序 */,
56+
);
57+
name = Products;
58+
sourceTree = "<group>";
59+
};
60+
50A9F3B01ED70E70008414FB /* 4.2 冒泡排序 */ = {
61+
isa = PBXGroup;
62+
children = (
63+
50A9F3B11ED70E70008414FB /* main.c */,
64+
50A9F3B81ED70E83008414FB /* CreateData.c */,
65+
50A9F3B91ED70E83008414FB /* CreateData.h */,
66+
);
67+
path = "4.2 冒泡排序";
68+
sourceTree = "<group>";
69+
};
70+
/* End PBXGroup section */
71+
72+
/* Begin PBXNativeTarget section */
73+
50A9F3AD1ED70E70008414FB /* 4.2 冒泡排序 */ = {
74+
isa = PBXNativeTarget;
75+
buildConfigurationList = 50A9F3B51ED70E70008414FB /* Build configuration list for PBXNativeTarget "4.2 冒泡排序" */;
76+
buildPhases = (
77+
50A9F3AA1ED70E70008414FB /* Sources */,
78+
50A9F3AB1ED70E70008414FB /* Frameworks */,
79+
50A9F3AC1ED70E70008414FB /* CopyFiles */,
80+
);
81+
buildRules = (
82+
);
83+
dependencies = (
84+
);
85+
name = "4.2 冒泡排序";
86+
productName = "4.2 冒泡排序";
87+
productReference = 50A9F3AE1ED70E70008414FB /* 4.2 冒泡排序 */;
88+
productType = "com.apple.product-type.tool";
89+
};
90+
/* End PBXNativeTarget section */
91+
92+
/* Begin PBXProject section */
93+
50A9F3A61ED70E70008414FB /* Project object */ = {
94+
isa = PBXProject;
95+
attributes = {
96+
LastUpgradeCheck = 0830;
97+
ORGANIZATIONNAME = wangx;
98+
TargetAttributes = {
99+
50A9F3AD1ED70E70008414FB = {
100+
CreatedOnToolsVersion = 8.3.2;
101+
ProvisioningStyle = Automatic;
102+
};
103+
};
104+
};
105+
buildConfigurationList = 50A9F3A91ED70E70008414FB /* Build configuration list for PBXProject "4.2 冒泡排序" */;
106+
compatibilityVersion = "Xcode 3.2";
107+
developmentRegion = English;
108+
hasScannedForEncodings = 0;
109+
knownRegions = (
110+
en,
111+
);
112+
mainGroup = 50A9F3A51ED70E70008414FB;
113+
productRefGroup = 50A9F3AF1ED70E70008414FB /* Products */;
114+
projectDirPath = "";
115+
projectRoot = "";
116+
targets = (
117+
50A9F3AD1ED70E70008414FB /* 4.2 冒泡排序 */,
118+
);
119+
};
120+
/* End PBXProject section */
121+
122+
/* Begin PBXSourcesBuildPhase section */
123+
50A9F3AA1ED70E70008414FB /* Sources */ = {
124+
isa = PBXSourcesBuildPhase;
125+
buildActionMask = 2147483647;
126+
files = (
127+
50A9F3B21ED70E70008414FB /* main.c in Sources */,
128+
50A9F3BA1ED70E83008414FB /* CreateData.c in Sources */,
129+
);
130+
runOnlyForDeploymentPostprocessing = 0;
131+
};
132+
/* End PBXSourcesBuildPhase section */
133+
134+
/* Begin XCBuildConfiguration section */
135+
50A9F3B31ED70E70008414FB /* Debug */ = {
136+
isa = XCBuildConfiguration;
137+
buildSettings = {
138+
ALWAYS_SEARCH_USER_PATHS = NO;
139+
CLANG_ANALYZER_NONNULL = YES;
140+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
141+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
142+
CLANG_CXX_LIBRARY = "libc++";
143+
CLANG_ENABLE_MODULES = YES;
144+
CLANG_ENABLE_OBJC_ARC = YES;
145+
CLANG_WARN_BOOL_CONVERSION = YES;
146+
CLANG_WARN_CONSTANT_CONVERSION = YES;
147+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
148+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
149+
CLANG_WARN_EMPTY_BODY = YES;
150+
CLANG_WARN_ENUM_CONVERSION = YES;
151+
CLANG_WARN_INFINITE_RECURSION = YES;
152+
CLANG_WARN_INT_CONVERSION = YES;
153+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
154+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
155+
CLANG_WARN_UNREACHABLE_CODE = YES;
156+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
157+
CODE_SIGN_IDENTITY = "-";
158+
COPY_PHASE_STRIP = NO;
159+
DEBUG_INFORMATION_FORMAT = dwarf;
160+
ENABLE_STRICT_OBJC_MSGSEND = YES;
161+
ENABLE_TESTABILITY = YES;
162+
GCC_C_LANGUAGE_STANDARD = gnu99;
163+
GCC_DYNAMIC_NO_PIC = NO;
164+
GCC_NO_COMMON_BLOCKS = YES;
165+
GCC_OPTIMIZATION_LEVEL = 0;
166+
GCC_PREPROCESSOR_DEFINITIONS = (
167+
"DEBUG=1",
168+
"$(inherited)",
169+
);
170+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
171+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
172+
GCC_WARN_UNDECLARED_SELECTOR = YES;
173+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
174+
GCC_WARN_UNUSED_FUNCTION = YES;
175+
GCC_WARN_UNUSED_VARIABLE = YES;
176+
MACOSX_DEPLOYMENT_TARGET = 10.12;
177+
MTL_ENABLE_DEBUG_INFO = YES;
178+
ONLY_ACTIVE_ARCH = YES;
179+
SDKROOT = macosx;
180+
};
181+
name = Debug;
182+
};
183+
50A9F3B41ED70E70008414FB /* Release */ = {
184+
isa = XCBuildConfiguration;
185+
buildSettings = {
186+
ALWAYS_SEARCH_USER_PATHS = NO;
187+
CLANG_ANALYZER_NONNULL = YES;
188+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
189+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
190+
CLANG_CXX_LIBRARY = "libc++";
191+
CLANG_ENABLE_MODULES = YES;
192+
CLANG_ENABLE_OBJC_ARC = YES;
193+
CLANG_WARN_BOOL_CONVERSION = YES;
194+
CLANG_WARN_CONSTANT_CONVERSION = YES;
195+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
196+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
197+
CLANG_WARN_EMPTY_BODY = YES;
198+
CLANG_WARN_ENUM_CONVERSION = YES;
199+
CLANG_WARN_INFINITE_RECURSION = YES;
200+
CLANG_WARN_INT_CONVERSION = YES;
201+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
202+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
203+
CLANG_WARN_UNREACHABLE_CODE = YES;
204+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
205+
CODE_SIGN_IDENTITY = "-";
206+
COPY_PHASE_STRIP = NO;
207+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
208+
ENABLE_NS_ASSERTIONS = NO;
209+
ENABLE_STRICT_OBJC_MSGSEND = YES;
210+
GCC_C_LANGUAGE_STANDARD = gnu99;
211+
GCC_NO_COMMON_BLOCKS = YES;
212+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
213+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
214+
GCC_WARN_UNDECLARED_SELECTOR = YES;
215+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
216+
GCC_WARN_UNUSED_FUNCTION = YES;
217+
GCC_WARN_UNUSED_VARIABLE = YES;
218+
MACOSX_DEPLOYMENT_TARGET = 10.12;
219+
MTL_ENABLE_DEBUG_INFO = NO;
220+
SDKROOT = macosx;
221+
};
222+
name = Release;
223+
};
224+
50A9F3B61ED70E70008414FB /* Debug */ = {
225+
isa = XCBuildConfiguration;
226+
buildSettings = {
227+
PRODUCT_NAME = "$(TARGET_NAME)";
228+
};
229+
name = Debug;
230+
};
231+
50A9F3B71ED70E70008414FB /* Release */ = {
232+
isa = XCBuildConfiguration;
233+
buildSettings = {
234+
PRODUCT_NAME = "$(TARGET_NAME)";
235+
};
236+
name = Release;
237+
};
238+
/* End XCBuildConfiguration section */
239+
240+
/* Begin XCConfigurationList section */
241+
50A9F3A91ED70E70008414FB /* Build configuration list for PBXProject "4.2 冒泡排序" */ = {
242+
isa = XCConfigurationList;
243+
buildConfigurations = (
244+
50A9F3B31ED70E70008414FB /* Debug */,
245+
50A9F3B41ED70E70008414FB /* Release */,
246+
);
247+
defaultConfigurationIsVisible = 0;
248+
defaultConfigurationName = Release;
249+
};
250+
50A9F3B51ED70E70008414FB /* Build configuration list for PBXNativeTarget "4.2 冒泡排序" */ = {
251+
isa = XCConfigurationList;
252+
buildConfigurations = (
253+
50A9F3B61ED70E70008414FB /* Debug */,
254+
50A9F3B71ED70E70008414FB /* Release */,
255+
);
256+
defaultConfigurationIsVisible = 0;
257+
};
258+
/* End XCConfigurationList section */
259+
};
260+
rootObject = 50A9F3A61ED70E70008414FB /* Project object */;
261+
}

数据结构和算法/第四章 排序/4.2 冒泡排序/4.2 冒泡排序.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
25 KB
Binary file not shown.
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "1"
4+
version = "2.0">
5+
<Breakpoints>
6+
<BreakpointProxy
7+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
8+
<BreakpointContent
9+
shouldBeEnabled = "Yes"
10+
ignoreCount = "0"
11+
continueAfterRunningActions = "No"
12+
filePath = "4.2 &#x5192;&#x6ce1;&#x6392;&#x5e8f;/main.c"
13+
timestampString = "517411314.86567"
14+
startingColumnNumber = "9223372036854775807"
15+
endingColumnNumber = "9223372036854775807"
16+
startingLineNumber = "65"
17+
endingLineNumber = "65"
18+
landmarkName = "main()"
19+
landmarkType = "9">
20+
</BreakpointContent>
21+
</BreakpointProxy>
22+
<BreakpointProxy
23+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
24+
<BreakpointContent
25+
shouldBeEnabled = "Yes"
26+
ignoreCount = "0"
27+
continueAfterRunningActions = "No"
28+
filePath = "4.2 &#x5192;&#x6ce1;&#x6392;&#x5e8f;/main.c"
29+
timestampString = "517411314.86567"
30+
startingColumnNumber = "9223372036854775807"
31+
endingColumnNumber = "9223372036854775807"
32+
startingLineNumber = "62"
33+
endingLineNumber = "62"
34+
landmarkName = "main()"
35+
landmarkType = "9">
36+
</BreakpointContent>
37+
</BreakpointProxy>
38+
<BreakpointProxy
39+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
40+
<BreakpointContent
41+
shouldBeEnabled = "Yes"
42+
ignoreCount = "0"
43+
continueAfterRunningActions = "No"
44+
filePath = "4.2 &#x5192;&#x6ce1;&#x6392;&#x5e8f;/main.c"
45+
timestampString = "517411314.86567"
46+
startingColumnNumber = "9223372036854775807"
47+
endingColumnNumber = "9223372036854775807"
48+
startingLineNumber = "61"
49+
endingLineNumber = "61"
50+
landmarkName = "main()"
51+
landmarkType = "9">
52+
</BreakpointContent>
53+
</BreakpointProxy>
54+
<BreakpointProxy
55+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
56+
<BreakpointContent
57+
shouldBeEnabled = "Yes"
58+
ignoreCount = "0"
59+
continueAfterRunningActions = "No"
60+
filePath = "4.2 &#x5192;&#x6ce1;&#x6392;&#x5e8f;/CreateData.c"
61+
timestampString = "517479776.416489"
62+
startingColumnNumber = "9223372036854775807"
63+
endingColumnNumber = "9223372036854775807"
64+
startingLineNumber = "14"
65+
endingLineNumber = "14"
66+
landmarkName = "CreateDate()"
67+
landmarkType = "9">
68+
</BreakpointContent>
69+
</BreakpointProxy>
70+
<BreakpointProxy
71+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
72+
<BreakpointContent
73+
shouldBeEnabled = "Yes"
74+
ignoreCount = "0"
75+
continueAfterRunningActions = "No"
76+
filePath = "4.2 &#x5192;&#x6ce1;&#x6392;&#x5e8f;/CreateData.c"
77+
timestampString = "517479776.416489"
78+
startingColumnNumber = "9223372036854775807"
79+
endingColumnNumber = "9223372036854775807"
80+
startingLineNumber = "31"
81+
endingLineNumber = "31"
82+
landmarkName = "CreateDate()"
83+
landmarkType = "9">
84+
</BreakpointContent>
85+
</BreakpointProxy>
86+
<BreakpointProxy
87+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
88+
<BreakpointContent
89+
shouldBeEnabled = "No"
90+
ignoreCount = "0"
91+
continueAfterRunningActions = "No"
92+
filePath = "4.2 &#x5192;&#x6ce1;&#x6392;&#x5e8f;/CreateData.c"
93+
timestampString = "517480286.36777"
94+
startingColumnNumber = "9223372036854775807"
95+
endingColumnNumber = "9223372036854775807"
96+
startingLineNumber = "22"
97+
endingLineNumber = "22"
98+
landmarkName = "CreateDate()"
99+
landmarkType = "9">
100+
</BreakpointContent>
101+
</BreakpointProxy>
102+
<BreakpointProxy
103+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
104+
<BreakpointContent
105+
shouldBeEnabled = "Yes"
106+
ignoreCount = "0"
107+
continueAfterRunningActions = "No"
108+
filePath = "4.2 &#x5192;&#x6ce1;&#x6392;&#x5e8f;/CreateData.c"
109+
timestampString = "517480147.939221"
110+
startingColumnNumber = "9223372036854775807"
111+
endingColumnNumber = "9223372036854775807"
112+
startingLineNumber = "20"
113+
endingLineNumber = "20"
114+
landmarkName = "CreateDate()"
115+
landmarkType = "9">
116+
</BreakpointContent>
117+
</BreakpointProxy>
118+
</Breakpoints>
119+
</Bucket>

0 commit comments

Comments
 (0)