资源列表
Huffman-
- 用c语言编写的创建哈弗曼树的代码,代码涉及到创建哈弗曼树,遍历哈弗曼树-C language code to create the Huffman tree, the code involves creating the Huffman tree, traverse the Huffman tree
date
- 输入并显示日期的小程序,用于检查用户输入的正确或错误,检查日期的合法性-Input and display the date applet, is used to check user input right or wrong, check the legality of the date
visual-control
- face recognition by qt
samsom
- a program which determines anagrams of a string
openGL
- a program which reads XYL information defining points and lines in 2D and displays an image using OpenGL
ivcon
- a program which converts between various 3D graphic file formats
UCOS_API
- 任务管理OS_TASK.C(API) 时钟管理OS_TIME.C(API) 信号量 OS_SEM.C(API)-The task management OS_TASK.C (API) the clock management OS_TIME.C (API) the semaphore OS_SEM.C (API)
HyperspectralDetection
- VC++实现的高光谱图像RX,正则化RX,CEM,单位化CEM及样本加权CEM算法。 程序中有自己封装的矩阵类。 程序使用opencv显示结果。-The hyperspectral images RX achieve VC++ regular RX, CEM, of unitised CEM and sample weighted CEM algorithm. Program in their package matrices. Using opencv program displays
matlab
- 解ABCD的四元方程求解ABCD的值,并通过此值计算出电力器件vto,rt的值,从而使并联器件变得简单,有效-Solution ABCD equation solving the value of the ABCD and power devices VTO rt value calculated by this value, so that the the parallel device becomes simple, effective
package
- 包裹追踪系统,客户、发货方和快递公司进行包裹追踪查询,追踪查询的内容包括包裹状态(未发货,发货中,已到货,异常),起始地点,目的地,发货方,经手人(货运公司,航班),收货方,发货时间,运货时间,到货时间-Parcel tracking system, the customer, shipper and courier companies Tracking queries to track the contents of the query, including the status of the
my-parking
- 本代码实现的是一个简单的停车场管理系统。设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。 汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在停车场的最北端),若车场内已停满n辆汽车,则后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆汽车要离开时,在它之后进入的车辆必须退出车场为它让路,待该车辆开出大门外,其他车辆再按原次序进入车场,每辆停放在停车场的车在它离开停车场时必须按它停留时间的长
maze
- 本代码实现的是一个简单迷宫问题。以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,豁得出没有同路的结论。 基本要求为: 首先实现一个以链表做存储结构的栈类型,然后编写一个求解迷宫的非递归程序,求得的通路一三元组(i,j,d)的形式输出,其中:(i,i)指示迷宫中的一个坐标,d表示走到下一坐标的方向。-The implementation of the code is a simple maze. A m* n t
