登录
首页 » 电子书 » 27天Java培训中英文对照 .html格式篇幅巨大 源码齐全

27天Java培训中英文对照 .html格式篇幅巨大 源码齐全

于 2022-02-26 发布 文件大小:3.77 MB
0 78
下载积分: 2 下载次数: 1

代码说明:

27天Java培训中英文对照 .html格式篇幅巨大 源码齐全 -27 days Java training in bilingual. Html format full-length tremendous source

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

发表评论

0 个回复

  • CF(COMPACT FLASH CARD)卡技术规范,英文版,PDF格式。
    CF(COMPACT FLASH CARD)卡技术规范,英文版,PDF格式。-CF (Compact Flash CARD) card, technical norms, the English version, in PDF format.
    2022-08-14 16:05:22下载
    积分:1
  • Image recognition algorithm based on forest fire prevention system designed to m...
    基于图像识别算法的森林防火系统设计用于监测森林火灾,传统技术如人工林监测、飞机和航测、卫星监测等。本文介绍了一种通用的基于CCD摄像机和观测塔的现有短波无线通信设备,森林火灾监测系统,基于实时图像和参考图像以及小波分解的差分结果,当出现异常情况时,提取火焰和烟雾区域,确定提取区域是否具有烟气和火焰的动态特征。确定火灾发生后不久是否有图像压缩短波通信设备通过中心返回。
    2023-06-07 21:00:02下载
    积分:1
  • 犯错
    本文对火灾预警中DSP图像处理技术进行了研究。主要内容包括: 1.克服了常规传感器报警的缺点。采用图像型火灾报警系统利用火灾初期的火焰面积逐渐增大、火焰边缘抖动等特征作为火灾判据,消除了周围环境干扰的影响。 2.采用了具有高速度、高精度运算能力的DSP芯片,满足了图像处理中运算量大、实时性强、数据传输速率高等要求。具有功耗低、实时性强的优点。 3.采用基于模糊逻辑的图像识别技术,使系统通过模糊智能算法,把两个火灾判据―“面积增量”和“尖角变化量”有效的结合起来,进行判断。进一步提高了火灾探测的准确性,降低了误报率。 -err
    2022-07-05 11:33:13下载
    积分:1
  • C#编程入门简洁三步曲
    C#编程入门简洁三步曲-concise introductory trilogy
    2022-03-01 12:56:33下载
    积分:1
  • 一个MFC的概述文档,适合入门,结构相当清晰
    一个MFC的概述文档,适合入门,结构相当清晰-An overview of MFC document, suitable for entry, the structure of very clear
    2023-02-10 15:45:04下载
    积分:1
  • c++大学教程,chm格化,希望对大家有帮助
    c++大学教程,chm格化,希望对大家有帮助-c++ University Guide, chm grid, and would like to help everyone
    2022-07-11 12:17:49下载
    积分:1
  • JPEG 2000 supports lossy and lossless compression of single
    JPEG 2000 supports lossy and lossless compression of single-component and multi-component imagery.In addition to this basic compression functionality, however, numerousother features are provided, including: progressive recovery of an image by fidelity or resolution region-of-interest coding, whereby different parts of an image can be coded with differing fidelity random access to specific regions of an image.-JPEG 2000 supports lossy and lossless compression of single-component and multi-component imagery.In addition to this basic compression functionality, however, numerousother features are provided, including: progressive recovery of an image by fidelity or resolution region-of-interest coding, whereby different parts of an image can be coded with differing fidelity random access to specific regions of an image.
    2022-08-21 10:19:30下载
    积分:1
  • 数据结构答案 严慰敏版本的 是很多网友辛勤劳动的结晶 希望对某些人有所帮助 每个程序员必备...
    数据结构答案 严慰敏版本的 是很多网友辛勤劳动的结晶 希望对某些人有所帮助 每个程序员必备-data structure answer Yan Wei Min version of the hard work of many netizens hope that the crystallization of certain people to help each Programmer required
    2022-12-15 15:35:04下载
    积分:1
  • 计算机体系结构-量化研究方法(第三版)英文原版。David.A.Patterson著...
    计算机体系结构-量化研究方法(第三版)英文原版电子书。David.A.Patterson著-Computer Architecture-quantitative research methods (third edition) English original e-books. With David.A.Patterson
    2022-10-05 08:15:04下载
    积分:1
  • 图论中最小生成树Kruskal算法 及画图程序 M
    图论中最小生成树Kruskal算法 及画图程序 M-函数 格式 [Wt,Pp]=mintreek(n,W):n为图顶点数,W为图的带权邻接矩阵,不构成边的两顶点之间的权用inf表示。显示最小生成树的边及顶点, Wt为最小生成树的权,Pp(:,1:2)为最小生成树边的两顶点,Pp(:,3)为最小生成树的边权,Pp(:,4)为最小生成树边的序号 附图,红色连线为最小生成树的图 例如 n=6 w=inf*ones(6) w(1,[2,3,4])=[6,1,5] w(2,[3,5])=[5,3] w(3,[4,5,6])=[5,6,4] w(4,6)=2 w(5,6)=6 [a,b]=mintreek(n,w) -Graph theory Kruskal minimum spanning tree algorithm and Paint program M-function format [Wt, Pp] = mintreek (n, W): n for the map Vertices, W for weighted graph adjacency matrix, does not constitute the edge of the two vertices of between the right to express with inf. Show the minimum spanning tree of edges and vertices, Wt right for the Minimum Spanning Tree, Pp (:, 1:2) for the minimum spanning tree edges of the two vertices, Pp (:, 3) for the minimum spanning tree of the right side, Pp ( :, 4) For the minimum spanning tree graph edge serial number, red connection for the minimum spanning tree of graph such as n = 6 w = inf* ones (6) w (1, [2,3,4]) = [ 6,1,5]
    2022-01-30 21:32:39下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载