资源列表
2
- 求第k小元素 输入:程序从标准输入读入数据,第一行是一个整数n (1=<n<=100000)表示元素的个数,接下来的n行中每行有一个整数。最后一行是k,就是我们要找的第k小元素。 -Find a small element of the k input: the program reads from standard input data, the first line is an integer n (1 = <n<=100000)表示元素的个数,接下来的n行中
2
- 给定一个N*N 的方形网格,设其左上角为起点◎,坐标为(1,1),X轴向右为正,Y轴向下为正,每个方格边长为1。一辆汽车从起点◎出发驶向右下角终点▲,其坐标为(N,N)。在若干个网格交叉点处,设置了油库,可供汽车在行驶途中加油。汽车在行驶过程中应遵守如下规则: (1)汽车只能沿网格边行驶,装满油后能行驶K 条网格边。出发时汽车已装满油,在起点与终点处不设油库。 (2)当汽车行驶经过一条网格边时,若其X 坐标或Y 坐标减小,则应付费用B,否则免付费用。 (3)汽车在行驶过程中遇油库则应
Test2
- 文件系统的用户界面,进一步理解、使用和掌握文件的系统调用、文件的标准子例程,能利用和选择这些基本的文件操作完成复杂的文件处理工作。-File system, user interface, and further understanding, use and control of file system calls, file a standard sub-routines, can use and selection of these basic file operations to comp
ServerLogsService
- Server Logs Downloader
DirectShow3
- DirectShow Simple Manual
Apostila-CPP
- Apostila C++ para iniciantes
7-6
- 程序从文件crossin.txt读入一篇文档。该文档由若干行组成,每行中包含一系列单词。 将输入文档中所有出现的单词及其所在行号输出到文件crossout.txt中。 输出有若干行,每一行都是文档中出现的一个单词。按如下规格输出: word:line1,line2, … ,lineN-Program read from a document file crossin.txt. The document consists of several lines, each line con
8-6
- 输出文件的末尾行,C语言作业 命令 tail用来打印文件中最后n行。 命令格式为:tail [-n] filename,其中: -n :n表示需要打印的行数,省略时n的值为10。 filename :给定文件名。 如,命令tail -20 example.txt 表示打印文件example.txt的最后20行,用C语言实现该程序。(提示:使用命令行参数)-The end of the line of the output file, C language operations
clock_test
- 点击鼠标生成一个彩色变色时钟,大小及颜色都会变,点击多次声称多个,每个不同-Click the mouse generates a clock color color, size and color will change, click repeatedly claimed that more than one, each of the different
Writing-Solid-Code(EN)
- 编程方向的经典书籍,让你写的代码可靠性更高。 很多刚开始学习编程的人,编写的代码健壮性都不高,所以经常换个环境就要报错重新修改。这个书目的就在于让你从一开始编程就注意一些细节-Direction of the classic programming books, so you write more reliable code. Many people just start learning programming, writing code robustness is not high, so
Payroll-Management-System
- It a Complete HRIS Solution but there are lot of scope to advance the application. Please donate your module to this
ddccll
- It is a web based attendance & payroll management system for Colleges applicable for students and faculties
