Location:
Search - rst
Search list
Description: hs12864 液晶显示程序 端口说明: 1 vss GND 2 VDD VCC(5v) 3 V0 VCC(5v) 4 D/I PC4 5 R/W PC5 6 E PC3 7 DB0 PA0 ... 14 DB7 PA7 15 CS1 PC1 16 CS2 PC2 17 RST PC0-hs12864 LCD procedures ports : a VSS GND 2 VDD VCC (5v) 3 V0 VCC (5v) 4 D / I PC4 5 R / W E PC3 recurring 6 7 DB0 PA0 DB7 PA7 ... 14 15 16 CS2 CS1 PC1 PC2 17 RST PC0
Platform: |
Size: 2521 |
Author: 崔敬军 |
Hits:
Description: 可在系统引导时工作的RootKit,较简单
1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003
2) It patches the kernel at runtime(no files are patched on disk).(basic version has this code removed , so as others could understand it easily).
3) BOOT KIT is PXE-compatible.
4) It can even lead to first ever PXE virus
5)It also enables you to load other root kits if you have physical access(Normally root kits can only be loaded by the administrator)-the system can guide the work of Rootkit. simple 1) It's very small.The basic framework is jus t about 100 lines of assembly code.It supports 2 000, XP, 2003 2) It patches the kernel at runtime (no file 's are patched on disk). (basic version has this c ode removed. so as others could understand it easily). 3) BOO T KIT is PXE-compatible. 4) It can even lead to fi rst ever PXE virus 5) It also enables you to load o ther'isnt root kits if you have physical access (Norm ally root kits can only be loaded by the administ rator)
Platform: |
Size: 72775 |
Author: 诚然 |
Hits:
Description: m16+cp2200组成的网络接口。
m16使用内部RC振荡8M,如果要提高主频,请注意修改模拟总线读函数。
cp2200模块使用www.icdev.com.cn的,更改pin44连接VCC,即总线复用方式,地址数据复用。
软件编写使用avrstudio4.12+sp4+winavr(avrstudio自带的winavr嵌入方式)。
硬件连接:
m16 | cp2200
PORTA | AD0-7
PB0 | RST
PB1 | CS
PB2 | RD
PB3 | WR
PD2 | INT
PD3 | ALE(A3)
由于采用的是m16做为主控,只能使用总线模拟方式,其读写速度有限,经测试约为双向11.8kBps(90kbps)。
由于ram有限,仅仅采用了332Bytes的数据缓冲做为收发buffer,超过此长度的以太网包将抛弃。
此工程文件仅仅做为cp220x的一个移植范例,高级tcpip应用代码因商业缘故不会提供,请勿找我询问。-m16 cp2200 a network interface. M16 use of internal RC oscillator 8 M, if we are to raise the frequency, please note time change Bus simulation function. Cp2200 module uses www.icdev.com.cn. changes pin44 connecting VCC, bus multiplexing, address data multiplexing. Software programmers use avrstudio4.12 sp4 winavr (bringing their avrstudio winavr embedded in the way). Hardware connections : m16 | cp2200 PORTA | AD0-7 pins | RST PB1 | CS PB2 | RD PB3 | WR NC | INT PD3 | ALE (A3) is used as the main control m16, It can only use bus simulation, the literacy rate is limited, After about a two-way test 11.8 kBps (90kbps). As the ram limited, merely using the 332 Bytes of data as a buffer TX buffer, Over this length of the Ethernet packets will be discarded. This works only as a document of a tr
Platform: |
Size: 101751 |
Author: 刘晓军 |
Hits:
Description: *** *** *液晶显示*** ***
******************OCM4X8C串口******************
CS EQU P2.0
STD EQU P1.2
SCLK EQU P1.3
PSB EQU P1.4
RST EQU P1.5
RS_STU EQU 20H.0
LCD_X EQU 30H
LCD_Y EQU 31H
LCD_X1 EQU 32H
LCD_Y1 EQU 33H
COUNT EQU 34H
COUNT1 EQU 35H
COUNT2 EQU 36H
COUNT3 EQU 37H
LCD_DATA EQU 38H
LCD_DATA1 EQU 39H
LCD_DATA2 EQU 3AH
DA_IN EQU 3BH
WR_COUNT1 EQU 3CH
WR_COUNT2 EQU 3DH
-*** *** *** *** * LCD ******* *** *** *** *** *** *** *** * OCM4X8C Serial ***** * * * CS idealized P2.0 STD idealized pesticides SCLK idealized P PSB idealized 1.3 P1.4 RST idealized P1.5 RS_STU idealized 20H.0 LCD _X idealized LCD_Y EQU 30H 31H 32H LCD_X1 idealized LCD_Y1 idealized COUNT EQU 33H 34H 35H COUNT1 idealized COUNT2 EQU 36H CO UNT3 idealized LCD_DATA EQU 37H 38H 39H LCD_DATA1 idealized L CD_DATA2 idealized 3AH DA_IN idealized 3BH WR_COUNT1 idealized resin WR_COUNT2 idealized 3DH *************************
Platform: |
Size: 2494 |
Author: ttforgo |
Hits:
Description: 发送RST包的程序,用于网络上数据包的发送。从而实现网络数据通信
Platform: |
Size: 39904 |
Author: bill |
Hits:
Description: 发送RST包的程序,用于网络上数据包的发送。从而实现网络数据通信-Send RST packet procedures for the network packets sent. Data communications network in order to achieve
Platform: |
Size: 39936 |
Author: bill |
Hits:
Description: This project demonstrates OFDM with adaptive modulation applied to Multiple-Input Multiple-
Output (MIMO) systems.
The analysis and simulation
is considered in two stages. The rst stage involves the application of a variable-rate
variable-power MQAM technique for a Single-Input Single-Output (SISO) OFDM system.
The second stage applies adaptive modulation to a general MIMO system
by making use of the Singular Value Decomposition to separate the MIMO channel into parallel
subchannels.
Platform: |
Size: 15360 |
Author: steven |
Hits:
Description: Tcpjack为发送TCP RST的程序。亦即,在ESTABLISHED的状态下强制切断TCP连接的程序。-Tcpjack to send TCP RST procedures. That is, in ESTABLISHED state mandatory cut off TCP connection procedures.
Platform: |
Size: 2048 |
Author: elvis |
Hits:
Description: 动态多用户检测 IEEE论文算法实现 随机集的实现方法-dynamic MUD application of IEEE paper
Randon set thoery
IEEE paper
Platform: |
Size: 3072 |
Author: vincnet |
Hits:
Description: 一个rst守护程序,一个嗅探器,一个入侵检测测试工具-Rst a daemon, a sniffer, a tool to test intrusion detection
Platform: |
Size: 418816 |
Author: zjm |
Hits:
Description: 自己写的matlab版本的径向对称定位眼睛虹膜的程序 效果相当不错 吐血推荐给大家了 希望大家用的时候惦记着开发者的一番心血-Matlab write their own version of the radial symmetric positioning of the eye iris procedures recommended by the effect of good blood to all the hope that by the time the developers concerned about a blood
Platform: |
Size: 1024 |
Author: zt |
Hits:
Description: Tool to kill running TCP connections on the network by sending TCP FIN/RST packets similar to the chinese firewall. Guarantees all available network bandwidth is yours.
Platform: |
Size: 1024 |
Author: Cheeroh |
Hits:
Description: rst invariant shape registartion
Platform: |
Size: 44032 |
Author: farangis |
Hits:
Description: Tcp Protocol PACKET RESET program source
TCP RST
Platform: |
Size: 3072 |
Author: kim |
Hits:
Description: Wiggler JTAG Schematic with RST [this is a buffered JTAG schematic]
Platform: |
Size: 206848 |
Author: t_s |
Hits:
Description: 基于DCT的水印嵌入攻击和提取算法,对RST,加躁,JPEG压缩有较好的鲁棒性-DCT-based watermark embedding and extraction algorithm attack on RST, plus a bit, JPEG compression with better robustness
Platform: |
Size: 57344 |
Author: 韩天明 |
Hits:
Description: winpcap 封转RST包,强制断开TCP连接。需要安装WINPCAP4.0 设置头文件和库文件。并安装WINPCAP4.0.EXE文件。
Platform: |
Size: 3072 |
Author: wangyongshou |
Hits:
Description: doubly fed induction generato controled by RST
Platform: |
Size: 580608 |
Author: winding |
Hits:
Description: POLYNOMIAL RST CONTROL OF DFIG
Platform: |
Size: 20480 |
Author: MBenmeziane |
Hits:
Description: RST DESIGNER IS THE MOST IMPORTANT REGULATOR
Platform: |
Size: 44032 |
Author: azerty22 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
13
»