登录
首页 » C++ » Coursera Data Structures Solutions

Coursera Data Structures Solutions

于 2023-05-11 发布 文件大小:7.83 kB
0 120
下载积分: 2 下载次数: 1

代码说明:

此文件包含Coursera中数据结构课程的cpp解决方案

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

发表评论

0 个回复

  • CMC
    本文件讲述了基于CMC芯片的智能仪表的采集器、控制器的源代码描述。(This file tells the story of the intelligent instrument based on CMC chip collector, controller source code description. )
    2013-12-01 13:17:58下载
    积分:1
  • HC_05_TEST
    一个简单的蓝牙HC05与51单片机通信。(it`s an easy bluetooth project based on stc89c52 and keil u4,for the communication between bluetooth and MCU.)
    2019-04-29 15:49:04下载
    积分:1
  • C# WPF 图片旋转、放大、扭曲、平移、不透明蒙版等
    这是一个C#图像处理程序,把一张图片平移、顺时针角度旋转、按一定角度扭曲、使用不透明蒙版等功能,以下是实现具体功能的代码,把这些处理功能封装到按钮事件中:   private void button2_Click(object sender, RoutedEventArgs e)   {//缩放图像    if (this.button2.Content=="放大图像")    {    ScaleTransform MyScaleTransform = new ScaleTransform();    MyScaleTransform.CenterX = this.image1.Width / 2;    MyScaleTransform.CenterY = this.image1.Height / 2;    MyScaleTransform.ScaleX = 1.5;    MyScaleTransform.ScaleY = 1.5;    this.image1.RenderTransform = MyScaleTransform;    this.button2.Content = "缩小图像";    }else{    ScaleTransform MyScaleTransform = new ScaleTransform();    MyScaleTransform.CenterX = this.image1.Width / 2;    MyScaleTransform.CenterY = this.image1.Height / 2;    MyScaleTransform.ScaleX = 0.5;    MyScaleTransform.ScaleY = 0.5;    this.image1.RenderTransform = MyScaleTransform;    this.button2.Content = "放大图像";    }   }   private void button3_Click(object send
    2023-01-22 02:10:03下载
    积分:1
  • MARCHTEST
    通过OPENCV库函数能是实现多目标模板匹配查找并且限定阈值(It can realize multi-target template matching and search and limit the threshold.)
    2021-03-01 19:29:34下载
    积分:1
  • log4net 在asp.net 记录全局错误例子
    log4net 在asp.net 记录全局错误例子
    2015-06-10下载
    积分:1
  • ARM Cortex-M3与Cortex-M4权威指南(第3版)
    说明:  共3部分,1/3 本书介绍了ARM架构的背景知识以及指令集、中断处理等处理器特性,并描述了如何设置并利用存储器保护单元(MPU)等可用的高级特性。书中论述Keil MDK、IAR EWARM、gcc以及CooCoxCoIDET工具入门的章节可以给初学者在编写程序代码方面提供一些帮助,其中也包括一些重要的软件开发问题,比如低功耗特性的使用、信息输入/输出的处理、汇编和c语言的混合编程及其他高级技术话题。(This book introduces the background knowledge of arm architecture, instruction set, interrupt processing and other processor features, and describes how to set up and utilize the available advanced features such as memory protection unit (MPU). The chapters on keil MDK, IAR EWARM, GCC and coocox coidet tools in the book can provide some help for beginners in writing program code, including some important software development problems, such as the use of low-power features, information input / output processing, mixed programming of assembly and C language, and other advanced technical topics.)
    2021-01-16 23:01:27下载
    积分:1
  • stepmotor
    基于STM32的步进电机的驱动控制 经过测试成功控制(Based on the STM32 stepper motor drive control has been tested successfully controlled)
    2011-08-05 16:59:18下载
    积分:1
  • charpt-MFCframe
    说明:  这个源代码讲的是MFC的对话框的应用程序(The source code is MFC dialog about the application)
    2011-03-02 18:45:10下载
    积分:1
  • myradoncom
    \this file contains the matlab file for radon function with its c file. to run on matlab compile the file using c++ compiler to convert c file into mex file.
    2011-09-29 00:22:08下载
    积分:1
  • STM32F1做示波器
    使用强大的STM32F103系列单片机,DIY制作示波器,通过4.3寸液晶屏幕显示,同时能够显示频率,电压,并实现可调时轴精度。(Using powerful STM32F103 series single chip microcomputer, DIY production oscilloscope, through 4.3 inch LCD screen display, can display frequency, voltage, and achieve adjustable time axis precision.)
    2020-06-18 20:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载