资源列表

« 1 2 ... .44 .45 .46 .47 .48 1949.50 .51 .52 .53 .54 ... 2656 »

[数据结构常用算法BinaryTree

说明:此文档为二叉树的具体实现,是用c语言实现的。-This document is a concrete realization of a binary tree, with c language.
<陈涛> 在 2024-11-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法stack

说明:This is used to add or delete values from the stack and it is implemented in C-This is used to add or delete values from the stack and it is implemented in C++
<Dhivi> 在 2024-11-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法queue

说明:This the queue implemented in C-This is the queue implemented in C++
<Dhivi> 在 2024-11-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法1

说明:赋值语句的翻译,实现加减乘除四则运算,还可以进行指数运算。-Assignment of the translation, to achieve the four fundamental operations addition, subtraction, also can index operations.
<herry> 在 2024-11-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法1

说明:选择合适结构表示图Dijkstra算法求最短路径-Select the appropriate graph structure that Dijkstra shortest path algorithm
<王涛> 在 2024-11-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法juzhen

说明:矩阵操作 c++实现 课程设计 #include <iostream.h> #include <stdlib.h> #include<iomanip.h> void fanzhuan1(int b[5][5]) void fanzhuan2(int b[5][5]) void juandong1(int b[5][5]) void juandong2(int b
<黄苏敏> 在 2024-11-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法Punycode

说明:提供国际化域名(IDN, 如中文域名)转码,使用c++实现的Punycode算法。-Provide Internationalized Domain Names(IDN, such as Chinese domain name) Transcoding, use c to achieve the Punycode algorithm.
<陈军> 在 2024-11-02 上传 | 大小:2048 | 下载:1

[数据结构常用算法C

说明:有n个人围成一圈,从第m个人开始顺序报号,凡报到p的人退出圈子,输出依次退出圈子的人和最后留在圈子中的人原来的序号,可用结构数组或结构链表完成。-N individuals form a circle, individuals from the first m starting sequence reported, who reported P out of the circle of people who, who in turn o
<sx> 在 2024-11-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法circleQueue

说明:使用C++语言实现的一个循环队列操作,简单易懂-use the language of C++ to achieve a circle queue, easily understood
<常智华> 在 2024-11-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法KnapSack

说明:蛮力、动态规划、回溯、分支限界四种算法求解0/1背包问题-Four algorithms(brute force, dynamic programming, backtracking, branch and bound ) to solve 0/1 knapsack problem
<WangXiaolei> 在 2024-11-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法cordic-c-vc-6.0

说明:cordic算法的c语言实现,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角,适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm realize the C language, input x, y coordinates of two points, are automatically calculated to change point and plane coordinate a
<baijingdong> 在 2024-11-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法cordic-fixed-point-c-vc6.0-

说明:cordic算法的c语定点数仿真,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角(有一定误差),适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm C language fixed point simulation, enter the X, y coordinates of two points, are automatically calculated to change poin
<baijingdong> 在 2024-11-02 上传 | 大小:2048 | 下载:0
« 1 2 ... .44 .45 .46 .47 .48 1949.50 .51 .52 .53 .54 ... 2656 »

源码中国 www.ymcn.org