Welcome![Sign In][Sign Up]
Location:
Search - x4

Search list

[GUI Develop循环冗余码校验crc算法

Description: 这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1, 应用举例为ITU G704 -This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X) = X-1 X4, applications for the ITU G704
Platform: | Size: 7019 | Author: 藤力 | Hits:

[Other resource多元线性回归

Description: 多元线性回归软件1.0版。主要用于统计方面,根据原始资料,求解应变量(Y)与自变量(X1,X2,X3,X4....)的统计函数关系。 可以广泛的应用于各类学校、统计局、气象水文、等其他一些科学计算单位。-multivariate linear regression software version 1.0. Mainly for statistics, in accordance with the original information, should be solved variable (Y) and independent variables (X1, X2, X3, X4 ....) statistical function. They can be widely applied to various kinds of schools, Bureau of Statistics, meteorology, hydrology, and other scientific terms.
Platform: | Size: 404843 | Author: 饶秀琪 | Hits:

[Other resourceMultiNeuralNetwork

Description: 三个输出的神经元网络拟合如下函数(前面上传的文件搞错了)。 y1=x1ln(x2) + x2ln(x3);y2=x3ln(x4) + x4ln(x5);y3=x5ln(x6) + x6ln(x1) -three output neural network function fitting as follows (in front of uploaded files wrong). Y1 = x1ln (x2) x2ln (x3); X3ln y2 = (x4) x4ln (x5); X5ln y3 = (x6) x6ln (x1)
Platform: | Size: 7228 | Author: 周善人 | Hits:

[Other resourceNoiseNeuralNetwork

Description: 单输出的神经元网络拟合有噪声干扰的函数:y=x1/(1+x1) + x2/(1+x2) + x3/(1+x3) + x4/(1+x4)-single output neuron network fitting a noise function : y = x / (1 x1) x2 / (1 x2) x3 / (1 x3) x / (1 x4)
Platform: | Size: 6666 | Author: 周善人 | Hits:

[Other resourceMPC8270-EXT-v10

Description: CPU MPC8270 SDRAM K4S561632 x4(128Mbyte) BOOT FLASH AM29LV640(8MByte) Nand FLASH 兼容三星的K9F系列的FLASH CPU JTAG口 核心板集成 串口 3个 SMC1、SMC2、SCC1 (SMC1扩展板和核心板都有输出接口) 以太网口 3个 FCC1、FCC2、FCC3 可编程发光二极管 6个 可编程发光数码二极管 1个 系统外部中断输入 4个 外部系统复位输入 1个 外部实时时钟 系统掉电,时钟不丢失 核心板电源 单一5V电源 开发系统电源 外部5V/3A输入或者ATX电源 (注意:这两个电源不能同时插入使用) BOOTLOADER U-BOOT 操作系统 Linux 2.4.18 开发工具 全套的设计开发工具,包括开发主机的操作系统安装盘 驱动软件 提供所有接口的驱动程序源代码 核心板尺寸 123mm X 86mm 扩展板尺寸 178mm X 134mm -MPC8270 CPU SDRAM K4S561632 x4 (128Mbyte) FLASH AM29LV640 BOOT (8MByte) Nand Flash compatible Samsung K9F3208W0A series of JTAG FLASH mouth core CPU board integrated Serial three SMC1, SMC2. SCC1 (SMC1 expansion boards and core boards have output Interface) Ethernet port three FCC1, FCC2. FCC3 programmable LED six programmable digital luminescent diode an external interrupt input system four external systems reset input an external real-time clock system power loss. clock core plate not lost a single 5V power supply system development 5V/3A external power input or ATX power supply (Note Italy : these two power use can not be inserted) BOOTLOADER U-BOOT Linux 2 .4.18 complete set of development tools to develop design tools, including the development of the mainframe operating system softwa
Platform: | Size: 486342 | Author: 王强 | Hits:

[ExploitVNCDump

Description: VNC Password and Port Dump This a simple program that just dumps the encrypted VNC password on the screen and also saves it in a file in the directory as where the binarie is located. We thought about the idea to also let it decrypt but for that you can also use X4.exe availible from: http://www.phenoelit.de/-VNC Password and Port Dump This a simple p rogram that just dumps the encrypted VNC passwo rd on the screen and also saves it in a file in the d irectory as where the binarie is located. We tho ught about the idea to also let it decrypt but for that you can also use X4.exe availible from : http://www.phenoelit.de/
Platform: | Size: 6229 | Author: 小李 | Hits:

[Crack Hack032223

Description: 设f(x)=1+x+x2+x5+x27,试分别写出实现下列移位寄存器的程序: 以f(x)为联接多项式的DSR; 以f(x)为联接多项式的LFSR。 可供选择的联接多项式: f1(x)=1+x+x4+x6+x30; f2(x)=1+ x3+ x31; f3(x)=1+ x6+ x31; f4(x)=1+ x7+ x31; f5(x)=1+ x13+ x31; -Let f (x) = 1 x x2 x5 x27, respectively try to write the following Shift Register : f (x) connected to the DSR polynomial; f (x) for connectivity polynomial LFSR. Connection options polynomial : f (x) = 1 x x4 x6 x30; F2 (x) = 1 x3 x31; f3 (x) = 1 x6 x31; f4 (x) = 1 x11 x31; f5 (x) = 1 x13 x31;
Platform: | Size: 1617 | Author: houny | Hits:

[Other resourceProjectjohu123006

Description: crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送方和接收方约定一个生成多项式G(x),设该生成多项式 的最高次幂为r。 (3) 在数据块的末尾添加r个0,则其相对应的多项式为M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),获得商Q(x)和余式R(x),则 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2运算,T(x)所对应的数据是在原数 据块的末尾加上余式所对应的数据得到的。 (6) 发送T(x)所对应的数据。 (7) 设接收端接收到的数据对应的多项式为T’(x),将T’(x)除以G(x) ,若余式为0,则认为没有错误,否则认为有错。-crc-generating polynomial arbitrary Operators adaptive algorithm Cyclic Redundancy Check (CRC. Cyclic Redundancy Code) is the polynomial coder, This way the data to be sent as a polynomial coefficient data bn - 1bn-2 ... b1b0 (0 or 1), corresponding to the polynomial : bn - 1Xn-1 bn - 2Xn-2 ... b1X belts such as : data "10010101" polynomial can be written as a X7 X4 X2. Cyclic Redundancy Check Cyclic Redundancy Check method of principle as follows : (1) The data to be sent to the corresponding polynomial p (x). (2) the sender and the receiver agreed on a generator polynomial G (x), set up the generator polynomial of the highest power of r. (3) In the data block Add to the end of r-0, then the polynomial corresponding to M (x) = XrP (x). (R-bits) (4) M (x) divided by G (
Platform: | Size: 460182 | Author: johu | Hits:

[Other resource51_c

Description: 51 c 一.闪烁灯 二.流水灯的左移右移 三.按键判断 四.数码管静态显示 五.数码管动态显示 六.4X4键盘识别 七.按键中断判断方式 八.定时器T0的应用---9.9秒计时设计 九.PC机与单片机通信 十.24C08读写操作-51 c 1. Lights flickered 2. Wasted lights bits shifted to the right three. Four keys judgment. Digital static show of five. Few Dynamic Display code of 6 X4 keyboard identification .4 7. Press interrupted judgment methods 8. Timer T0 Application --- 9. 9 9 seconds time design. PC communication with the MCU 10 .24 read and write operation C08
Platform: | Size: 286057 | Author: lzh | Hits:

[Other resourceZHILIUDIANJI

Description: 这是一个关于直流电机控制的源程序,通过AT89S52单片机控制,配合4X4的小键盘按键控制点饥。-This is a DC motor control of the source code, AT89S52 MCU control, 4 X4 with a small keyboard keys control point hunger.
Platform: | Size: 7122 | Author: 刘红 | Hits:

[Software EngineeringAN_O0306_cn_V1.0

Description: 本系统应用于SUNPLUS SPMC65x series上,扫描4X4按键和4个数码管的动作与规格说明,提供的范例程序的硬件部分是以SPMC65P2404A*28p为开发对象。-the system used SUNPLUS SPMC65x series. 4 X4 scan button and four digital control movement and specifications. provide examples of procedures based on the hardware of Application of SPMC65P2404A * 28p for the development targets.
Platform: | Size: 379159 | Author: 陈阳 | Hits:

[Software EngineeringKey4x4_4LED

Description: 软件部分。本系统应用于SUNPLUS SPMC65x series上,扫描4X4按键和4个数码管的动作与规格说明,提供的范例程序的硬件部分是以SPMC65P2404A*28p为开发对象。-software. The system used SUNPLUS SPMC65x series. 4 X4 scan button and four digital control movement and specifications. provide examples of procedures based on the hardware of Application of SPMC65P2404A * 28p for the development targets.
Platform: | Size: 11936 | Author: 陈阳 | Hits:

[Other resourceScanKeyBoard

Description: 单片机和键盘、LED的接口程序。键盘采用4x4非编码形式,不用其他键盘接口芯片,直接连到P2口。-SCM and keyboard, LED interface program. 4 x4 keyboard using non-coding forms, no other keyboard interface chip, directly connected to the P2 mouth.
Platform: | Size: 14845 | Author: byron | Hits:

[Develop Toolscoreldraw x4 VBA编程指南

Description: coreldraw x4 VBA编程指南
Platform: | Size: 1183823 | Author: jmleizg@msn.com | Hits:

[SCM4-x4-keyboard

Description: 基于AT89C52单片机的4*4矩阵键盘的经典模块-4 x4 keyboard classic modules supporting matrix program
Platform: | Size: 2048 | Author: wang yongjiu | Hits:

[Technology ManagementFY-X4-FeiYu-Tech

Description: FeiYu X4 四轴飞行器 机架安装说明 -FeiYu X4 quadrocopter Rack Installation Instructions
Platform: | Size: 335872 | Author: szx | Hits:

[Program docidigi-x4-starter-kit

Description: idigi x4 starter kit ubiquitous robotics-idigi x4 starter kit
Platform: | Size: 3394560 | Author: 华迪嘉 | Hits:

[OtherAT89C51-3-x4

Description: 单片机AT89C51 3X4键盘扫描程序-Single chip microcomputer AT89C51 3 x4 keyboard scanning procedure
Platform: | Size: 1024 | Author: zhangjianfei | Hits:

[SCMVB-control-4-x4-control-system

Description: 单片机开发源程序本少原创VB控制4X4控制系统-MCU development source program VB control 4 x4 control system
Platform: | Size: 95232 | Author: 卢广阔 | Hits:

[Other鱼刺类.TCP挂机心跳通用架构x4

Description: 鱼刺类.TCP挂机心跳通用架构x4,看看多线程
Platform: | Size: 2377102 | Author: 180881283********* | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net