fDDA:fast DDA,快速的动态数据认证中国余数定理模式:就是中国的古人发明的多项式除以多项式的结果的一个定理AC:应用密文,application cryptogram(密文)generate AC:生成应用密文GPO:get Processing options,获取处理选项AFL:app...
分类:
其他好文 时间:
2015-02-28 12:47:25
阅读次数:
138
When Oracle Database executes a SQL statement, it stores the result set and processing information in an unnamedprivate SQL area. A pointer to this un...
分类:
数据库 时间:
2015-02-27 20:12:19
阅读次数:
260
61. You are working in an online transaction processing (OLTP) environment. You realize that the salary for an employee, John, has been accidentally m...
分类:
其他好文 时间:
2015-02-27 16:52:33
阅读次数:
464
参考自RFC 2616,并由RFC 2518、RFC 2817、RFC 2295、RFC 2774、RFC 4918等规范扩展。红字代表比较常见的几种STATUS CODE"100" : Continue"101" : Switching Protocols"102" :Processing (We...
分类:
Web程序 时间:
2015-02-26 19:51:51
阅读次数:
136
Problem DescriptionGenerally speaking, there are a lot of problems about strings processing. Now you encounter another such problem. If you get two strings, such as “asdf” and “sdfg”, the result of the...
分类:
其他好文 时间:
2015-02-23 16:46:39
阅读次数:
148
富有表现力的JavaScript目录语言的命门弱类型语言函数是一等对象对象的易变性JavaScript中的设计模式语言的命门命门这个词也许并不恰当,但是每种编程语言或者每个事物都有一些最基础的东西,这些基础的东西不明白,即使你写了多年的代码,仍然会迷迷糊糊,比如前段时间我在写Processing程序...
分类:
编程语言 时间:
2015-02-21 14:16:30
阅读次数:
204
计算机的实质是接收用户输入指令与数据,经过中央处理器的数据与逻辑单元运算处理后,以产生或储存成有用的信息。计算机硬件的五大单元整台主机的重点在于中央处理器(Central Processing Unit,CPU)。
CPU为一个具有特定功能的芯片,里头含有微指令集。内部可分为”算术逻辑单元“和”控制单元“。
“算术逻辑单元”主要负责程序运算与逻辑判断,”控制单元”主要协调各组件与各单元之间的工作...
分类:
其他好文 时间:
2015-02-16 18:26:36
阅读次数:
171
Max批量导出工具http://www.paulneale.com/scripts/batchItMax/batchItMax.htmScriptsBatch It Max:Batch It MaxDesigned for batch processing multiple max file wit...
分类:
其他好文 时间:
2015-02-10 10:30:44
阅读次数:
139
1.Chapter1 引论:(1) OLTP 和 OLAP 概念:OLTP(on-line transaction processing) 联机事物处理,就是我们常常说的关系数据库的主要应用,主要是主要的、日常的事务处理,比如银行交易。比如:mysqlOLAP(on-line analytical ...
分类:
其他好文 时间:
2015-02-09 20:00:47
阅读次数:
182
%%%% Spherize
clc;
clear all;
close all;
addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');
I=imread('4.jpg');
Image=double(I);
[row, col,layer]=size(Image);
R=floor(min(row, col)/2)...
分类:
其他好文 时间:
2015-02-08 18:12:44
阅读次数:
154