资源列表
treedeep
- 这个程序包括了用队列建立树,并包含了对树的深度的求解。-this procedure, including the establishment of a cohort with trees, and includes the right tree for depth.
HN
- graphics program for tower of hanoi
Service
- service skeleton using windows api, for windows 2000 - XP - 2003-service skeleton using windows api, for windows 2000- XP- 2003
messagebox
- 包含windows api函数编程中对话框的具体信息。-Programming windows api function contains specific information dialog box.
tgfdgime
- 这是一个关于间的编程这是一个关于时 间的编程-This one of the programming This a time for the programming it is a time for the programming it is a on the programming time it is a time of the programming
vcDeMethod
- 对vc编程中的调试方式进行说明,有利于初学者学习。-right vc Programming Debugging manner that is conducive to learning beginners.
score.cpp
- 题目: 已知全班有65人,期末考共8门课,每门功课成绩均用百分制(整数)计分,请输入全班同学成绩,在A盘上生成全班成绩文件:A:\\allscore.dat。输入形式为: 学号 成绩1 成绩2 ··· 成绩8 long int int int 从全班成绩文件中读出同学成绩资料,统计出至少有4门课成绩>=85分,其余>=70分的同学及其资料,在D盘上生成D:\\score.dat文件;从全班成绩文件中找出需要参加补考(有一门或一门以上课程成绩<60分)的同学及其资料在C盘上生成补
live+mplayer
- live+mplayer配置
ACADMenuGeneratorVB
- Menu generator in VB from INI file. Ex of INI file. This will construct automatically the ACAD -Menu Name --InsideMenu Name,, Command1 --InsideMenu Name,, Command2 --Menu3 ---Inside Menu3,,command1 ---Test,, Command2-Menu generator in
JButton常用的一些方法
- JButton 实现了普通的三态外加选中、禁用状态,有很多方法可以设置,不要自己去写鼠标监听器。 setBorderPainted(boolean b) //是否画边框,如果用自定义图片做按钮背景可以设为 false。 setContentAreaFilled(boolean b) //是否填充,如果你的自定义图片不是矩形或存在空白边距,可以设为 false 使按钮看起来透明。 setFocusPainted(boolean b) //是否绘制焦点(例如浅色虚线框或者加粗的边框
ReverseSubstring
- Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Defin
danlianbiaofanzhuan
- 这是单链表的反转程序 大家可以看看啊,很好的 希望对你们有用