ICode9

精准搜索请尝试: 精确搜索
  • How to Lead a Team -- Chapter 5-7 of “Software Engineering at Google”2022-04-25 13:32:41

    前情提要:上一个部分主要是对于 Google 的文化进行概述,包括一些组织层次的实践;这部分更针对我们每个人的成长,从团队角度不仅描述一个 manager 需要做的事情,而且讨论了一些技术决策背后的 trade-off ; How to lead a team : Traditional managers worry about how to get things do

  • Call for Paper: RTIACA 20222022-03-19 11:32:08

    Overview 2022 International Conference on Recent Trends in Industrial Engineering, Artificial Intelligence, Computer and Applied Sciences (RTIACA2022),organized by EURASIA Institute of   Science and Engineering Technology,and The University of Lahore, L

  • 2022微软中国在苏州北京上海等城市共有700多职位热招,欢迎自荐推荐转发2022-01-05 13:12:39

    2022大家好!微软中国在苏州北京上海等城市共有700多职位热招! 产品组涵盖Office365(包括Teams,SharePoint,OneDrive,Exchange,AntiSpam等),Azure云,Bing搜索及Ads广告,微软AI,CRM,研究院;角色包括软件开工程师:前端后端,多媒体,大数据(3000PB),各种算法人工智能,性能调优,研究员,UX de

  • 土木工程方向 期刊汇总2021-12-24 23:34:29

    期刊汇总 用于记录 不断收录 中文 同济大学学报-知网链接 建筑结构学报 建筑结构学报-知网链接 土木工程学报-知网链接 英文 Engineering with Computers Computer-Aided Civil and Infrastructure Engineering Engineering Structures Thin-Walled Structures Journal of Co

  • 阿里资深软件测试工程师推荐—混沌工程(Chaos Engineering)初识2021-12-17 21:30:46

    Chaos Engineering is the discipline of experimenting on a distributed system in order to build confidence in the system's capability to withstand turbulent conditions in production. ——Principles of Chaos 混沌工程是在分布式系统上进行实验的学科,目的是建立

  • Software project review2021-12-15 22:06:53

    GIS Software project review GIS software engineering: Software engineering is an engineering discipline that is concerned with all aspects of software production. GIS software engineering is an engineering discipline that is concerned with all aspects o

  • 工程变更-ECN,ECO,ECR,ECA2021-10-25 14:02:19

    工程变更-ECN,ECO,ECR,ECA   工程变更(Engineering Change)是企业活动重要的管制项目之一,依照实施的时间、目的不同,其管制细分如下1. DCN: Design Change Notice,设计变更通知2. ECN (Engineering Change Notice)工程变更通知:通常使用於新产品开发过程中之工程变更,工程部门确认

  • Feature Engineering2021-10-17 12:35:02

    特征工程,https://zh.sa1lib.org/ 可以找书 Advanced Machine Learning with Python Feature Engineering for Machine Learning: Principles and Techniques for Data Scientists Feature engineering made easy

  • 软件工程 Software Engineering2021-09-15 11:04:08

    Overview In this course we mainly learned about: Traditional software engineering: Software life circle、process and structural analysis and design UML Software testing: black box testing and white box testing. 一、传统软件工程 Traditional Software En

  • mysql 的update2021-09-01 11:00:06

    mysql 的update 更新问题 一 、 update 更新的问题 1、更新的普通语法 UPDATE 表名称 SET 列名称 = 新值 WHERE 列名称 = 某值 例子 : select student as s set s.age =13 where s.id =1 2、多表更新的语法 UPDATE table1 ,table2.... SET table1.name =value,table2.name=val

  • 阻尼振动分布2021-08-06 23:02:55

    2021年8月6日,东南大学机械工程学院在读博士刘建勋在研究萤火虫算法时首次提出一种新的分布数---------阻尼振动分布。 该论文名字为“A novel enhanced exploration firefly algorithm for global continuous optimization problems”. 发表在国际顶级SCI期刊:Engineering with C

  • 5 dataframe级联与合并操作2021-06-16 13:35:18

    import pandas as pd import numpy as np 级联操作 pd.concat, pd.append pandas使用pd.concat函数,与np.concatenate函数类似,只是多了一些参数: objs axis=0 keys join='outer' / 'inner':表示的是级联的方式,outer会将所有的项进行级联(忽略匹配和不匹配),而inner只会将匹配的项级

  • ML:从0到1 机器学习算法思路实现全部过程最强攻略2021-06-15 21:54:47

    ML:从0到1 机器学习算法思路实现全部过程最强攻略   目录 思维导图 设计思路       思维导图     设计思路     相关文章 ML之FE:结合Kaggle比赛的某一案例细究Feature Engineering思路框架 ML之FE:Feature Engineering——数据类型之预处理数据的一些函数ML之FE:Feature En

  • Architecture, Design and Web Information Systems Engineering2021-06-11 23:32:23

    Atomic Distributed Transactions: a RESTful Design | Architecture, Design and Web Information Systems Engineering http://design.inf.usi.ch/publications/2014/wsrest/tcc wsrest2014-pardon-pautasso-rest-tcc-8.pdf http://design.inf.usi.ch/sites/default/files/b

  • [搬运] Engineering Applications2021-06-05 15:01:53

     搬运自https://sites.google.com/site/butwhymath/complex-numbers/applications,这个博客一系列的文章都很好。国外的文章和教材有语言的障碍,但是没有理解的障碍;国内的文章和教材虽然没有语言的障碍,但是有理解的障碍。有时间我会把其中比较关键的段落翻译一下,诸位共勉~ Engineer

  • Software Engineering Final Assignment -- Contribution2021-04-05 10:57:56

    Software Engineering Final Assignment -- Contribution a - Task Selection ReportSelection b - Project Report Website for repositories: up-for-grabs.net codetriage.com What is it? Produce and submit a non-trivial modification or extension to an open-s

  • 原创 | 混沌工程(Chaos Engineering)初识2021-04-03 21:55:57

    Chaos Engineering is the discipline of experimenting on a distributed system in order to build confidence in the system's capability to withstand turbulent conditions in production.——Principles of Chaos混沌工程是在分布式系统上进行实验的学科,目的是建立对系统抵

  • 软件工程 实践者的研究方法 第二章答案2021-01-20 14:01:23

    Problem: Figure 2.1 places the three software engineering layers on top of a layer entitled “A quality focus.” This implies an organizational quality program such as total quality management. Do a bit of research and develop an outline of the key tenets o

  • ENG5322: Civil Engineering Skills2020-11-13 19:31:56

    ENG5322: Civil Engineering Skills MComputer programming class test10th November 2020Instructions:● You are given 90mins to complete all questions.● The test comprises of 3 questions each with 20 marks available for each (60 total).● When finished, you mus

  • 《Engineering a Complier》学习笔记(一)2020-09-18 20:33:23

    现代编译器的结构:     上图中,IR: Intermediate Representations:原书的解释:A compiler uses some set of data structures to represent the code that it processes 源代码转换到目标程序,在编译器中经历上述几个步骤的转换。   Front End:  理解原始代码,讲代码转换成IR,分为Sc

  • Penetration Test - Select Your Attacks(1)2020-09-13 10:31:34

    Remote Social Engineering SOCIAL ENGNEERING Tricking or coercing people into violating security policy Depends on willingness to be helpful Human weaknesses can be leveraged May rely on technical aspects Bypasses access controls and most detection contro

  • 脑机接口国内外公司及核心期刊2020-08-18 12:00:18

    脑机接口定义 脑机接口(Brain-Computer Interface, BCI):它是在人或动物脑(或者脑细胞的培养物)与外部设备间建立的直接连接通路,该通路用于两者间信息交换。 国内BCI科技公司 现在做研究和应用的国内公司有: 国外脑机接口公司 国外最受关注的脑机接口公司: 脑机接口研究方向的核心期刊 1

  • 秃顶顶少年团-冲刺日志(第5天)2020-06-30 16:51:33

    一.作业描述 软件工程 https://edu.cnblogs.com/campus/zswxy/software-engineering-2017-1 作业要求 https://edu.cnblogs.com/campus/zswxy/software-engineering-2017-1/homework/10841 团队名称 秃顶顶少年团 作业目标 冲刺日志(第4天) 作业正文 秃顶顶少年团——

  • 努力完成组—冲刺日志(第七天)2020-06-29 22:04:26

    一.作业描述 软件工程 https://edu.cnblogs.com/campus/zswxy/software-engineering-2017-1 作业要求 https://edu.cnblogs.com/campus/zswxy/software-engineering-2017-1/homework/10841 团队名称 努力完成 作业目标 冲刺日志(第七天) 作业正文 努力完成组—冲刺日志

  • 你说的都对冲刺NO.12020-06-21 18:02:24

    班级:https://edu.cnblogs.com/campus/zswxy/software-engineering-2017-1 作业:https://edu.cnblogs.com/campus/zswxy/software-engineering-2017-1/homework/10841 团队名称:https://www.cnblogs.com/nsddd/ 1.昨日困难 今天为第一天,所以无昨天的困难。 2.今日解决的进度 *总结前

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有