码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
Chapter 7 Integrity(完整性), Views(视图), Security(安全性), and Catalogs(目录)
from Database Design to Physical Form CREATE TABLE integrity constraints (完整性约束) CREATE VIEW Security The GRANT & REVOKE statements Catalogs Schemas I ...
分类:其他好文   时间:2017-05-25 17:43:38    阅读次数:190
Chapter 7:Statistical-Model-Based Methods
作者:桂。 时间:2017-05-25 10:14:21 主要是《Speech enhancement: theory and practice》的读书笔记,全部内容可以点击这里。 书中代码:http://pan.baidu.com/s/1hsj4Wlu,提取密码:9dmi 未完待续 前言 最近学习 ...
分类:其他好文   时间:2017-05-25 13:26:48    阅读次数:120
Chapter 5:Spectral-Subtractive Algorithms
作者:桂。 时间:2017-05-24 10:06:39 主要是《Speech enhancement: theory and practice》的读书笔记,全部内容可以点击这里。 书中代码:http://pan.baidu.com/s/1hsj4Wlu,提取密码:9dmi 一、谱减的基本原理 A- ...
分类:其他好文   时间:2017-05-25 11:37:56    阅读次数:165
ADODB
转自网友,看着挺全就转了,供大家学习研究。 Recordset 对象的属性1、CursorType 属性AdOpenForwardOnly: 仅向前游标,默认值。除了只能在记录中向前滚动外,与静态游标相同。当只需要在记录集中单向移动时,使用它可提高性能。(顾名思义,这种游标只能向前移动。然而,由于这 ...
分类:数据库   时间:2017-05-24 22:23:13    阅读次数:219
微信支付--签名错误问题
最近在做微信支付,调用微信的统一下单支付接口http://mch.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=9_1时,老是返回“签名错误”,偶尔可以成功,不知道是怎么回事。我在日志中打印出生成的字符串和签名,然后用相同的数据在微信支付提供的在线支付调试 ...
分类:微信   时间:2017-05-24 19:22:55    阅读次数:2379
Chapter 1 Securing Your Server and Network(13):配置端点安全性
原文出处:http://blog.csdn.net/dba_huangzj/article/details/38489765,专题文件夹:http://blog.csdn.net/dba_huangzj/article/details/37906349 未经作者允许。不论什么人不得以“原创”形式公布 ...
分类:Web程序   时间:2017-05-24 12:39:31    阅读次数:177
读书笔记:Speech enhancement: theory and practice
选读《Speech enhancement: theory and practice》.主要是自己的读书笔记. Chapter 1:Introduction 第一章~第四章,主要介绍语音增强算法的基础知识; Chapter 2:Discrete-Time Signal Processing and ...
分类:其他好文   时间:2017-05-24 10:08:52    阅读次数:169
Chapter 1:Introduction
作者:桂。 时间:2017-05-24 08:06:45 主要是《Speech enhancement: theory and practice》的读书笔记,全部内容可以点击这里。 1.语音增强(speech enhancement)主要从攻/防两面入手:quality + intelligibil ...
分类:其他好文   时间:2017-05-24 10:04:47    阅读次数:154
《modern operating system》 chapter 6 DEADLOCKS 笔记
DEADLOCKS Both processes are blocked and will remain so forever. This situation is called a deadlock. 6.1 RESOURCES 6.1.1 Preemptable and Nonpreemptab ...
分类:其他好文   时间:2017-05-22 09:23:40    阅读次数:274
Chapter six Linked List & Array(链表与数组)
1.reverse-nodes-in-k-group(k组翻转链表)【hard】 给你一个链表以及一个k,将这个链表从头指针开始每k个翻转一下。链表元素个数不是k的倍数,最后剩余的不用翻转。 /** * Definition for singly-linked list. * public clas ...
分类:编程语言   时间:2017-05-22 00:16:00    阅读次数:189
1815条   上一页 1 ... 75 76 77 78 79 ... 182 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!