资源列表

« 1 2 ... .65 .66 .67 .68 .69 970.71 .72 .73 .74 .75 ... 2656 »

[数据结构常用算法sourcecode

说明:经典一百道程序,包括数据结构和相关算法,对初学者非常有帮助的-Classic 100 procedures, including data structures and related algorithms, for the very helpful for beginners
<zhangquan> 在 2025-01-23 上传 | 大小:89kb | 下载:0

[数据结构常用算法Queens

说明:程序功能:1.由n2个方块排成n行n列的正方形称为n元棋盘。 如果两个皇后位于n元棋盘上的同一行、同一列或同一对角线上,则称它们在互相攻击。 现要找出使棋盘上n个皇后互不攻击的布局。 2.编制程序解决上述问题, 用户输入0~30间的棋盘方阵,给出所有解决方案,并输出结果。 -queens of different table sizes
<lfm> 在 2025-01-23 上传 | 大小:89kb | 下载:1

[数据结构常用算法btree

说明:二叉树的建立与后序遍历 在访问根结点、遍历左子树与遍历右子树三者中,首先遍历左子树,然后遍历右子树,最后遍历访问根结点-Binary tree
<wolf> 在 2025-01-23 上传 | 大小:89kb | 下载:0

[数据结构常用算法shanliebiao

说明:任务: 设计散列表实现电话号码查找系统。 设每个记录有下列数据项:电话号码、用户名、地址; 1,从键盘输入各记录,分别以电话号码和用户名为关键字建立散列表; 2,采用一定的方法解决冲突; 3,查找并显示给定电话号码的记录; 4,查找并显示给定用户名的记录。 -Task: Design Implementation phone number lookup hash table system. Set for e
<谢浩> 在 2025-01-23 上传 | 大小:89kb | 下载:0

[数据结构常用算法xianduanshu

说明:介绍了线段树的相关知识结构。内容丰富,实用性强。-Introduced the segment tree of the knowledge structure. Rich in content and practical.
<云上的鱼> 在 2025-01-23 上传 | 大小:89kb | 下载:0

[数据结构常用算法lab1

说明:CS 201_ DATA STRUCTURES AND ALGORITHMS LAB1 Aim: a.) Overview of “pointers”. b.) Understanding “template” concept.
<abcd> 在 2025-01-23 上传 | 大小:89kb | 下载:0

[数据结构常用算法bahuanghou

说明:在最难理解的代码比赛中获奖的八皇后问题的解法-In the most difficult to understand the code competitions eight queens problem solution
<张开来> 在 2025-01-23 上传 | 大小:89kb | 下载:0

[数据结构常用算法DataStructures

说明:数据结构与算法分析的实例建模,初学者参考!-Data structure and algorithms of modeling analysis example Beginners reference!
<samcsu> 在 2025-01-23 上传 | 大小:89kb | 下载:0

[数据结构常用算法Nshiizhifenxxu

说明:数值分析算法描述与习题解答,由清华大学徐士良教书,用C开发的各种数学算法。比如:托伯利兹型型线性代数方程组的递推算法,全选主元高斯消去法解复系数线形代数方程组,复矩阵求逆的全选主元高斯 -The numerical analysis algorithm descr iption and answer exercises, taught by Tsinghua University, XU Shi-liang, C developme
<> 在 2025-01-23 上传 | 大小:89kb | 下载:0

[数据结构常用算法Fund6-StringViewer

说明:字符串处理,很好的字符处理,一般人都用的到,希望大家改善的更加完备-String handling, good character handling, it is generally used to hope that we can improve more complete
<楚风天辰> 在 2025-01-23 上传 | 大小:89kb | 下载:0

[数据结构常用算法100programs-in-Python

说明:一百个用Python实现的小算法或小程序!绝对实用!如: 【程序56】 题目:画图,学用circle画圆形。    1.程序分析: 2.程序源代码: #include "graphics.h" main() { int driver,mode,i float j=1,k=1 driver=VGA mode=VGAHI initgraph(&driver,&mode,"")
<race> 在 2025-01-23 上传 | 大小:89kb | 下载:0

[数据结构常用算法LeetCode

说明:LeetCode题解(java版) 包含toi,strstr,add two num,括号匹配,字符串乘法,通配符匹配,文件路径简化,Text Justification,反转单词-LeetCode solution to a problem (java version) contains toi, strstr, add two num, bracket matching, string multiplication, wildc
<yuer> 在 2025-01-23 上传 | 大小:89kb | 下载:0
« 1 2 ... .65 .66 .67 .68 .69 970.71 .72 .73 .74 .75 ... 2656 »

源码中国 www.ymcn.org