登录
首页 » Visual C++ » 资料汇总

资料汇总

于 2021-04-04 发布 文件大小:5371KB
0 232
下载积分: 1 下载次数: 3

代码说明:

  极客班C++算法原理与实践课件和源码-侯捷 1、算法入门与编程风格 2、链表 3、二分搜索与排序数组 4、二叉树与分治算法 5、栈与队列(Geek class C++ algorithm principle and practice of courseware and source code Hou Jie 1, algorithm introduction and programming style 2, chain list 3 and two points search and sort array 4, two fork tree and divide and conquer algorithm 5, stack and queue)

文件列表:

5.(新)算法原理与实践课件4_栈与队列\(新)算法原理与实践课件4_栈与队列.rar, 780809 , 2016-03-07
1.算法入门和编程风格\算法入门和编程风格\算法入门和编程风格.pdf, 856981 , 2015-07-31
1.算法入门和编程风格\算法入门和编程风格.rar, 778897 , 2016-03-07
2.链表\链表\链表.pdf, 478846 , 2015-07-31
2.链表\链表.rar, 423186 , 2016-03-07
3.二分搜索和排序数组\二分搜索和排序数组\二分搜索和排序数组.pdf, 866602 , 2015-07-31
3.二分搜索和排序数组\二分搜索和排序数组.rar, 808277 , 2016-03-07
4.算法第三周课件_二叉树和分治算法\算法第三周课件_二叉树和分治算法\算法第三周课件_二叉树和分治算法.pdf, 408729 , 2015-08-01
4.算法第三周课件_二叉树和分治算法\算法第三周课件_二叉树和分治算法.rar, 348318 , 2016-03-07
1.算法入门和编程风格\算法入门和编程风格, 0 , 2017-11-06
2.链表\链表, 0 , 2018-01-10
3.二分搜索和排序数组\二分搜索和排序数组, 0 , 2018-01-10
4.算法第三周课件_二叉树和分治算法\算法第三周课件_二叉树和分治算法, 0 , 2018-01-10
5.(新)算法原理与实践课件4_栈与队列, 0 , 2016-03-08
1.算法入门和编程风格, 0 , 2017-11-06
2.链表, 0 , 2018-01-10
3.二分搜索和排序数组, 0 , 2018-01-10
4.算法第三周课件_二叉树和分治算法, 0 , 2018-01-10

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DiscreteMathematicsandItsApplications
    一本非常NB的关于计算机的离散数学与应用书籍!(Discrete Mathematics and its Applications is a focused introduction to the primary themes in a discrete mathematics course, as introduced through extensive applications, expansive discussion, and detailed exercise sets. These themes include mathematical reasoning, combinatorial analysis, discrete structures, algorithmic thinking, and enhanced problem-solving skills through modeling. Its intent is to demonstrate the relevance and practicality of discrete mathematics to all students. The Fifth Edition includes a more thorough and linear presentation of logic, proof types and proof writing, and mathematical reasoning. This enhanced coverage will provide students with a solid understanding of the material as it relates to their immediate field of study and other relevant subjects. The inclusion of applications and examples to key topics has been significantly addressed to add clarity to every subject. True to the Fourth Edition, the text-specific web site supplements the subject matter i)
    2009-12-07 21:32:17下载
    积分:1
  • GuessNumber
    说明:  猜数字游戏 计算机随机产生一个无重复数字的四位数 若所猜的数位置与数字均正确,会显示一个A,若数字对位置不对,会显示一个B.(Number guessing game is a computer randomly generated four-digit number without repetition by the guess that if the number of locations and figures are correct, will show an A, if the number of position wrong and they' ll show a B.)
    2021-03-22 08:19:17下载
    积分:1
  • yantuo
    地震勘探反演方法 正演延拓 假设炮点在地层最底层,向上延拓(Forward seismic inversion method assuming continuation shot in the bottom of the formation, upward continuation)
    2021-03-31 15:09:09下载
    积分:1
  • DIYCHM
    说明:  diy 软件,破解 制作个性版 fcg教程(diy software, create personalized version of fcg crack tutorial)
    2011-04-10 21:29:37下载
    积分:1
  • lunwen
    两篇关于模型简化的博士论文,对于研究模型简化方面的很有用。(2 on a simplified model of doctoral thesis research model for the simplification of very useful.)
    2008-06-24 11:46:20下载
    积分:1
  • sdk
    海康SDK包,非常好用,里面他的流程写的很详细,你二次开发的时候可以完全参照他上面的写,谢谢。(sdk)
    2010-10-16 23:04:32下载
    积分:1
  • _电动汽车光伏充电站的多目标优化调度方法
    电动汽车光伏充电站是实现电动汽车对可再生能源就地消纳利用的典型集成方式,本 文针对光伏充电站运行中的优化调度问题展开研究。介绍了光伏充电站的典型结构、组成单元功 能及基本运行策略(Photovoltaic(PV)-assisted charging station for electric vehicles(EVs) is a typical integration of consuming renewable resources locally. Research on multi-objective optimal scheduling for PV-assisted charging station of electric vehicles is proposed in this paper)
    2017-11-20 09:20:36下载
    积分:1
  • car4Ssale
    用c++做的汽车4s店销售系统(mfc) 录入查询库存预定等功能模块 头文件中定义 class CAutomobile4SshopDlg : public CDialog 头文件中定义class sale : public CDialog class service : public CDialog class storage : public CDialog class guanli : public CDialog 分别作销售,服务,库存,管理功能模块函数体调用 #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #define IDS_ABOUTBOX 101 #define IDD_AUTOMOBILE4SSHOP_DIALOG 102 .....宏定义为函数体调用(Using c++ to do car 4s shop sales system (mfc) Input query inventory reserve and other functional modules Header file defines class CAutomobile4SshopDlg: public CDialog Header file defines class sale: public CDialog class service: public CDialog class storage: public CDialog class guanli: public CDialog Respectively, for sales, service, inventory management function module calls the function body # define IDM_ABOUTBOX 0x0010 # define IDD_ABOUTBOX 100 # define IDS_ABOUTBOX 101 # define IDD_AUTOMOBILE4SSHOP_DIALOG 102 Defined as a function of the body ..... macro call)
    2013-10-24 17:52:29下载
    积分:1
  • dvlp
    该功能实现 保险公司出单录单 及所有规则管控(The insurance company a single recorded single and all rules pipe control function)
    2012-08-28 17:02:25下载
    积分:1
  • [emuch.net]lammps使用手册-中文简版
    说明:  lammps使用手册-中文简版(Michael博客)(Lammps user manual of Chinese Version from Michael blog.)
    2020-07-02 16:44:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载