• [golang note] 函数定义

    时间:2023-02-14 03:21:54

    普通函数定义√ golang函数基本组成:关键字func、函数名、参数列表、返回值、函数体和返回语句。• 语法如下func 函数名(参数列表) (返回值列表) { // 函数体}• 示例如下package mainimport "fmt"import "errors"func Add(a in...

  • css note

    时间:2023-02-06 20:03:11

    1.text-align规定了其子元素的对齐方式,当设置在子元素无效时,尝试设置在父元素,子元素可以水平居中;2.vertical-align使用的前提,首先元素必须是display:inline 或 display:inline-block; 其次父元素需要设置line-height;

  • SOA:A note on RPC

    时间:2023-02-06 08:48:50

    原文地址:http://www.rabbitmq.com/tutorials/tutorial-six-dotnet.html。Although RPC is a pretty common pattern in computing, it's often criticised. The probl...

  • 51 Nod 1079 中国剩余定理(孙子定理)NOTE:互质情况

    时间:2023-02-05 22:59:34

    1079 中国剩余定理一个正整数K,给出K Mod 一些质数的结果,求符合条件的最小的K。例如,K % 2 = 1, K % 3 = 2, K % 5 = 3。符合条件的最小的K = 23。收起输入第1行:1个数N表示后面输入的质数及模的数量。(2 <= N <= 10)第2 - N +...

  • 斯坦福CS20SI:基于Tensorflow的深度学习研究课程笔记,Lecture note3:TensorFlow上的线性回归和逻辑回归

    时间:2023-02-02 08:15:10

    课程笔记3:TensorFlow上的线性回归和逻辑回归“CS 20SI: TensorFlow 深度学习研究”(cs20si.stanford.edu) 由Chip Huyen (huyenn@stanford.edu)编译 Danijar Hafner 审核在前两个讲座中,我们已经学到了很多。这两...

  • SearchEngine Note

    时间:2023-01-28 21:53:07

    【SearchEngine Note】1、查全率。2、查准率。3、查全率与查准率的关系。4、四大系统。5、权威性网页反向链接多。网页的平均出席为25.7,即平均每一个网页含有25.7个指向其它网页的链接。6、链接欢迎度。反射链接。7、链接重要度。.com、斜线(slash)。8、链接尝度。离种子站点...

  • python note 001

    时间:2023-01-27 07:30:39

    .tilte().upper().lower()---\n\t---"apple"+" "+"pen"---.strip().lstrip().rstrip()p.s. l=left r=rightpython note 001的更多相关文章Python练习题 001:4个数字求不重复的3位数听...

  • Jordan Lecture Note-7: Soft Margin SVM

    时间:2023-01-27 07:03:58

    Soft Margin SVM (1)Recall之前分析到SVM的模型为:\begin{align}\mathop{\min}&\quad \frac{1}{2}w^\prime w\nonumber\\\mathop{s.t}&\quad y_i(x_i^\prime w+b)\...

  • Note For Linux By Jes(10)- 例行性工作排程 (crontab)

    时间:2023-01-15 07:57:22

    什么是例行性工作排程: Linux 工作排程的种类:at(运行一次),crontab(循环) atq, atrm 可以查询与删除at的工作排程 仅运行一次的工作排程: atd 的启动与at运行的方式:/etc/at.allow与/etc/at.deny batch:系统有空时才进行背景任务 循环...

  • C# Note17: 使用Ionic.Zip.dll实现解压缩文件

    时间:2023-01-08 05:27:16

    首先下载ionic.Zip.dll,然后在项目中添加该引用,之后就可以在cs中使用了: using Ionic.Zip; #region Ionic.Zip压缩文件 private readonly string zipFileName = "testzip"; ...

  • AP模块NOTE修改API

    时间:2023-01-08 04:07:19

    --创建AP_NOTES_PUB.Create_Note ( p_api_version IN NUMBER , p_init_msg_list IN ...

  • Jordan Lecture Note-4: Linear & Ridge Regression

    时间:2023-01-01 09:15:45

    Linear & Ridge Regression对于$n$个数据$\{(x_1,y_1),(x_2,y_2),\cdots,(x_n,y_n)\},x_i\in\mathbb{R}^d,y_i\in\mathbb{R}$。我们采用以下矩阵来记上述数据:\begin{equation}\ma...

  • leetcode 383. Ransom Note

    时间:2022-12-30 07:54:56

    
Given
 an 
arbitrary
 ransom
 note
 string 
and 
another 
string 
containing 
letters from
 all 
the 
magazines,
 write 
a 
function 
that 
will 
ret...

  • leetcode之Ransom Note

    时间:2022-12-30 07:35:42

    题目描述:
Given
 an 
arbitrary
 ransom
 note
 string 
and 
another 
string 
containing 
letters from
 all 
the 
magazines,
 write 
a 
function 
that 
will...

  • leetcode修炼之路——383. Ransom Note

    时间:2022-12-30 07:31:07

    题目是这样的Given
 an 
arbitrary
 ransom
 note
 string 
and 
another 
string 
containing 
letters from
 all 
the 
magazines,
 write 
a 
function 
that 
will...

  • [LeetCode] Ransom Note 赎金条

    时间:2022-12-30 07:26:19

    
Given
 an 
arbitrary
 ransom
 note
 string 
and 
another 
string 
containing 
letters from
 all 
the 
magazines,
 write 
a 
function 
that 
will 
ret...

  • [JAVA] 面向对象编程OOP Note

    时间:2022-12-28 07:18:51

    面向对象编程OOP NoteOOP五个基本特性1. 万物皆对象。2. 程序是对象的集合,它们通过发送消息来告知彼此所要做的。3. 每个对象都有自己的由其他对象所构成的存储。4. 每个对象都拥有其类型。5. 某一特定类型的所有对象都可以接收同样的消息。OOP五个不同地方可以存储数据:1. 寄存器2. ...

  • Java study 1:The note of studying Socket which based UDP

    时间:2022-12-26 08:34:58

    UDP concept:UDP 是User Datagram Protocol的简称, 中文名是用户数据报协议,是OSI(Open System Interconnection,开放式系统互联) 参考模型中一种无连接的传输层协议,提供面向事务的简单不可靠信息传送服务,IETF RFC 768是UDP...

  • Java study 2:The note of studying Socket which based TCP

    时间:2022-12-26 08:34:46

    TCP concept:传输控制协议(Transmission Control Protocol, TCP)是一种面向连接(连接导向)的、可靠的、基于字节流的运输层(Transport layer)通信协议,由IETF的RFC 793说明(specified)。(from bing)2、TCP pr...

  • [机器学习笔记]Note6--神经网络:表达

    时间:2022-12-25 16:35:29

    继续是机器学习课程的笔记,这节课会介绍神经网络的内容。非线性假设在之前的课程中,我们看到使用非线性的多项式能够帮助我们建立更好的分类模型。假设我们有非常多的特征,例如100个变量,我们希望用这100个特征来构建一个非线性的多项式模型,结果将是数量非常惊人的特征组合,即便我们只采用两两特征的组合( ...