您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 达内 coreJava 习题答案

  2. 1,编写程序,判断给定的某个年份是否是闰年。 闰年的判断规则如下: (1)若某个年份能被4整除但不能被100整除,则是闰年。 (2)若某个年份能被400整除,则也是闰年。 import java.util.Scanner; class Bissextile{ public static void main(String[] arge){ System.out.print("请输入年份"); int year; //定义输入的年份名字为“year” Scanner scanner = new S
  3. 所属分类:Java

    • 发布日期:2010-02-10
    • 文件大小:12kb
    • 提供者:lq_1987
  1. 实现一个模板类的链表(c++)

  2. 面向对象程序设计课程作业 1. 请创建一个数据类型为T的链表类模板List,实现以下成员函数: 1) 默认构造函数List(),将该链表初始化为一个空链表(10分) 2) 拷贝构造函数List(const List& list),根据一个给定的链表构造当前链表(10分) 3) 析构函数~List(),释放链表中的所有节点(10分) 4) Push_back(T e)函数,往链表最末尾插入一个元素为e的节点(10分) 5) operator<<()友元函数,将链表的所有元素按顺序输出
  3. 所属分类:C/C++

    • 发布日期:2018-06-03
    • 文件大小:658kb
    • 提供者:qq_29185043
  1. homework.m

  2. 在matlab上实现,采用rootmusic算法来对加入了噪声的信号,进行频谱估计,求取源信号的频率。
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:1kb
    • 提供者:wc1230wc
  1. vanderbei_linear-programming_ed-4.pdf

  2. This book is about constrained optimization. It begins with a thorough treatment of linear programming and proceeds to convex analysis, network flows, integer programming, quadratic programming, and convex optimization. Along the way, dynamic program
  3. 所属分类:专业指导

    • 发布日期:2019-07-15
    • 文件大小:8mb
    • 提供者:jeffchenzf
  1. homework.m

  2. 对一幅干涉图,进行判读条纹的间距(像素级即可),请给出图像处理的方案及代码 预处理 图像增强 求干涉图条纹间距
  3. 所属分类:图像处理

    • 发布日期:2020-01-16
    • 文件大小:2kb
    • 提供者:qq_39249187
  1. stein-solution.pdf

  2. Stein & Rami Real Analysis solution manual 普林斯顿分析学第三册解答3 since [0, 1\ Ck is a union of disjoint segments with this total length TH (Ck)=1 Now Ck C, so by Corollary 3.3 C)=limm(C)=1∑ b) For k-1, 2, .., let Jk be the interval of Ck which Let I be the i
  3. 所属分类:讲义

    • 发布日期:2019-10-13
    • 文件大小:594kb
    • 提供者:weixin_45744684
  1. Make-your-own-Python-Text-Adventure.pdf.pdf

  2. Make-your-own-Python-Text-Adventure.pdfContents Chapter 1: Getting Started m mmammammmmnn. ntroducti0n…1 Who this book is for How To use this book Setting Up Your Workspace..... menemen Python Versions 4 Installing Python Verify Your Installation .ma
  3. 所属分类:其它

  1. - Ieee Analog Circuit Design -1 .pdf

  2. 吴重雨,IEEE 2000年讲义,模拟集成电路设计,从原理到应用,适合学习入门3. Roubik Gregorian and gabor c. Temes. Analog mos Integrated Circuits for Signal Processing, John Wiley sons, 1987 4. Technical Papers Final scores: Will be determined by (1)Homework 20% (2)Mid-Term Test 30% (3
  3. 所属分类:讲义

    • 发布日期:2019-07-27
    • 文件大小:28mb
    • 提供者:young200
  1. 20210304-homework-pro-源码

  2. 拉取请求前请确认以下事项: 已阅读 在下面附上Repl连结 档案放在自己学号的目录下 标题以「班级座号,学号,姓名」作为开头 其他说明事项可以在下面补充 本周作业 最长共同子字串: 输入:第一行输入两个数N,M(0 <N,M <= 100)分别代表两字串的字母数第二第三行输入两字串的内容 输出:输出永久共同子字串的字母数 加分:同时比对三个字串取永久共同子字串(三维) 样本: 范例1: 7 7 abcdefg chdbcdd 回答:3 范例2: b ouehfwjkds
  3. 所属分类:其它

  1. HomeWork:bumənimevtapşırıqlarımısaxladığımrepodur-源码

  2. HomeWork:bumənimevtapşırıqlarımısaxladığımrepodur
  3. 所属分类:其它

    • 发布日期:2021-03-06
    • 文件大小:18kb
    • 提供者:weixin_42099942
  1. js-minicamp-homework-2:LambdaSchoolJavaScript Mini-Bootcamp家庭作业#2-源码

  2. 作业#2 指示 Feynman写作提示-像对12岁的孩子一样解释以下概念。 这样做将帮助您快速发现理解上的任何漏洞。 在Slack上提问。 for && , || , ! 数组 吉特 的GitHub 安装git。 分叉并克隆此仓库。 当您需要提交时,请使用以下命令。 git status git add --all git status git commit -m "your commit message" git push origin master 通过测试! 恭喜您完
  3. 所属分类:其它

  1. lection_git_hw-源码

  2. lection_git_hw 创建名为lection_git_hw的本地存储库 $ mkdir lection_git_hw $ cd lection_git_hw $ git init 在此仓库中创建文件“作业”,并将其提交到master分支中 $ touch homework $ git add homework $ git commit -m "Made: create file homework" 创建分支“ hw_git”,然后在文件中插入任何内容,然后将这些更改提交到该分支 (ma
  3. 所属分类:其它

    • 发布日期:2021-03-31
    • 文件大小:506kb
    • 提供者:weixin_42111465