资源列表

« 1 2 ... .81 .82 .83 .84 .85 2486.87 .88 .89 .90 .91 ... 2656 »

[数据结构常用算法5

说明:Graphics 本题关于排序与二分查找,又数据规模可达10^8,故选择long long型的数组作为数据结构。 算法思想大致如下:对于输入的x,y数组,先进行排序,以便一对一形成线段,然后,对于每一组询问,进行二分查找,查找过程如下:运用询问点到第mid条直线两端点向量的外积,若外积大于0说明该点在直线上方,等于0说明该点在直线上,否则说明该点在直线下方(当然同时求出询问点到第mid+1条直线两端点向量的外积以判断该点的准确位置)。这样的二分查找即可找出该点的位置。最后输出结果。
<邓志杰> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法UCS

说明:UCSC++ Find Uniform Cost Search
<Dat> 在 2025-06-06 上传 | 大小:2mb | 下载:0

[数据结构常用算法topai

说明:实现拓扑排序算法 若果符合条件 输出拓扑排序 不符合条件 输出圈 经过几十种测试-If the implementation of the topological sorting algorithm with output topological sort does not meet the conditions after dozens of test output circle
<Cindy weiwei> 在 2025-06-06 上传 | 大小:3.39mb | 下载:0

[数据结构常用算法FlexRay_Header_CRC_cal

说明:这是关于FlexRay总线网络设计过程中,计算每个网络节点的数据帧头部循环校验码的程序。计算结果在控制台下显示为一个二进制数组。-This is a project completed on Visual C++ 6.0, which could be used for calculation of the header CRC code of each node in a FlexRay network. The results are displayed as an array of bin
<王刚> 在 2025-06-06 上传 | 大小:186kb | 下载:0

[数据结构常用算法Manacher_Longest_Subsequence

说明:求一个字符串的最长回文子串的长度。比如字符串 abaaba 的最长回文子串的长度就是6.-Seeking a string longest palindromic substring length. For example, the string " abaaba" longest palindromic substring length is 6.
<陈越> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法FFT

说明:快速傅里叶变换,能够快速地对多项式进行加减乘除操作,时间复杂度为nlogn-Fast Fourier transform, to quickly perform arithmetic operations on polynomial time complexity is nlogn
<陈越> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法Gauss

说明:高斯消元法求解方程组。能够大大缩减复杂度,并且提升准确度。-Gaussian elimination method for solving equations. It can greatly reduce the complexity and enhance accuracy.
<陈越> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法Buscar-clave-en-un-arbol

说明:Find key in a tree data structure
<skullvk> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数据结构常用算法jingqu

说明:主程序应用菜单选项包含:创建景区景点分布图,输出景区景点分布图,输出导游线路图,判断导游线路图有无回路,两个景点间的最短路径和最短距离,停车场车辆进出记录信息,输出道路修建规划图。-Application main menu options include: Create a profile scenic spots, scenic spots output profile output line guide map, determine whether the loop tour route
<hym> 在 2025-06-06 上传 | 大小:1.69mb | 下载:0

[数据结构常用算法select

说明:数据结构 多项式加减 可运行 通俗易懂-数据结构 多项式加减 可运行 通俗易懂
<putian> 在 2025-06-06 上传 | 大小:1.06mb | 下载:0

[数据结构常用算法Pattern_Recognition_Practise-master

说明:Practice for Pattern Racognition Fourth Edition by Sergios Theodoridis and Konstantinos Koutroumbas in Python -Practice for Pattern Racognition Fourth Edition by Sergios Theodoridis and Konstantinos Koutroumbas in Python
<mojab> 在 2025-06-06 上传 | 大小:3kb | 下载:0

[数据结构常用算法spl

说明:Range of Electric Vehicles with related services. Hardware side of business includes Electric Two Wheeler, Three Wheeler, HyPods etc. and software side of business mainly entails Ride Hailing Services and Business Management Software (internal Busine
<shahrukh> 在 2025-06-06 上传 | 大小:9kb | 下载:0
« 1 2 ... .81 .82 .83 .84 .85 2486.87 .88 .89 .90 .91 ... 2656 »

源码中国 www.ymcn.org