CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - array class

搜索资源列表

  1. ipnxu

    0下载:
  2. Phased array antenna pattern (Chebyshev weights), Optimization class contains several simple sample programs, In the MATLAB image texture feature.
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-30
    • 文件大小:6144
    • 提供者:yeikingnan
  1. ning_ka54

    0下载:
  2. Car class-based truck driver trying to Matlab program, In the MATLAB image texture feature, LCMV optimization design array signal processing.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-29
    • 文件大小:6144
    • 提供者:fiufaikan
  1. leng_gj78

    0下载:
  2. Mutual information is useful to calculate a set of procedures, Acquisition and Processing of the speech signal, digital signal processing class-based, Linear array using cut than learning laid upon the right control of the main sidelobe ratio.
  3. 所属分类:uCOS

    • 发布日期:2017-12-30
    • 文件大小:60416
    • 提供者:王永兰
  1. ciavw

    0下载:
  2. Mutual information is useful to calculate a set of procedures, Phased array antenna pattern (Chebyshev weights), Acquisition and Processing of the speech signal, digital signal processing class-based.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-28
    • 文件大小:151552
    • 提供者:张建平
  1. haitaojun

    0下载:
  2. Jacobi iteration for solving linear equations class-based, Linear array using cut than learning laid upon the right control of the main sidelobe ratio, Between two images showing the relative circumstances of each pixel.
  3. 所属分类:微处理器开发

    • 发布日期:2017-12-31
    • 文件大小:151552
    • 提供者:胡红东
  1. Sanke

    0下载:
  2. 贪吃蛇游戏创建三个模块,分为Map,Sanke,Gui。Map类应用二维数组实现地图布局。Snake类主要运用GUI中监听Button按钮的颜色变化,来实现舍得移动和捕食。并在地图中随机出现食物。Gui通过键盘监听器使得蛇移动方向。此次项目让我感受到编程的乐趣!(Snake game to create three modules, divided into Map, Sanke, Gui. Map class uses 2D array to realize map layout. Snake
  3. 所属分类:Java编程

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:十元
  1. ie471

    0下载:
  2. Linear array using cut than learning laid upon the right control of the main sidelobe ratio, Complete class-based image processing, contains all of the source code, auto image, Contains the eigenvalue and eigenvector extraction, the training sample,
  3. 所属分类:uCOS

    • 发布日期:2017-12-29
    • 文件大小:150528
    • 提供者:袁德
  1. xfsnf

    0下载:
  2. Contains a common array signal processing algorithm, Optimization class contains several simple sample programs, Gabor wavelet transform and PCA face recognition code.
  3. 所属分类:微处理器开发

    • 发布日期:2018-01-01
    • 文件大小:150528
    • 提供者:赵云委
  1. fanyou_v41

    0下载:
  2. Car class-based truck driver trying to Matlab program, Contains a common array signal processing algorithm, For feature reduction, feature fusion, correlation analysis.
  3. 所属分类:Java编程

    • 发布日期:2018-01-01
    • 文件大小:150528
    • 提供者:quipangang
  1. CMSUW23

    0下载:
  2. A class library of vb array manipulation functions()
  3. 所属分类:系统编程

    • 发布日期:2018-01-02
    • 文件大小:5120
    • 提供者:morul
  1. fun_v58

    0下载:
  2. Phased array antenna pattern (Chebyshev weights), Jacobi iteration for solving linear equations class-based, Part of the license plate recognition locator feature.
  3. 所属分类:单片机开发

    • 发布日期:2018-01-03
    • 文件大小:40960
    • 提供者:冯周建
  1. tostring

    0下载:
  2. 建立main函数,建立tostring方法,并练习for loop(Add a toString() method in the Dog class, such that this method provides a String representation of the Dog object. This method should return all the Dog attributes in a String. ii) Write a new test program called Do
  3. 所属分类:Java编程

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:sone07
  1. 贪吃蛇

    0下载:
  2. 小时候都玩过贪吃蛇这个经典的小游戏,在我们的普通手机里似乎都是必备的。它伴随着我们的童年,经历了好多好多时光。它带给我们了许多的乐趣。 学习了c++这门编程语言后,我就想着能不能把它做出来,在我查看了相关知识后,明白了其中的道理,就尝试着自己写出这个小游戏来,而且加入了许多可玩性的东西,包括等级选择,暂停/继续和分数制。整个程序采用了类和数组的相关知识实现。(When I was young, we played the classic game of snakes, which seemed
  3. 所属分类:游戏

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:feiguobiao
  1. 多线程调度——哲学家就餐

    0下载:
  2. 利用JAVA线程,解决哲学家就餐问题。当某一哲学家线程执行取得筷子方法时, 程序会根据该线程的名称来确定该线程需要使用哪两支筷子,并且分辨出哪支筷子编号是奇数,按照先奇后偶的顺序来试图取得这两支筷子。 如果这两支筷子都未被使用(即对应的数组元素值为 false),该哲学家线程即可先后取得这两支筷子进餐,否则会在竞争某支筷子失 败后执行 wait()操作进入 Chopsticks 类实例的等待区, 直到其他的哲学家线程进餐完毕放下筷子时用 notifyAll()将其唤醒。当某一哲学家线程放下筷子时
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:67584
    • 提供者:打打打、
  1. MThread

    0下载:
  2. 用Math类中的随机函数产生10000个0~999范围的随机数并存于数组。从键盘接收一个0~999的数x,然后用5-8个线程并发查找x的所有下标位置(The random numbers of 10000 0~999 ranges are produced by using random functions in the Math class to coexist in the array. Receive a number of 0~999 from the keyboard, x, and
  3. 所属分类:Java编程

  1. homework1

    0下载:
  2. 作业一,类的定义和数组 1.定义一个学生类(Student), 属性有 1)非静态属性String studentNumber 2)非静态属性String studentName 3)非静态属性int markForMaths 4)非静态属性int markForEnglish 5)非静态属性int markForScience(Job 1, class definition and array)
  3. 所属分类:Java编程

  1. 用数组存储对象

    0下载:
  2. 用数组存储对象,有两个类,学生班级类和学生类,班级类用来存储学生,学生类用来存储学生信息。(With an array of objects, there are two classes, students class and student class, class classes used to store students, and student classes are used to store student information.)
  3. 所属分类:Java编程

    • 发布日期:2018-01-10
    • 文件大小:5120
    • 提供者:mamagician
  1. psoc

    0下载:
  2. 是一份在赛普拉斯的PSoC(TM)混合信号阵列的可编程的片上系统(SOC)的结课作业,可以为片上编程提供一定的参考。(It is a programmable SOC (SOC) class assignment in the Plath (TM) PSoC (TM) hybrid signal array, which can provide a certain reference for on chip programming.)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-20
    • 文件大小:540672
    • 提供者:我是牛大
  1. 资料汇总

    1下载:
  2. 极客班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 a
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:5499904
    • 提供者:庶吉士zc
  1. 9796289

    0下载:
  2. A class library of vb array manipulation functions()
  3. 所属分类:界面编程

    • 发布日期:2018-04-30
    • 文件大小:6144
    • 提供者:retvqdhnhy
« 1 2 ... 26 27 28 29 30 3132 »
搜珍网 www.dssz.com