码迷,mamicode.com
首页 >  
搜索关键字:ski course design    ( 8078个结果
Verilog -- 阻塞与非阻塞的仿真与综合
Verilog 阻塞与非阻塞的仿真与综合 [TOC] 参考 Clifford E. Cummings, Sunburst Design, Inc. "Nonblocking Assignments in Verilog Synthesis, CodingStyles That Kill!" 前段时间 ...
分类:其他好文   时间:2020-04-15 00:52:16    阅读次数:73
开发建议
1、建议开发模块清晰 代码简洁,易读,功能和模块独立 2、建议mysql表之后设计优化 可以参考mysql规范(https://github.com/jly8866/archer/blob/master/src/docs/mysql_db_design_guide.md) 目前存在问题: 类型使用不 ...
分类:其他好文   时间:2020-04-14 20:57:26    阅读次数:71
设计模式之策略模式
转自文档: https://www.runoob.com/design-pattern/design-pattern-tutorial.html 在策略模式(Strategy Pattern)中,一个类的行为或其算法可以在运行时更改。这种类型的设计模式属于行为型模式。 在策略模式中,我们创建表示各种 ...
分类:其他好文   时间:2020-04-14 18:33:45    阅读次数:66
数据挖掘入门系列教程(八点五)之SVM介绍以及从零开始推导公式
[TOC] 还是老规矩,这一篇博客是对SVM进行介绍,下一篇博客就是使用SVM进行具体的使用。 SVM介绍 首先介绍SVM是什么,SVM(support vector machine)名为支持向量机,又名支持向量网络,是一个非常经典且高效的分类模型,是一种监督式的学习方法。 从名字上面来理解,SVM ...
分类:其他好文   时间:2020-04-13 01:11:20    阅读次数:112
mongoDB学习 CRUD基本操作
中文社区https://mongoing.com/ (目前没有适配手机,适合pc浏览。) 极客时间有唐老师的课程 https://time.geekbang.org/course/intro/100040001 而且mongo有可视化工具 mongodb compass 下面基本操作是从唐老师的pp ...
分类:数据库   时间:2020-04-12 22:42:56    阅读次数:79
设计模式 之 里氏代换原则 (Liskov's Substitution Principle)
Motivation 动机 All the time we design a program module and we create some class hierarchies. Then we extend some classes creating some derived classes. ...
分类:其他好文   时间:2020-04-12 22:22:25    阅读次数:85
设计模式 之 单一职责原则 (Single Responsibility Principle)
Motivation 动机 In this context, a responsibility is considered to be one reason to change. This principle states that if we have 2 reasons to change fo ...
分类:其他好文   时间:2020-04-12 22:18:34    阅读次数:93
Spring Taco Cloud——design视图的创建(含thymeleaf模板遇到的一些小问题)
先来看下综合前两篇内容加上本次视图的成果 可能不是很美观,因为并没有加css样式,我想等整个项目有个差不多的功能实现后再进行页面优化,请谅解 下面我贴上自己定义修改过的Taco的design视图代码 1 <!DOCTYPE html> 2 <html xmlns="http://www.w3.org ...
分类:编程语言   时间:2020-04-12 20:49:56    阅读次数:158
SQL 强化练习 (十)
case when 来做条件计数 sum(case when xxx then 1 else 0) 和 mysql 可以直接用中文做别名, 同时巩固 join , group by 和 sql 执行顺序等. ...
分类:数据库   时间:2020-04-11 18:13:08    阅读次数:91
[LeetCode] 155. Min Stack
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) Push element x onto stack. pop() Removes the ...
分类:其他好文   时间:2020-04-11 10:05:56    阅读次数:82
8078条   上一页 1 ... 39 40 41 42 43 ... 808 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!