Location:
Search - 32 256
Search list
Description: 本程序为32阶幻方的一种,在左上角的4*4=16个空格中,第一、三行的第1,2个空格标记*,第二、四行的第3,4个空格标记*。然后分别以轴对称、中心对称扩展到另三个区域的256个空格的左上方1/4区域,然后又以轴对称、中心对称扩展到256个格的其它三个区域,依次类推直至整个区域的1024个空格中对应的 空格均有标记*。-procedures for the 32 bands a magic squares in the upper left corner of the 4 * 4 = 16 spaces, the first and the first three rows 1,2-box labeled *, second, the first four lines of 3,4 * 000 box labeled. Then axisymmetric respectively, the Center symmetric extension of another three regional 256 spaces in the upper left 1 / 4 regional, then, axisymmetric, the Center symmetric extension of the 256 grid other three regions, a total of 444 throughout the region until 1024 the corresponding blank spaces are marked *.
Platform: |
Size: 1771 |
Author: 万艳良 |
Hits:
Description: 显示DIB图片,支持256, 24, 32位颜色.这是一个客户端程序,需要执行,好需要服务器软件-DIB support 256, 24, 32 colors. This is a client need for the implementation, server software needs good
Platform: |
Size: 771493 |
Author: 陈金源 |
Hits:
Description: #include <stdio.h>
unsigned long int crc32_table[256]
unsigned long int ulPolynomial = 0x04c11db7
unsigned long int Reflect(unsigned long int ref, char ch)
{ unsigned long int value(0)
// 交换bit0和bit7,bit1和bit6,类推
for(int i = 1 i < (ch + 1) i++)
{ if(ref & 1)
value |= 1 << (ch - i)
ref >>= 1 }
return value
}
init_crc32_table()
{ unsigned long int crc,temp
// 256个值
for(int i = 0 i <= 0xFF i++)
{ temp=Reflect(i, 8)
crc32_table[i]= temp<< 24
for (int j = 0 j < 8 j++){
unsigned long int t1,t2
unsigned long int flag=crc32_table[i]&0x80000000
t1=(crc32_table[i] << 1)
if(flag==0)
t2=0
else
t2=ulPolynomial
crc32_table[i] =t1^t2 }
crc=crc32_table[i]
crc32_table[i] = Reflect(crc32_table[i], 32)
}
}
-# include
Platform: |
Size: 795 |
Author: 海波 |
Hits:
Description: 非常经典的AES加密算法接口及演示程序 ,可作课程设计使用
(* 介绍 *)
AES 是一种使用安全码进行信息加密的标准。
它支持 128 位、192 位和 256 位的密匙。
加密算法的实现在 ElAES.pas 单元中。
本人将其加密方法封装在 AES.pas 单元中,
只需要调用两个标准函数就可以完成字符串的加密和解密。
(* 密匙长度 *)
128 位支持长度为 16 个字符
192 位支持长度为 24 个字符
256 位支持长度为 32 个字符
所有加密和解密操作在默认情况下为 128 位密匙。-very classic AES encryption algorithm interface and demo program, curriculum design can be used (* Introduction *) AES is a safety code for the use of information encryption standards. It supports 128, 192 and 256 of the keys. Encryption Algorithm of the ElAES.pas modules. I will package its encryption method in AES.pas units, only two standard function call can be completed string encryption and decryption. (* Key length *) 128 support for the length of 16 characters in length 192 supports 24 to 256 characters support length of 32 characters all encryption and decryption operations in default under 128 keys.
Platform: |
Size: 54019 |
Author: 林靖然 |
Hits:
Description: Features
• Compatible with MCS-51® Products
• 8K Bytes of In-System Programmable (ISP) Flash Memory
– Endurance: 1000 Write/Erase Cycles
• 4.0V to 5.5V Operating Range
• Fully Static Operation: 0 Hz to 33 MHz
• Three-level Program Memory Lock
• 256 x 8-bit Internal RAM
• 32 Programmable I/O Lines
• Three 16-bit Timer/Counters
• Eight Interrupt Sources
• Full Duplex UART Serial Channel
• Low-power Idle and Power-down Modes
• Interrupt Recovery from Power-down Mode
• Watchdog Timer
• Dual Data Pointer
• Power-off Flag-Features
Platform: |
Size: 212863 |
Author: haojun |
Hits:
Description: CAT24WC01/02/04/08/16/32/64/128/256
1K/2K/4K/8K/16K 位串行E2PROM
Platform: |
Size: 448207 |
Author: wam |
Hits:
Description: rtCell 实时微内核-具有下列功能:
1. 完全抢占的实时微内核结构,独立的内核栈,中断和系统调用均切换到内核栈执行;
2. 256(64、32)个优先级,0为最高优先级(系统保留),256(64、32)为空闲优先级;
3. 不同优先级任务完全抢占,同优先级之间可按先进先出或时间片轮转方式执行;
Platform: |
Size: 108454 |
Author: 阿斗 |
Hits:
Description: lpd6803是深圳英盛美半导体公司出品的一款高性能led驱动芯片,该芯片具有如下特点:
三路输出,恒流驱动:每路各有一个外挂电阻调整电流:Iout(max)=30mA, Vout(max)=12V。
兼容恒压模式,可直接替换ZQL9712等常规芯片。
直接PWM输出,无亮度损失,降低数据传输量,有效减少电磁干扰(EMI)。
支持32级灰度/256级灰度(内置反伽码校正逻辑)两种模式,扫描频率高(>4000HZ)。
仅需时钟线/数据线的两线传输结构,级联能力超强。
内建振荡器,支持FREE-RUN模式,降低控制电路成本。
内置LDO稳压电路,电源适应范围宽(4.8-8V),输出耐压高(LED灯供电电压可达12V)。
简化外围配套,可扩充性好,也可作为PWM发生器控制大电流器件驱动大功率LED灯。
该芯片特别适合用于led幕墙灯、led全彩点光源、广告字、异型屏等产品,相对于9712/6106/595/5026/62726等芯片来说,外围器件少,电路简单,
布线容易,使用电线节省,控制器也简单。
Platform: |
Size: 375660 |
Author: asx200x |
Hits:
Description: 本程序为32阶幻方的一种,在左上角的4*4=16个空格中,第一、三行的第1,2个空格标记*,第二、四行的第3,4个空格标记*。然后分别以轴对称、中心对称扩展到另三个区域的256个空格的左上方1/4区域,然后又以轴对称、中心对称扩展到256个格的其它三个区域,依次类推直至整个区域的1024个空格中对应的 空格均有标记*。-procedures for the 32 bands a magic squares in the upper left corner of the 4* 4 = 16 spaces, the first and the first three rows 1,2-box labeled*, second, the first four lines of 3,4* 000 box labeled. Then axisymmetric respectively, the Center symmetric extension of another three regional 256 spaces in the upper left 1/4 regional, then, axisymmetric, the Center symmetric extension of the 256 grid other three regions, a total of 444 throughout the region until 1024 the corresponding blank spaces are marked*.
Platform: |
Size: 1024 |
Author: 万艳良 |
Hits:
Description: 非常经典的AES加密算法接口及演示程序 ,可作课程设计使用
(* 介绍 *)
AES 是一种使用安全码进行信息加密的标准。
它支持 128 位、192 位和 256 位的密匙。
加密算法的实现在 ElAES.pas 单元中。
本人将其加密方法封装在 AES.pas 单元中,
只需要调用两个标准函数就可以完成字符串的加密和解密。
(* 密匙长度 *)
128 位支持长度为 16 个字符
192 位支持长度为 24 个字符
256 位支持长度为 32 个字符
所有加密和解密操作在默认情况下为 128 位密匙。-very classic AES encryption algorithm interface and demo program, curriculum design can be used (* Introduction*) AES is a safety code for the use of information encryption standards. It supports 128, 192 and 256 of the keys. Encryption Algorithm of the ElAES.pas modules. I will package its encryption method in AES.pas units, only two standard function call can be completed string encryption and decryption. (* Key length*) 128 support for the length of 16 characters in length 192 supports 24 to 256 characters support length of 32 characters all encryption and decryption operations in default under 128 keys.
Platform: |
Size: 53248 |
Author: 林靖然 |
Hits:
Description: (* 介绍 *)
AES 是一种使用安全码进行信息加密的标准。
它支持 128 位、192 位和 256 位的密匙。
加密算法的实现在 ElAES.pas 单元中。
本人将其加密方法封装在 AES.pas 单元中,
只需要调用两个标准函数就可以完成字符串的加密和解密。
(* 密匙长度 *)
128 位支持长度为 16 个字符
192 位支持长度为 24 个字符
256 位支持长度为 32 个字符
所有加密和解密操作在默认情况下为 128 位密匙。
(* 文件列表 *)
..\Source\ AES 单元文件
..\Example\ 演示程序
(* 适用平台 *)-(* Introduced*) AES is a kind of code the use of safety information encryption standards. It supports 128, 192 and 256-bit keys. Encryption algorithm in ElAES.pas unit. I will of its encryption module is packaged in a AES.pas only two criteria need to call function can be completed string encryption and decryption. (* Key length*) length of 128 to support 16 to support 192 characters in length for 24 characters in length to 256 to support 32 characters for all encryption and decryption operations by default for the 128 key. (* File List*) .. Source AES unit document .. Example demo program (* applicable platform*)
Platform: |
Size: 211968 |
Author: dddd |
Hits:
Description: AES 是一种使用安全码进行信息加密的标准。
它支持 128 位、192 位和 256 位的密匙。
加密算法的实现在 ElAES.pas 单元中。
本人将其加密方法封装在 AES.pas 单元中,
只需要调用两个标准函数就可以完成字符串的加密和解密。
(* 密匙长度 *)
128 位支持长度为 16 个字符
192 位支持长度为 24 个字符
256 位支持长度为 32 个字符
所有加密和解密操作在默认情况下为 128 位密匙。
(* 文件列表 *)
..\Source\ AES 单元文件
..\Example\ 演示程序-AES is a kind of code the use of safety information encryption standards. It supports 128, 192 and 256-bit keys. Encryption algorithm in ElAES.pas unit. I will of its encryption module is packaged in a AES.pas only two criteria need to call function can be completed string encryption and decryption. (* Key length*) 128 to support a length of 16 characters 192 to support the length of 24 characters 256 to support the length of 32 characters for all encryption and decryption operations by default for the 128 key. (* File List*) .. Source AES unit document .. Example demo program
Platform: |
Size: 211968 |
Author: 刘鸿翔 |
Hits:
Description: CRC码产生器与校验器程序
Features :
Executes in one clock cycle per data word
Any polynomial from 4 to 32 bits
Any data width from 1 to 256 bits
Any initialization value
Synchronous or asynchronous reset-CRC code generator and calibration program Features: Executes in one clock cycle per data word Any polynomial from 4 to 32 bits Any data width from 1 to 256 bits Any initialization value Synchronous or asynchronous reset
Platform: |
Size: 5120 |
Author: Alex |
Hits:
Description: Measurement of gamma characteristic(Ca200Sample_Gamma.exe)provides
Gamma characteristics of W,R,G and B.
Measurement at 16,32,64,128,256 gradation.-Measurement of gamma characteristic (Ca200Sample_Gamma.exe) provides Gamma characteristics of W, R, G and B. Measurement at 16,32,64128256 gradation.
Platform: |
Size: 50176 |
Author: dahai |
Hits:
Description: QAM星座图的原理和应用 16 32 64 128 256QAM星座图-QAM constellation diagram and application of the principle of 16 32 64 128 256QAM constellation diagram
Platform: |
Size: 178176 |
Author: 黄诗杰 |
Hits:
Description: Rijndael加密算法是分组长度可变的分组密码。分组长度,密钥长度可以为128,192,256比特。
假设加密的中间结果为状态State。状态State可以用类似于元素为一字节的矩阵来表示,矩阵的行数为4,列数为Nb,Nb等于分组长度除以32。
-Rijndael encryption algorithm is the grouping variable length block cipher. Packet length, key length for the bit 128,192,256. The assumption that an encrypted intermediate results for the state of State. State status is similar to the elements can be used as a matrix of bytes expressed as the number of rows for the matrix 4, the number of rows for the Nb, Nb equal to packet length divided by 32.
Platform: |
Size: 25600 |
Author: 钟惠民 |
Hits:
Description: FFT算法实现
Radix2 可以计算 4,8,16,32, 64,128, 256....点FFT
Radix4 可以计算 4,16, 64, 256, 1024...点FFT
FFT_DIT_general.c 实现了 Radix2 和Radix4 的配合使用,可以计算Radix2可以计算的所有FFT,但效率比Radix2高。-FFT can be calculated Radix2 algorithm 4,8,16,32, 64,128, 256 .... can calculate the FFT Radix4 points 4,16, 64, 256, 1024-point FFT FFT_DIT_general.c ... Radix2 and Radix4 achieved with the use of Radix2 can calculate can calculate all the FFT, but Radix2 high efficiency.
Platform: |
Size: 2048 |
Author: liuxiaoxiao |
Hits:
Description: 点阵显示c语言源程序128*64 256*32 -Dot-matrix display c language source code 128* 64 256* 32
Platform: |
Size: 60416 |
Author: liyht |
Hits:
Description: Image displayed in 16, 8, 4,2 gray levels.
Image displayed in 256,128,64,32 gray levels.
Platform: |
Size: 52224 |
Author: surendiran |
Hits:
Description: 32*64摇摇棒,使用51MCU,8KROM,可以储存8*1024/32=256个16*16的汉字,减去程序控件,大概可以储存200个汉字。采用外部中断控制摇摆方向,通过一定的延时来平衡扫描时间和摆动时间。外部中断触发信号来自硬件水银开关的来回通断。-32* 64 shook his stick, use 51MCU, 8KROM, can store 8* 1024/32 = 256 16* 16 characters, minus the program control, can store about 200 characters. External interrupt control swing direction, by a certain delay to balance the scan time and swing time. External trigger signal from the hardware interrupt switch back and forth off the mercury.
Platform: |
Size: 25600 |
Author: Sacred |
Hits: