资源列表
2
- 飞机调度 这用链表处理的飞机调度问题,飞机场有n架飞机m条跑道,飞机起飞一次用时k。给出飞机来时的时间安排跑道。-Aircraft scheduling
chat.net
- 简单的龟兔赛跑线程代码和一个局域网聊天系统-The Tortoise and the Hare simple thread code and a local area network chat system
Multiplexer
- example for multiplexer
mota
- 这是VC++开发的一款游戏,带源程序,可编译运行-This is a VC++ development of a game, with source code can be compiled to run
Delphi7-gaoxiaoshujukuchengxusheji
- 利用DBexpress控件进行delphi高效数据程序设计-using DBexpress to delphi database programmer
UART_kien
- UART Communication example code
2
- 趣味算法,很多有趣的算法,以及一些基本的入门程序-Interesting algorithms, many interesting algorithms, and some basic entry procedures
crontrol-music
- 用C语言编写的单片机音乐控制,能播放出音乐《八月桂花香》-Written in C language, music, Microcontroller control, can play the music " 八月桂花香"
YinZhang
- 印章工具源代码,可制作自定义的各类图章等,功能强大,此为完整源代码,经测试完整无错,可直接编译。-Tool seal the source code, can be made of various types of custom stamps and so powerful, this is the complete source code, tested the complete error-free, can be directly compiled.
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行中
FlashPlay
- Flash实现的一款播放器源代码,可对Flash进行加解密播放,非常好的代码,简洁易读。-Implementation of a Flash player source code, can encrypt and decrypt the Flash player, very good code, simple and easy to read.
2
- 给定一个N*N 的方形网格,设其左上角为起点◎,坐标为(1,1),X轴向右为正,Y轴向下为正,每个方格边长为1。一辆汽车从起点◎出发驶向右下角终点▲,其坐标为(N,N)。在若干个网格交叉点处,设置了油库,可供汽车在行驶途中加油。汽车在行驶过程中应遵守如下规则: (1)汽车只能沿网格边行驶,装满油后能行驶K 条网格边。出发时汽车已装满油,在起点与终点处不设油库。 (2)当汽车行驶经过一条网格边时,若其X 坐标或Y 坐标减小,则应付费用B,否则免付费用。 (3)汽车在行驶过程中遇油库则应
