-
遗传算法的源程序,用于多组分样品的拉曼光谱的分析的C语言原程序...
遗传算法的源程序,用于多组分样品的拉曼光谱的分析的C语言原程序 -genetic algorithms
- 2023-03-18 03:25:04下载
- 积分:1
-
凸包算法的实现,用的控制台程序,不过已经能够说明问题了...
凸包算法的实现,用的控制台程序,不过已经能够说明问题了-convex hull algorithm for the realization of the console procedures, but has been able to illustrate the problem
- 2022-03-23 12:33:00下载
- 积分:1
-
求得一个4*4的方阵,各行各列及主负对角线上的元素均为可逆素数。...
求得一个4*4的方阵,各行各列及主负对角线上的元素均为可逆素数。-achieve a 4* 4 phalanx, the trip out and the main negative on the diagonal elements are reversible primes.
- 2022-01-25 18:49:41下载
- 积分:1
-
curriculum design data structure Games Score statistics
数据结构课程设计 运动会分数统计-curriculum design data structure Games Score statistics
- 2022-03-22 05:26:41下载
- 积分:1
-
ORACLE数据库的很好的PPT教程,希望对大家有所帮助
ORACLE数据库的很好的PPT教程,希望对大家有所帮助-ORACLE database PPT excellent tutorial we want to help
- 2022-07-15 06:55:30下载
- 积分:1
-
同一个数据库开发的系统,里面有源代码和发布版本
同一个数据库开发的系统,里面有源代码和发布版本-with a database development systems, which Active code and releases
- 2022-03-08 08:46:26下载
- 积分:1
-
C++方面有深度的算法例子,提供完整源代码
C++方面有深度的算法例子,提供完整源代码-C++ Aspects algorithm-depth examples, provide a complete source code
- 2022-05-23 16:32:13下载
- 积分:1
-
c++链式队列的实现
c++链式队列的实现头文件如下:
typedef int Item;
typedef struct node * PNode;
typedef struct node
{
Item data;
PNode next;
}Node;
typedef struct
{
PNode front;
PNode rear;
int size;
}Queue;
/*构造一个空队列*/
Queue *InitQueue();
/*销毁一个队列*/
void DestroyQueue(Queue *pqueue);
/*清空一个队列*/
void ClearQueue(Queue *pqueue);
/*判断队列是否为空*/
int IsEmpty(Queue *pqueue);
/*返回队列大小*/
int GetSize(Queue *pqueue);
/*返回队头元素*/
PNode GetFront(Queue *pqueue,Item *pitem);
/*返回队尾元素*/
PNode GetRear(Queue *pqueue,Item *pitem);
/*将新元素入队*/
PNode EnQueue(Queue *pqueue,Item item);
/*队头元素出队*/
PNode DeQueue(Queue *pqueue,Item *pitem);
/*遍历队列并对各数据项调用visit函数*/
void QueueTraverse(Queue *pqueue,void (*visit)());
- 2023-09-04 20:50:03下载
- 积分:1
-
C2C电子商务二手交易网站
资源描述一、安装说明:
1.将文件解压后上传至网站服务器目录下,通过web页面即可正常访问。
2.通过/admin/login.asp进入后台管理,管理员账号和密码均为admin
3.数据库位于/datum 下面#SecondHand.mdb,为了安全,其名称可以进行必要的修改。
相关文件为conn.asp,位于根目录和/admin中均有。
二、系统参数说明:
1.运行环境:Windows+IIS
2.开发语言:asp
3.数据库:access 2000
- 2022-09-24 07:25:03下载
- 积分:1
-
Pb9.0的实用源代码下载;主要是介绍PB的案例;比较详细能说明PB的程序的...
Pb9.0的实用源代码下载;主要是介绍PB的案例;比较详细能说明PB的程序的-Pb9.0 practical to download the source code; PB was introduced to the case; A more detailed illustrative of the procedures PB
- 2022-01-30 17:03:23下载
- 积分:1