搜索资源列表
等级证书考试管理系统
- 用C语言或其他高级语言编程(最好C语言),基本功能:包括报名管理、成绩管理、证书管理等。能做到考试的报名成绩的录入与查询以及证书的发放等功能。实现有关功能的增加、修改、删除、查询和统计模块。根据要求知道,一个学生报名后就拥有唯一的考号,考号随着 考生取消报名而消失,所以可以以考号为Key来实现查找学生记录,实现有关功能的增加、修改、删除、查询.-C language or other high-level programming language (preferably C), the ba
最短路径的求解
- 本实验中的问题是一个逻辑问题,而实验的目的是运用邻接矩阵解决图存储并解决在此结构情况下对矩阵中元素的扫描计算。其关键是怎样储存和计算。储存用的是邻接矩阵,而计算是用迪杰斯特拉算法。-experiment of the problem is a problem of logic, and The purpose of this experiment is to use the adjacency matrix storage solutions and plans to solve the st
KeyPath
- 数据结构中关键路径算法的实现与应用。介绍求关键路经的算法,对于给出的事件结点网络,要求求出从起点到终点的所有路径,经分析、比较后找出长读最大的路径,从而得出求关键路径的算法。-data structure Critical Path algorithm implementation and application. Introduced for passing key algorithm is given for the incident node network requirements de
shuju
- 文章通过对实序列快速傅里叶变换的算法推导及Mallat 算法原理的分析,根据离散小波变换(DWT)算 法结构特征,提出了一种离散小波的快速变换算法,给出了相应的算法步骤。从数学理论上进行了论证,并把该算法 应用到静态图像处理中,得到了很好的快速和重建效果,具有一定的实用价值。 关键词:小波分析;Mallat 算法;快速小波算法 图像处理 中图分类号:TN914 文献标识码:A 1 引言 小波分析是近十多年来迅速发展起来的新兴学科和信号分析理论,是继傅里叶分析方法之后的重
nqueens9901
- 著名的n皇后问题。实现结果为 请输入这是一个几皇后问题:4 4皇后问题有解为: 2 4 1 3 4皇后问题有解为: 3 1 4 2 Press any key to continue -n Queen's famous question. To achieve results Please enter several This is a Queen's : 4 Queen of the solutions to these problems : 2 4
about-tu
- 数据结构中关于图的程序。这部分是数据结构中的重点知识。老师要求的是要很好的理解。-data on the structure of the processes. This data structure is the key of knowledge. Teachers are required to good understanding.
linkedmatrix
- 一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor. Basic operator: 1. addition(sub) of two matrix 2. inverse of a ma
chagnshengjiangjun
- 常胜将军 现有21根火柴,两人轮流取,每人每次可以取走1至4根,不可多取,也不能不取,谁取最后一楰火柴谁输。请编写一个程序进行人机对弈,要求人先取,计算机后取;计算机一方为“常胜将军”。 *问题分析与算法设计 在计算机后走的情况下,要想使计算机成为“常胜将军”,必须找出取 关键。根据本题的要求枷以总结出,后走一方取子的数量与对方刚才一步取子的数量之和等于,就可以保证最后一个子是留给先取子的那个人的。 据此分析进行算法设计就是很简单的工作,编程实现也十分容易。-everlas
fox
- Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER \"MICROCALC - A Turbo C D
fushusizeyunsuan
- 此程序由C++语言编写而成,主要功能是实现复数之间的加、减、乘、除的运算,分别由数字键1、2、3、4代替。包含设计报告-this procedure prepared by the C language, the major function of the complex, plus or minus, multiplication, addition to the operator, Key figures from the 1, 2, 3 and 4 instead. Includes de
jeromel
- 利用Hash技术统计单词的频度。扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现的频度。用线性探测法解决Hash冲突。设Hash函数为:Hash(Key)=[(Key的首字母序号)*100+(Key的尾字母序号)] Mod 41 -use statistical word frequency. Scanning a C source files, using the hash table storage procedures of the keyword s
yiyuanxishujuzhenduoxiangshijiandanjusuanqisuanqi.
- 一元稀疏矩阵的简单计算,设计该程序的目的是掌握链表的使用(重点掌握指针的使用)。这个程序可以用来计算多项式的和与差,充当一个多项式计算器。-one yuan sparse matrix of simple calculation, The design procedure is designed to develop the use of the linked list (master key indicators). This procedure can be used to calculat
poj1990
- poj上第1990题目源码,用到了2个树状数组,这题数据结构是关键,想到了题目就很简单了-poj first topic FOSS 1990, used the two tree arrays, which that data structure is the key, think of a very simple topic
chazhao
- [问题描述] 在二叉排序树中查找关键字为KEY的记录 [输入] 有序表输入要查找元素的关键字 [输出] 查找成功是即可显示查找成功 #include <stdlib.h> #include <stdio.h> typedef int KeyType typedef struct{ -[Problem Descr iption] Binary Tree ranking keyword search for the rec
ShortestPathviaFibonacciHeap
- This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from the file, reading from the key board.
hash
- /* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple desig
paixuerchashu
- 输入n个数,在输入数的过程中建立一个二叉排序树。建立成功后,输入一个key, //在二叉树中实现删除key所在的结点
artlicense
- very simple nonvisual Delphi component useful for shareware program developing. It uses crypted license files containing information about exe file (size and crc), expired date and any additional information. As TArtLicense uses RSA asymmetric al
key-activities
- 数据结构中求关键路径和关键活动 数据结构中求关键路径和关键活动-Find the critical path and key activities
the-key-to-find-the-network-path-AOE
- 本程序代码是用c语言来实现求AOE网络中的关键路径-This code is in c language to realize the key to find the network path AOE