搜索资源列表
shoupiaoji
- 跟一般的售票机一样的功能,具有退票,找零,面值可以分为三种,票值也可以分为三种-Vending machines with the same general function, with a refund, give change, the nominal value can be divided into three types, the value of the votes can also be divided into three
shangchuan
- 简单的透明 OpenGL中的绝大多数特效都与某些类型的(色彩)混合有关。混色的定义为,将某个象素的颜色和已绘制在屏幕上与其对应的象素颜色相互结合。至于如何结合这两个颜色则依赖于颜色的alpha通道的分量值,以及/或者所使用的混色函数。Alpha通常是位于颜色值末尾的第4个颜色组成分量。-A simple and transparent in the vast majority of OpenGL effects are related to certain types of (color) Mi
AES_DPA_2_dummy
- Differential Power Analysis (DPA) is a kind of side channel attack that makes use of statistically analyzed power consumption records to find out secret cryptographic information. Many types Hardware and Software level countermeasure has been propose
Discrete-Mathematics-report(1)
- 1. 从键盘输入两个命题变元P和Q的真值,求它们的合取、析取、条件和双条件的真值。(A) 2. 求任意一个命题公式的真值表(B),并根据真值表求主范式(C) 注意:题目类型分为A,B,C三类,其中A为基本题,完成A类题目可达到设计的基本要求,其他均为加分题,并按字母顺序分数增加越高。-Input two propositional variables P and Q is the true value from the keyboard, find their conjuncti
ac
- 利用 MATLAB 实现窗函数法设计 FIR 滤波器,主要是选择合适的窗函 数进行截断运算 -Window function method using MATLAB to design FIR filter, main is to choose the appropriate letter for window blocking operations.First theoretically to approximate the unit i
Classification-of-interference-in-slow-frequency-
- Abstract—In slow frequency hopping systems, it is critical to detect, classify, and mitigate interference, as it degrades the system performance. Generalized likelihood ratio test algorithm was proposed for the detection of interference. Howeve
matlab-fitter
- 滤波器,顾名思义,是对波进行过滤的器件。“波”是一个非常广泛的物理概念,在电子技术领域,“波”被狭义地局限于特指描述各种物理量的取值随时间起伏变化的过程。该过程通过各类传感器的作用,被转换为电压或电流的时间函数,称之为各种物理量的时间波形,或者称之为信号。因为自变量时间‘是连续取值的,所以称之为连续时间信号,又习惯地称之为模拟信号(Analog Signal)。随着数字式电子计算机(一般简称计算机)技术的产生和飞速发展,为了便于计算机对信号进行处理,产生了在抽样定理指导下将连续时间信号变换成离散
matlab1
- matlab中数值类型的分类以及类型差异以及使用-the using of several value types
ALI_M1621(71)
- M1671 - P4 Super North Bridge – CPU, AGP, PCI and Memory Controller The M1671 is a high-performance, high-value North Bridge that supports all Pentium 4 processors. With internal 128-bit architecture optimized for CPU bus, DDR and AGP4X
Redis-deployment-on-windows
- redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、 list(链表)、set(集合)、zset(sorted set –有序集合)和hash(哈希类型)。这些数据类型都支持push/pop、add/remove及取交集并集和差集及更丰富的操作,而且这些操作都是原 子性的。在此基础上,redis支持各种不同方式的排序。与memcached一样,为了保证效率,数据都是缓存在内存中。区别的是redis会周期性的 把更新
值类型和引用类型的区别
- 值类型和引用类型,栈和堆的含义 本文主要是讨论栈和堆的含义,也就是讨论C#的两种类据类型:值类型和引用类型; ? 虽然我们在.net中的框架类库中,大多是引用类型,但是我们程序员用得最多的还是值类型。(Value type and reference type, stack and heap. This article mainly discusses the meaning of stack and heap, which is to discuss the two types of C