-
刘
2008-09-19
-
大姐,你叫啥名?看着很眼熟,我也是杭州的,给我发个消息吧
-
zjsfamwscxk
2008-07-16
-
你好,可以加你的QQ吗?我的QQ:395409692
-
DY
2008-07-14
-
大姐(不知道这样称呼是否恰当--呵呵)请教一个问题 :<br/>【试题三】<br/> Sorting It All Out <br/>An ascending sorted sequence of distinct value is one in which some form of a less-than operator is used to order the elements from smallest to largest. For example , the sorted sequence A, B, C, D implies that A<B , B<C and C<D. In this problem, we will give you a set of relations of the form A<B and ask you to determine a sorted order.<br/><br/>【Input】<br/>Input starts with a line containing two positive integers n and m. The first value indicdated the number of objects to sort, where 2<= n <= 26. The objects to be sorted will be the first n characters of the uppercase alphabet. The second value m indincates the number of relations of the form A<B which will be given in this problem instance.Where 2 <= m <= 100. Next will be m lines., each containing one such relation consisting of three characters: an uppercase letter, the character “<” and a second uppercase letter. No letter will be outside the range of the first n letters of the alphabet.<br/><br/>【Output】 <br/> Output consists of one line: a sorted sequence : y y y … y<br/><br/>【Sample Input】<br/>4 6<br/>A<B<br/>A<C<br/>B<C<br/>C<D<br/>B<D<br/>A<B<br/><br/>【Sample Output】<br/>A B C D<br/>不知道怎么入手。恳请指教。Thanks!!!
-
崔哲镇
2008-06-09
-
有空帮我看看问题可以么 我的QQ 46655550
-
罗善荣
2008-04-28
-
大家好 啊<br/>
-
wina3
2008-04-28
-
在对话框中怎样实现指数波形和方波f(t)=u(t+t/2)-u(t-t/2); <br/>啊
-
lisen07
2008-04-27
-
谢谢你帮我解答问题,初学VC,多多指教啊,我的QQ:420130401.以后有问题好问你啊
-
张少鹏
2008-04-14
-
<a href='Http://hi.csdn.net/zaodt/profile/notebook/1.html' target='_blank'>问个白痴点的问题,我用vs编windows界面,比如说:MessageBox(hwnd,"mouse clicked","WinMain",MB_OK);就提示说 error C2664: “MessageBoxW”: 不能将参数 2 从“const char [14]”转换为“LPCWSTR”<br/>我要怎么办啊,总是要在字符串前加text()吗?能不能改下设置之类的让vs兼容了??</a>
-
张少鹏
2008-04-10
-
<a href='Http://hi.csdn.net/zaodt/profile/notebook/1.html' target='_blank'>老大,我决定以后根你混</a>
-
cjjwxyza
2007-12-16
-
我用的是ODBC,ADO用的时候没有出现问题~~