自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(9)
  • 资源 (6)
  • 收藏
  • 关注

原创 my first day with C++

#include#include // Header providing parametric manipulators, e.g. setwusing namespace std;class Date{int year, month, day;public:void set(int y, int m, int d);bool isLeapYear();

2013-08-29 01:18:50 361

原创 使用union时出现的奇怪现象

#include union data{ int i; char ch; float f;};void main(){ data a; a.i = 12; a.ch = 'd'; a.f = 3.14; printf("%f , %f , %f\n",a.i,a.ch,a.f); printf("%f\n",a.i); printf("%

2011-10-21 16:10:20 221

原创 大家只看你成不成功 没人关心你开不开心

新学期的第一个月过去了,这一个月是在混乱、烦躁和迷茫中度过的。站在一个新的起点上,我看不到终点,甚至看不到前面的路。我不知道自己两三年之后会在哪里,会是什么样子。       但是在开学之前,我不是这样的,我是带着满腔的热情和理性的规划来的。可是很快这份热情被浇灭,规划也险些

2011-10-04 18:54:55 1031

原创 求高手解答c语言问题

<br />#include <stdio.h><br />#include <stdlib.h><br />#include <conio.h><br />typedef struct worker<br />{<br /> int num;<br /> char name[10];<br /> int age;<br />}worker;<br />void main()<br />{<br /> worker worker[5];<br /> for(int i = 0; i <= 5; i++)<b

2011-03-18 12:02:00 282

原创 call me 悲剧

<br />今天我发现了一个秘密,那就是我老妈是一个巫师。她说:“儿子,我给你算过命了,爱情这个东西在28岁之前你是不用想了。你喜欢的女孩,要么不喜欢你,要么已经有男朋友,要么只是想和你做普通朋友。如果你心存非分之想,那么你会伤得很惨。”<br />      最后,妈妈又安慰我说:“你命相上有四颗文曲星(不知道什么意思,但好像听着不错),注定是大器晚成的人,你看你长得就比同龄人小,没有女孩会喜欢一个幼稚的小孩子的,所以这就是教你心无旁骛、心如止水地积累知识、增加底蕴。”<br />      我曾经多次地

2010-07-14 23:08:00 331

原创 C语言基础问题求教

#include main(){ int c; while((c=getchar())!=EOF)  putchar(c);}       这是《The C Programming Language》上一个的一个程序,连续输入多个字符后按回车,程序就输出刚才输入的一串字符。我始终不明白的就是整个程序的运行过程。       我对运行过程的理解是:连续输入字符时就一直执行(c=get

2010-04-08 20:06:00 252

原创 计科三班——向前冲

 这一个月是我大学以来过得第三好的一个月(最好的两个当然是大二暑假,嘿嘿)。      厌倦了晚上发短信,厌倦了思考很多的为什么,厌倦了金玉其外败絮其中的人和物,厌倦了失去本心流于肤浅。      二上是在黑暗中颤抖,二下是在迷雾中摸索,三上则是在迷宫中奔命。但是这个学期,终于感觉可以拨云见日,走上一条阳关大道了。      我要谢谢深深地这个班级,这里有一个充满热情的团体、一个对专业

2010-04-03 23:56:00 459 1

原创 与其翻修一所旧房子,不如盖座新房子。

        我今天终于知道为什么那么多前辈死掉了,其实不是累死的,都是气死的。        我就想不通了这个笔记本和台式机到底哪里不同了,我明明用的一样的配置,在本上瞎弄了一天全是白费,我还很自得觉得自己很有耐心,现在想想其实是神经病。台式机上jsp的例子显示出来的一刻,我分明听到心在滴血。        求知是没有错的,但是要讲究方法。我真的讨厌上层了,它封装和覆盖了太多的东西,让

2010-04-03 23:54:00 205

转载 SQL Server 2005 不允许远程连接解决方法

zt:我查了将近一上午,试来试去,终于按照这个方法搞好啦!现在拿来和大家分享ps:数据库对于我们这些新手真的很痛疼。好啦,SqlServer好了可是jdbc还是没弄好。加油!!!刚刚安装的数据库系统,按照默认安装的话,很可能在进行远程连接时报错,通常是错误:"在连接到 SQL Server 2005 时,在默认的设置下 SQL Server 不允许进行远程连接可能会导致此失败。 (prov

2010-03-21 10:43:00 215

2009年统考计算机考研真题及答案.pdf

