码迷,mamicode.com
首页 >  
搜索关键字:AMM    ( 444个结果
CO004 Projects on Operating Systems
Project 1 - A Process SchedulerCO004 Projects on Operating SystemsMarch 1, 2019Due Date for Grouping: Mar. 21, 2019Due Date for Phase 1: Apr. 04, 2019 ...
分类:其他好文   时间:2019-05-06 19:30:12    阅读次数:142
ARTS打卡第5周
A: Unique Paths II Medium A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move eit ...
分类:其他好文   时间:2019-05-05 23:40:11    阅读次数:184
《DSP using MATLAB》Problem 7.28
又是一年五一节,朋友圈都是晒名山大川的,晒脑袋的,我这没钱的待在家里上网转转吧 频率采样法设计带通滤波器,过渡带中有一个样点 代码: 运行结果: 频率采样法,得到的脉冲响应、振幅响应和幅度响应: 幅度响应、相位响应和群延迟 采用fir2函数求脉冲响应序列 matlab自带的fir2函数比频率采样法得 ...
分类:其他好文   时间:2019-05-04 14:48:44    阅读次数:128
计算机算法与实现:二进制搜索(二分法)
Sample <script></script> This is a test message! Test Button <h2>Is it work too?</h2> I think its not cool in a professional programmer blog... ...
分类:编程语言   时间:2019-04-30 01:07:46    阅读次数:149
设计模式? GoF
GoF >>> Gang of Four.四人帮 是Design Patterns: Elements of Reusable Object-Oriented Software (设计模式:可重用面向对象软件的元素)这本书的四个作者简称,改书四个作者分别是 Erich Gamma, Richard ...
分类:其他好文   时间:2019-04-25 20:17:48    阅读次数:160
后台进程读写终端的限制,SIGTTIN 信号, SIGTTOU 信号, tostop 属性
Processes in the foreground job of a controlling terminal have unrestricted access to that terminal; background proesses do not. This section describe ...
分类:系统相关   时间:2019-04-25 18:59:58    阅读次数:248
The Swift Programming Language 中文版
http://numbbbbb.github.io/the-swift-programming-language-in-chinese/ http://numbbbbb.github.io/the-swift-programming-language-in-chinese/ ...
分类:编程语言   时间:2019-04-22 14:00:46    阅读次数:664
ubuntu gcc 安装 使用
【gcc安装】 “人多不足以依赖,要生存只有靠自己。” —— 拿破仑 gcc是什么: Linux系统下的Gcc(GNU C Compiler)是GNU推出的功能强大、性能优越的多平台编译器,是GNU的代表作品之一。gcc是可以在多种硬体平台上编译出可执行程序的超级编译器,其执行效率与一般的编译器相比 ...
分类:系统相关   时间:2019-04-21 14:30:53    阅读次数:170
java多线程(3)其实本节和多线程无关,简单的模板设计模式
package com.javaconcurrencyprogramming.chapter1;/** * @description: 模板设计模式,父类编写算法结构代码,子类实现逻辑细节。 * @author: * @create: **/public class TemplateMethod { ...
分类:编程语言   时间:2019-04-19 17:59:48    阅读次数:147
golang语言示例
package main import "fmt" /* my first programmer in go */ func fib(n int) int{ if ny{ return x } return y } func main(){ var i int fmt.Println("Hello,... ...
分类:编程语言   时间:2019-04-18 16:48:01    阅读次数:121
444条   上一页 1 ... 22 23 24 25 26 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!