资源列表
032223
- 设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 writ
c_rc4
- c#编写的rc4算法,,测试能用 希望大家相互交流学习-c# prepared RC4 algorithm, testing can hope that mutual exchange of learning
wappushjava
- 联 通 wap push java 源 代 码-wap push java
chuankou
- 把S3C2440的ADC串口实现 把S3C2440传过来的数据读出来 然后送给串口 代码的功能是把串口参数先设好-S3C2440 ADCConversion S3C2440 put the ADC serial implementation S3C2440 Chuan put them out then read the data sent to serial port functionality of the code put the serial parameters are set up
RSA
- 利用密码学中重要算法RSA,给文件进行加密,其中包含密钥的分发。-An important use of cryptography algorithm RSA, to encrypt a document, which includes the distribution of keys.
wuziqi
- 五子棋是一款经典的游戏,在课程设计中经常会有到。-Backgammon is a classic game, there is often in the course design to.
ephemeris
- 实现GPS原始星历数据的读取和转化为十进制的数据用于计算卫星的具体坐标和方向速度-To achieve the original GPS ephemeris data read and converted to decimal data used to calculate the satellite coordinates and direction of specific speed
knights_tour
- This a python program, solving the knight s tour riddle recursively.-This is a python program, solving the knight s tour riddle recursively.
stm32_gpio
- stm32的gpio应用,适用于stm32的初学者-stm32 the gpio application for the novice stm32
spi_gpio
- linux下,使用GPIO模拟SPI波形,以驱动的形式呈现-Using GPIO analog SPI communication in linux
CRC
- 首先将用户输入的字符串转为二进制信息字段并左移16位后得到信息多项式,再利用生成多项式对信息多项式做模2除生成校验码,将16位的校验码拼接在左移空出的位置上,就是发送端发送的信息。由于传输过程中会有差错,所以接收方利用生成多项式对收到的信息同样做模2除检测,若余数为0,则传输过程中没有发生差错;若余数不为0,则传输过程中有差错。-First user input string converted to binary information field and moves to the left
Main
- s3c2440裸机串口驱动程序,包括接收和发送,这个是主函数-S3c2440 bare metal serial driver, including sending and receiving, this is the main function
