资源列表
DataGridView
- 关于DataGridView的相关操作实例
rfft
- 计算实序列傅立叶变换,利用其共轭对称性计算速度快,存储量小。
macrovirusbyorange
- 一个宏病毒源码 安全365社区 - AnQuan365_com 居安思危、思而有备、备而无患!
vodtest
- 用来做视频会议的一个源代码,朋友帮忙搞得,实现功能很全面。
GSD_V4.1
- profibus现场总线的GSD文件标准,GSD v4.1
problem-2392
- The cows are going to space! They plan to achieve orbit by building a sort of space elevator: a giant tower of blocks. They have K (1 <= K <= 400) different types of blocks with which to build the tower. Each block of type i has height h_i (1 &
problem-2479
- Given a set of n integers: A={a1, a2,..., an}, we define a function d(A) as below: t1 t2 d(A) = max{ ∑ai + ∑aj | 1 <= s1 <= t1 < s2 <= t2 <= n } i=s1 j=s2 Your task is to calculate d(A).
problem-2620
- Given set of line segments [Li , Ri] with integer coordinates of their end points. Your task is to find the minimal subset of the given set which covers segment [0,M] completely (M is a positive integer).
problem-2573
- n people wish to cross a bridge at night. A group of at most two people may cross at any time, and each group must have a flashlight. Only one flashlight is available among the n people, so some sort of shuttle arrangement must be arranged in order t
problem-1716
- An integer interval [a,b], a < b, is a set of all consecutive integers beginning with a and ending with b. Write a program that: finds the minimal number of elements in a set containing at least two different integers from each interval.
problem-1659
- 未名湖附近共有n个大小湖泊L1, L2, ..., Ln(其中包括未名湖),每个湖泊Li里住着一只青蛙Fi(1 <= i <= n)。如果湖泊Li和Lj之间有水路相连,则青蛙Fi和Fj互称为邻居。现在已知每只青蛙的邻居数目x1, x2, ..., xn,请你给出每两个湖泊之间的相连关系。
game
- 这个是我大学刚毕业时写的射击小游戏,滚轴二维平面射击游戏,用VC2003开发,用了DIRECTX,游戏操作简单,‘D’键为开关,可以设置武器的火力和移动速度,自己玩了就知道,源码过两天就上传