Welcome![Sign In][Sign Up]
Location:
Search - 128 P

Search list

[Other128bitminus

Description: 128乘法模拟器 c M位乘N位不带符号整数的阵列乘法中加法---移位操作的被加数矩阵.每一部分乘积项ab叫做一个被加数.m*n个被加数可以用m*n个”与门”并行的产生. 以5位乘5位不带符号的阵列乘法器(m=n=5)为例(如下图): FA为一位全加器,FA的斜线方向为进位输出,竖线方向为和输出,而所有被加数项的排列和正常的A*B=P乘法过程中的被加数矩阵相同.图中用矩形围成的阵列中最后一行构成一个行波进位加法器,其时间延迟为(n-1)2T.当然,为了缩短加法时间,最后一行的行波进位加法器也可以用先行进位加法器来代替.这种乘法器实现n位×n位时,需要n(n-1)个全加器和n2个”与”门.
Platform: | Size: 47357 | Author: fred | Hits:

[Printing program条形码控件

Description: Works with or without Quick Reports. TPrintBarcode can print Barcodes of the following varieties. Code39, Interleaved2of5, Code128, All Postnet varieties EAN,EAN8,EAN13, ITF14, EAN128 FIMA,FIMB,FIMC Works with Delphi 1,2 3 & I Hope now 4. Barcodes can be printed on any canvas and may be automatically scaled to adapt to new numbers of pixels per inch. Bar Width Ratios are varied to give best readability available. Code 128 codes are completely optimized. FIM & Postnet codes will automatically position themselves when printing on a letter. Clear zones required around Barcodes are enforced completely (Default) or partially. Includes Quickreport barcode components for Delphi 2, 3 & 4. -Works with or without Quick Reports. TPrintBarcode can print Barcodes of the following varieties. Code39, Interleaved2of5, Code128, All Postnet varieties EAN,EAN8,EAN13, ITF14, EAN128 FIMA,FIMB,FIMC Works with Delphi 1,2 3 I Hope now 4. Barcodes can be printed on any canvas and may be automatically scaled to adapt to new numbers of pixels per inch. Bar Width Ratios are varied to give best readability available. Code 128 codes are completely optimized. FIM Postnet codes will automatically position themselves when printing on a letter. Clear zones required around Barcodes are enforced completely (Default) or partially. Includes Quickreport barcode components for Delphi 2, 3 4.
Platform: | Size: 181248 | Author: 谢海斌 | Hits:

[Windows Develop打印各种条形码

Description: 打印条形码,条形码的运用越来越广泛,可以直接打印39,128等条形码-Print bar code,it was used more and more vase,which can print the bar code such as 39,128 directly.
Platform: | Size: 34816 | Author: 陈帅 | Hits:

[OtherLCD(FM12232)

Description: 凌阳单片机+液晶显示 液晶显示的应用领域越来越广,Splc501能驱动128*64的LCD点阵模块,能满足一般嵌入式系统的基本要求,在实时嵌入式系统中用来作为显示器件事个不错的选择。-Sunplus SCM LCD LCD applications is growing broader, Splc501 can drive 128* 64 dot matrix LCD module, can satisfy the basic embedded system, in real-time embedded systems used to monitor things as a good choice.
Platform: | Size: 738304 | Author: lzk | Hits:

[SCMdianlutu

Description: 带中文字库的128X64是一种具有4位/8位并行、2线或3线串行多种接口方式,内部含有国标一级、二级简体中文字库的点阵图形液晶显示模块;其显示分辨率为128×64, 内置8192个16*16点汉字,和128个16*8点ASCII字符集.利用该模块灵活的接口方式和简单、方便的操作指令,可构成全中文人机交互图形界面。可以显示8×4行16×16点阵的汉字. 也可完成图形显示.低电压低功耗是其又一显著特点。由该模块构成的液晶显示方案与同类型的图形点阵液晶显示模块相比,不论硬件电路结构或显示程序都要简洁得多,且该模块的价格也略低于相同点阵的图形液晶模块。 -err
Platform: | Size: 460800 | Author: lubilan | Hits:

[SCMpic_12864_driver

Description: pic单片机驱动128*64液晶显示屏图形显示程序-pic Microprocessor 128* 64 LCD graphics display program
Platform: | Size: 2048 | Author: 吴飞宇 | Hits:

[SCMpwmATmegal128

Description: ATmegal128的PWM测试程序,对于ATmegal128的初学者提供帮助-ATmegal128 the PWM test procedure, for the beginner ATmegal128 help
Platform: | Size: 8192 | Author: adams | Hits:

[Embeded-SCM DevelopSPLC501

Description: SPLC501液晶显示模组为128X64点阵,面板采用STN(Super Twisted Nematic)超扭曲向列技术制成并且由128 Segment和64 Common组成,LCM非常容易通过接口被访问。-SPLC501 liquid crystal display module for the 128X64 lattice, panel STN (Super Twisted Nematic) Super Twisted Nematic technology made by 128 Segment and 64 Common components, LCM is easy to be accessed through the interface.
Platform: | Size: 8110080 | Author: 矿丁 | Hits:

[Crack HackAES.v1.3

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:

[SCMcn_mega128-128L

Description: avr 128 详细中文资料,很不错的噢-avr 128 detailed Chinese data, it is good Oh
Platform: | Size: 2598912 | Author: 沉积 | Hits:

[File Formatcode128

Description: 简单介绍128条形码编码规则。PDF文档。-Introduce a simple bar code 128 encoding rules. PDF document.
Platform: | Size: 37888 | Author: 蜗牛 | Hits:

[Other Embeded program12864p-101

Description: 耀宇科技有限公司的128*64LCD的驱动程序-Yao-Yu Technology Co., Ltd. 128* 64LCD driver
Platform: | Size: 4096 | Author: libiaode | Hits:

[OtherSTM32F10xxx_Reference_Manual_Chinese2

Description: 是意法半导体公司最新STM32系列ARM的中文版应用手册,翻译很正确,希望对大家有用-STM32F103x8 Medium-density performance line ARM-based 32-bit MCU with 64 or 128 KB Flash, USB, CAN, 7 timers, 2 ADCs, 9 communication interfaces
Platform: | Size: 3068928 | Author: | Hits:

[Other606-00051-0-CGM12864

Description: OCM12864液晶显示模块是128×64点阵型液晶显示模块,可显示各种字符及图形,可与CPU直接接口,具有8位标准数据总线、6条控制线及电源线。采用KS0107控制IC。 -OCM12864 liquid crystal display module is 128 × 64 LCD module can display a variety of characters and graphics, can directly interface with the CPU, with 8-bit data bus standards, the line of control and 6 power cord. KS0107 control the use of IC.
Platform: | Size: 72704 | Author: backoff | Hits:

[Windows Developfft

Description: for(k=j k<128 k=k+2*b) /* for (3) */ { TR=dataR[k] TI=dataI[k] temp=dataR[k+b] dataR[k]=dataR[k]+dataR[k+b]*cos_tab[p]+dataI[k+b]*sin_tab[p] dataI[k]=dataI[k]-dataR[k+b]*sin_tab[p]+dataI[k+b]*cos_tab[p] dataR[k+b]=TR-dataR[k+b]*cos_tab[p]-dataI[k+b]*sin_tab[p] dataI[k+b]=TI+temp*sin_tab[p]-dataI[k+b]*cos_tab[p] } -fft
Platform: | Size: 1024 | Author: wangqikun | Hits:

[Other128tiaoxingma

Description: 128位的图形条形码生成器,只能生成二维图形码,有高手在的话可以做一个三维的让学习一下。-128-bit graphics bar code generator can only generate two-dimensional graphics code, and if you can do in a three-dimensional so that learning about.
Platform: | Size: 9216 | Author: 672 | Hits:

[Embeded Linuxadc

Description: ADC program Analog o/p of joystick connected to i/p of ADC ports of ATMega 128 .Depending on the movement of joystick , contrast of the LEDs connected to port C will change.
Platform: | Size: 7168 | Author: Aby | Hits:

[SCMAT128

Description: 这是ATmega128开发板的原理图和PCB文件,没有问题,用Protel 99直接就可以打开,已经打样测试过,很有参考价值。-This is the ATmega128 development board schematic and PCB files, no problem, using Protel 99 directly on the can open, have been tested proofing, great reference value.
Platform: | Size: 51200 | Author: li | Hits:

[Technology ManagementCJ128-2007

Description: 国标CJ 128-2007热量表的文件,国内相关行业的标准-GB CJ 128-2007 calorimeter documents related domestic industry standard
Platform: | Size: 1236992 | Author: 张仪 | Hits:

[SCMinterrupt-PTH_PTH0

Description: MC9SXS128里面有128个中断,其中PORTH口就可以用成外部中断输入脚,里面有教你引脚初始化 ,教你写中断程序,新手比较容易上手的,-MC9SXS128 there are 128 interrupt, the PORTH port can be used as external interrupt input pin, pin initialization inside teach you, teach you to write interrupt program, easy to use for novice,
Platform: | Size: 1024 | Author: 曾胜辉 | Hits:
« 12 3 »

CodeBus www.codebus.net