搜索资源列表
hotelmanagementsystem.rar
- 毕业设计代码,论文,开题报告,全部都有, 真的是十分精典!拿出来大家共享!,Graduation design code, papers, the title of the report, all of the above, really is a very classical! Out for all to share!
checks
- 一个考试抽查的小程序 输入学号和题号,按学号随机分配题目给大家考试-A small test program checks the input student number and title number, a random number assigned by school exam questions for everyone
ZJUT_ACM
- 浙江工业大学acm网站上的大部分题解,对于学习者是很好的帮助。-Zhejiang University of acm title on the site the majority of solutions, for the learners is a very good help.
window
- 易语言窗口工具,可强力隐藏,修改窗口标题,删除窗口标题等,无模块-Yi language window tool hidden strength, modify the window title, window title, such as delete, no module
Sunnypig
- vijos上一题Sunnypig闯罗塔关(汉诺塔问题中最难的一种问法)。 没做出来的可以参考一下。-a title vijos Rota Sunnypig Chuang Guan (Tower of Hanoi problem in a most difficult question is asked). Can not do by reference.
embedded
- 嵌入式系统设计师资格考试iliao,包含近年试卷题目、答案及模拟题。-Qualifying examination for embedded systems designers iliao, contains the title papers in recent years, the answer and simulation title.
CloseTitleBar
- VC7.0下写的一个关闭指定的窗口的小程序,因为看到QQ,MSN,淘宝,迅雷等一些软件,都会弹出讨厌的广告窗口,才写了这么个小程序,程序运行后,凡是QQ,迅雷等的广告窗口打开的时候,会自动关闭掉.还可以在代码中加入其他的窗口,只需要在判断标题栏的字符串中加入窗口标题栏的文字的一部分就可以了.-VC7.0 written under a closed window to the specified applet, because to see QQ, MSN, Taobao, Thunder an
zoj_ac
- 最近在acm.zju.edu.cn上通过的题目的代码,都是比较有价值的题目-Acm.zju.edu.cn recently adopted the title of the code, are relatively valuable topic
oa
- 基于SSH的论文,开题报告,以及个人开发心得。另附源码-SSH-based papers, the title of the report, and personal development experiences. Separate source
JAVA-VRML
- 题目:JAVA在VRML中的引用 性质:科技论文-Title: JAVA in VRML quoted in nature: scientific papers
aihuajiawenti
- ai上的一道题是比较经典的画家问题,题好我不记得了,因该是过了的要不我就穿错文件了-ai together on the title is a more classic artists problems, a good title I do not remember, because it is over whether the documents I Misdraw
C2
- 收集了目前大学期末考试中18个重要的C程序源代码例题解答,还有24个待续。题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月 后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?-Collected at the end of the current university examinations 18 important example C source code to answer, there are 24 adjourned. Ti
pku1840
- PKU 1840的代码! 有详细的解题目报告!-PKU 1840 code! Detailed solution of the title report!
shuzhifenxi2
- 实验题目:Hermite插值多项式 相关知识:通过n+1个节点的次数不超过2n+1的Hermite插值多项式为: 其中,Hermite插值基函数 数据结构:三个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y=f(x)的一张表(其中 ): x 0.10 0.20 0.30 0.40 0.50 y 0.904837 0.818731 0.740818 0.670320 0.606531 m
queue
- 数据结构第三章的题,是队列那一行的输入。-Data structure of the title of Chapter III is the queue line input.
title
- vb 用一个label代替标题栏 在一个没有样式的窗体中,自己建一个标题栏,拖动整个窗体。-vb replace the label with a title bar in the form of a style of their own to build a title bar, drag the whole form.
113-C-title--super-classic
- 113道C语言题目,超经典的,适合入门哦-113 C-title, super classic, suitable for entry-oh
take-the-child-window-title
- 取得指定子窗口的标题内容。 取得指定子窗口的标题内容。-[Yi language] to take the child window title
Hide-the-windows-title-bar
- visual basic在运行中显示或隐藏窗口的标题栏-Visual Basic running show or hide the window' s title bar
Title-Description
- 题目描述 传说中有一种蜜汁序列特别甜,所以爱吃甜的强渣学长特别喜欢这种序列。。。 蜜汁序列的定义如下:对于一个长度为n的序列a1,...,an,如果这个序列的n个前缀和全部非负,即若a1> 0,a1+a2> 0,...,a1+a2+...+an> 0,则称a序列是蜜汁序列。。。 显然一些蜜汁序列可以分成更多的蜜汁序列,例如1 2这个蜜汁序列可以分成1和2两个蜜汁序列,现在有一个长度为n的蜜汁序列,要求你把他分成若干连续的段,使得每段都是一个蜜汁序列