资源列表
renshiguanlixitong
- 用C#做的人事管理系统,Complete personnel management system-Personnel management system
chuanqi2e2
- 传奇2脱机程序源码,很详细包括注册账号等内容,不过还不能打怪和自动寻路。-Legends 2 offline program source code, in great detail, including the registered account, etc., but also can not Daguai and automatically find its way.
player
- 基于Windows平台的音乐播放器编程,可实现音乐播放功能。-Programming based on the Windows platform music player, music player.
huff
- huffman code gui -huffman code gui .........................
Lanemine
- Landmine detection matlab code
Fibonacci
- fibonacci seri en visaul basic
SearchTrunk
- This for GTA San Andreas. It let s you search the trunk of cars on the game, as if you were a police officer. Compile it using Sannybuilder.-This is for GTA San Andreas. It let s you search the trunk of cars on the game, as if you were a police offic
Mycalculator
- 仿XP功能的计算器,包括加减乘除,倒数,开方,百分数以及记忆等功能。-Imitation XP function calculator, including addition, subtraction, multiplication and division, reciprocal, square root, percentage, and memory function.
hangkong
- C语言写的模拟航空客运售票系统 数据结构课程设计-The simulated air passenger ticketing system written in C language data structure curriculum design
pulimu
- 利用C语言写的普利姆算法产生最小生成树的程序 数据结构课程设计-Program written in C language Puli Mu algorithm produces a minimum spanning tree data structure curriculum design
pack_emd
- 此程序为Gring通用EMD2007之后的版本,其对2003版做了改进,一个程序文件就可以实现EMD的分解-This program for version the Gring General EMD2007 after the 2003 version has been improved, a program file can be achieved EMD decomposition.
Union
- 在一些有N个元素的集合应用问题中,我们通常是在开始时让每个元素构成一个单元素的集合,然后按一定顺序将属于同一组的元素所在的集合合并,其间要反复查找一个元素在哪个集合中。这一类问题近几年来反复出现在信息学的国际国内赛题中,其特点是看似并不复杂,但数据量极大,若用正常的数据结构来描述的话,往往在空间上过大,计算机无法承受;即使在空间上勉强通过,运行的时间复杂度也极高,根本就不可能在比赛规定的运行时间(1~3秒)内计算出试题需要的结果,只能采用一种全新的抽象的特殊数据结构——并查集来描述。-N ele