[求助]
<P ><FONT face="Times New Roman"><BR><FONT face=宋体>☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆<BR>哪位高手可以帮个忙在这几个题中选一个帮我做一下吗?先谢谢了<BR>☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆</FONT><BR><BR><BR>1</FONT>.图书馆书架管理子系统或是类似的数据管理系统。<o:p></o:p></P><P >要求:<o:p></o:p></P>
<P >建立两个数据集<o:p></o:p></P>
<P ><FONT face="Times New Roman">A</FONT>:书籍集合:包括书名,作者,出版社,<FONT face="Times New Roman">ISBN</FONT>号,定价<o:p></o:p></P>
<P ><FONT face="Times New Roman">B</FONT>:书架:书架分类(如按出版社分类,或知识分类),书架号<o:p></o:p></P>
<P >功能要求:<o:p></o:p></P>
<P >具备简单的图书馆管理功能,如添加书架,添加书籍,移除书,修改书等等<o:p></o:p></P>
<P >以及书目查询,做出尽可能的功能。<o:p></o:p></P>
<P ><FONT face="Times New Roman">2</FONT>.邮件发送小软件<o:p></o:p></P>
<P >只需包括发信人地址,收信人地址,主题,是否抄送,以及内容文本编辑。<o:p></o:p></P>
<P >应该包含添加附件功能。<o:p></o:p></P>
<P >可以提供的类和方法如下:<o:p></o:p></P>
<P ><FONT face="Times New Roman"> </FONT>头文件:<FONT face="Times New Roman">Imports System<o:p></o:p></FONT></P>
<P ><FONT face="Times New Roman">Imports System.Web<o:p></o:p></FONT></P>
<P ><FONT face="Times New Roman">Imports System.Web.Mail<o:p></o:p></FONT></P>
<P ><FONT face="Times New Roman">Imports System.Data<o:p></o:p></FONT></P>
<P ><FONT face="Times New Roman">Imports System.Drawing<o:p></o:p></FONT></P>
<P ><FONT face="Times New Roman">Imports System.Collections<o:p></o:p></FONT></P>
<P ><FONT face="Times New Roman">Imports System.Windows.Forms<o:p></o:p></FONT></P>
<P ><FONT face="Times New Roman">Imports System.ComponentModel<o:p></o:p></FONT></P>
<P ><o:p><FONT face="Times New Roman"> </FONT></o:p></P>
<P ><o:p><FONT face="Times New Roman"> </FONT></o:p></P>
<P ><FONT face="Times New Roman">Dim mails As New MailMessage<o:p></o:p></FONT></P>
<P ><FONT face="Times New Roman">Mails</FONT>的属性包括:<FONT face="Times New Roman">from</FONT>,<FONT face="Times New Roman">to</FONT>,<FONT face="Times New Roman">subject</FONT>,<FONT face="Times New Roman">cc</FONT>,<FONT face="Times New Roman">body<o:p></o:p></FONT></P>
<P >邮件体的编码和格式限定为如下:<o:p></o:p></P>
<P ><FONT face="Times New Roman"> mails.BodyEncoding = System.Text.Encoding.UTF8<o:p></o:p></FONT></P>
<P ><FONT face="Times New Roman"> mails.BodyFormat = MailFormat.Html<o:p></o:p></FONT></P>
<P >发送邮件的方法:<FONT face="Times New Roman">SmtpMail.Send(mails)<o:p></o:p></FONT></P>
<P >添加附件的方法:<FONT face="Times New Roman"> mails.Attachments.Add(Trim(OpenFileDialog1.FileName))<o:p></o:p></FONT></P>
<P >(此题目留给有兴趣的同学,参照提示和其他书籍上的介绍完全可以完成。)<o:p></o:p></P>
<P ><FONT face="Times New Roman">3</FONT>.图形图像系统接口的应用:<o:p></o:p></P>
<P ><FONT face="Times New Roman"> 1</FONT>)画笔的使用。<o:p></o:p></P>
<P ><FONT face="Times New Roman">2</FONT>)画刷的使用。<o:p></o:p></P>
<P ><FONT face="Times New Roman">3</FONT>)做一雪花<FONT face="Times New Roman"> </FONT>模拟的程序。<o:p></o:p></P>
<P ><FONT face="Times New Roman">4</FONT>)调节图像颜色。<o:p></o:p></P>
<P ><FONT face="Times New Roman">5</FONT>)百叶窗效果。<o:p></o:p></P>
<P ><FONT face="Times New Roman">6</FONT>)模拟画图板。<o:p></o:p></P>
<P ><FONT face="Times New Roman">7</FONT>)动画效果模拟。<o:p></o:p></P>
<P ><FONT face="Times New Roman">4</FONT>,字处理软件的模拟,设计一个类似<FONT face="Times New Roman">word</FONT>处理软件,包括尽可能多的内容。<o:p></o:p></P>
<P ><FONT face="Times New Roman">5</FONT>,计算器的模拟。<BR></P>
页:
[1]
