帮忙!求翻译这段英语.注:这是数据结构的内容
(2).BuildanewprojecttoimplementtheConversionfunction.Theinputandoutputshouldbeaccordingtothefollowingformat:
Pleaseinputthedecimalnumber:15
Thecorrespondingbinaryversionis:1111
Pleaseinputthedecimalnumber:-1
(2).BuildanewprojecttoimplementthebracketMatchingfunction.Theinputandoutputshouldbeaccordingtothefollowingformat:
Pleaseinputtheexpression:a*(b+c)
ThebracketoftheexpressionismatchingOK!
Pleaseinputtheexpression:a*(b+c))
ThebracketoftheexpressionismatchingERROR!
Pleaseinputtheexpression:(a*(b+c)
ThebracketoftheexpressionismatchingERROR!
Note
ThetwoimplementationofStackshouldbewritteninseparatedfiles(.cppand.h)intheVC++workspace.Theirfilesshouldbenameddifferently,suchaslinkedStack.h,linkedStack.cpp,SqStack.h,SqStack.cpp.
是数据结构的内容