2009年统考计算机考研真题及答案,希望对有志于考研的同志有所帮助!!!!!

2010-01-24

windows API查询手册

Win32 API即为Microsoft 32位平台的应用程序编程接口(Application Programming Interface)。所有在Win32平台上运行的应用程序都可以调用这些函数。 使用Win32 API,应用程序可以充分挖掘Windows的32位操作系统的潜力。 Mircrosoft的所有32位平台都支持统一的API,包括函数、结构、消息、宏及接口。使用 Win32 API不但可以开发出在各种平台上都能成功运行的应用程序,而且也可以充分利用每个平台特有的功能和属性。 在具体编程时,程序实现方式的差异依赖于相应平台的底层功能的不同。最显著的差异是某些函数只能在更强大的平台上实现其功能。例如,安全函数只能在Windows NT操作系统下使用。另外一些主要差别就是系统限制,比如值的范围约束,或函数可管理的项目个数等等。 标准Win32 API函数可以分为以下几类: 窗口管理 窗口通用控制 Shell特性 图形设备接口 系统服务 国际特性 网络服务 在下面各节中,我们分别介绍这7种类型的API函数。

2009-09-28

HTML完全手册(很详细很完备)

标记(Tags) a Link area Map b Physical Font Style basefont Default Font Size big Logical Font Style blink Other text element blockquote Other text element body Document Structure Background Color br Line Control Floating Image caption Caption center Centering cite Logical Font Style code Logical Font Style dd Basic Listings dfn Logical Font Style div Division dl Basic Listings dt Basic Listings em Logical Font Style fig Floating Image font Font Size Font Color Font Face form Form Basic Structure frame Frames frameset Frames h1 ... h6 Header Centering head Document Structures hr Horizontal Rules html Document Structures i Physical Font Style img Basic Rules of Image input Form Basic Structure kbd Logical Font Style left Math Basic Control li Basic Listings Customized listing items listing Preformatted Text map Map marquee Marquee math Math Basic Control nobr Line Control noframes Frames ol Basic Listings Customized listing items option Selectable Menu over Fraction p Line Control pre Preformatted Text right Math Basic Control s Other Style select Selectable Menu small Logical Font Style strong Logical Font Style sub Other Style sup Other Style table Table Basic Tags textarea Text Area td Table Basic Tags th Table Basic Tags tr Table Basic Tags tt Physical Font Style u Physical Font Style ul Basic Listings var Logical Font Style xmp Preformatted Text 标记(Tag)属性(Attributes) action Form Basic Structure align Horizontal Rules Centering Division Image aligned with Text Floating Image Table Text Layout Floating Table Marquee alink Background and Text Color alt Basic Rules of Image background Background and Text Color behavior Marquee bgcolor Background and Text Color Cell Color Marquee border Border Line Table Size cellpadding Table Size cellspacing Table Size checked Checkbox & Radio clear Floating Image color Font Color cols Text Area Frame Size colspan Table Span compact Basic Listings coords Map direction Marquee face Font Face height Table Size Marquee href Link Map hspace Floating Image Marquee link Background and Text Color loop Marquee marginheight Frame Margin marginwidth Frame Margin maxlength Text & Password method Form Basic Structure multiple Selectable Menu name Form Basic Structure Link Frame noresize Frame Size rows Text Area Frame Size rowspan Table Span scrollamount Marquee scrolldelay Marquee scrolling Scroll Bar selected Selectable Menu shape Map size Horizontal Rules Font Size Text & Password Selectable Menu src Basic Rules of Image Image coordinates start Customized listing items target Target Windows text Background and Text Color type Customized listing items Form Basic Structure valign Table Text Layout value Text & Password Checkbox & Radio Hidden Elements Selectable Menu vlink Background and Text Color vspace Floating Image Marquee width Horizontal Rules Table Size Marquee wrap Textarea Word Wrapping

2010-03-20

用java实现的连连看小游戏

这是一个用java实现的连连看游戏的程序

2010-01-24

XML轻松学习手册(适合网站设计人员)

本文共分五大部分。分别是XML快速入门,XML的概念,XML的术语,XML的实现,XML的实例分析。最后附录介绍了XML的相关资源。作者站在普通网页设计人员的角度,用平实生动的语言,向您讲述XML的方方面面,帮助你拨开XML的神秘面纱,快速步入XML的新领域。

2010-03-20

grub命令引导系统使用方法

本文件详细介绍用gurb命令的使用方法,可以用于引导xp和Linux

2010-01-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除