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

Search list

[OracleOracle.Concepts

Description: Oracle Concepts 中文版 (10g R2) Oracle公司出的文档,中英文对照,阅读此书有如下好处:1 提高E文阅读能力。 2 权威性。oracle自己出的东西,当然是最权威的。 -Oracle Concepts Chinese (10g R2) Oracle Corporation out of the document, bilingual, reading this book has the following advantages: an increased E text reading ability. 2 authority. oracle himself out of things, of course, is the most authoritative.
Platform: | Size: 4033536 | Author: hw | Hits:

[SCMjpxs

Description: 取键值程序 功能:等待键入,并刷新显示,并返回键值放 A 占用: PSW,A,DPTR,R0,R2,R3,R4,R6,R7 入口:无 出口: A ORG 0190H WAT_KB: MOV R0,#3FH WAT_0: ACALL DISP_0 刷新显示器 ACALL T_KB JZ WAT_0 无键 , 循环 ACALL KEY_LD 延时消抖-#include<reg51.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int sbit SDA=P1^0 sbit CLK=P1^1 sbit P1_2=P1^2 uchar checkKey[8] ={1,2,4,8,16,32,64,128} code uchar Table[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f} void delay() { uint i for(i=0 i<=500 i++) } void send(uchar a) { uchar i for(i=0 i<8 i++) { if(_crol_(a,i)&0x80) SDA=1 else SDA=0 CLK=0 CLK=1 } } void xianshi(uchar a) { uchar coun uchar com=0xbf coun=a 10 P1=0xff send(~Table[coun]) P1=com delay() P1=0xff } int main(void) { uint i uchar keyValue while(1) { send(0x00) if(P1_2 == 0) { for(i = 0 i <8 i++) { send(~checkKey[i]) if(P1_2 == 0) { keyValue = i xianshi(keyValue) break } } } } }
Platform: | Size: 1024 | Author: lgp | Hits:

[OtherS51E(AVR)

Description: 多字节BCD码加法 入口条件:字节数在R7中,被加数在[R0]中,加数在[R1]中。 出口信息:和在[R0]中,最高位进位在CY中。 影响资源:PSW、A、R2 堆栈需求: 2字节 BCDA: MOV A,R7 ;取字节数至R2中 MOV R2,A ADD A,R0 ;初始化数据指针 MOV R0,A MOV A,R2 ADD A,R1 MOV R1,A CLR C BCD1: DEC R0 ;调整数据指针 DEC R1 MOV A,@R0 ADDC A,@R1 ;按字节相加 DA A ;十进制调整 MOV @R0,A ;和存回[R0]中 DJNZ R2,BCD1 ;处理完所有字节 RET   - 多字节BCD码加法 入口条件:字节数在R7中,被加数在[R0]中,加数在[R1]中。 出口信息:和在[R0]中,最高位进位在CY中。 影响资源:PSW、A、R2 堆栈需求: 2字节 BCDA: MOV A,R7 ;取字节数至R2中 MOV R2,A ADD A,R0 ;初始化数据指针 MOV R0,A MOV A,R2 ADD A,R1 MOV R1,A CLR C BCD1: DEC R0 ;调整数据指针 DEC R1 MOV A,@R0 ADDC A,@R1 ;按字节相加 DA A ;十进制调整 MOV @R0,A ;和存回[R0]中 DJNZ R2,BCD1 ;处理完所有字节 RET  
Platform: | Size: 32768 | Author: lhp | Hits:

[OtherWebDeploy_x64_zh-CN

Description: 微软的web2.0组件,web部署工具,适合64位2008/2008 r2/ win7-Microsoft web2.0 components, web deployment tool, suitable for 64-bit 2008/2008 r2/win7
Platform: | Size: 4924416 | Author: yao ma | Hits:

[assembly languagesubtraction

Description: This aassembly program to subtraction. the systematic decomposition of the process of subtracting two integers in registers R1 and R2.-This is aassembly program to subtraction. the systematic decomposition of the process of subtracting two integers in registers R1 and R2.
Platform: | Size: 1024 | Author: eden | Hits:

[assembly languageor

Description: The LC-3 program to perform the OR of the contents of R1 and R2 and puts the result in R3.
Platform: | Size: 1024 | Author: eden | Hits:

[Data structstest1

Description: 女问题描述: 设R={r1,r2,...rn}要进行排列的n个元素。其巾元素r1,r2...rn可能相同。试设计 一个算法,列出R的所有不同排列。 编程任务: 给定n以及待排列的n个元素。计算出这n个元索的所有不同排列。-Female Problem Description: Let R = (r1, r2, ... rn) must be arranged in n elements. The towel elements r1, r2 ... rn may be the same. Try to design an algorithm listing all the different arrangement of R. Programming tasks: Given n and n elements to be arranged. To calculate the n-element array of all the different cable.
Platform: | Size: 319488 | Author: 伍超洋 | Hits:

[VC/MFCWindowsInternals5th

Description: Windows Internals的最新版本,加入了关于Windows Vista和Windows 2008 R2的一些新的特性-The latest version of Windows Internals, joined on the Windows Vista and Windows 2008 R2 features some of the new
Platform: | Size: 16577536 | Author: Jiaji Zhou | Hits:

[VHDL-FPGA-VerilogVerilog-r2

Description: VLSI之硬體語言設計 --使用verilog 中文版.-VLSI hardware language design- Use Verilog.
Platform: | Size: 401408 | Author: mis_hey | Hits:

[Communicationhttpd-2[1].2.4

Description: apache 2.4 windows 源代码-apace source code
Platform: | Size: 7442432 | Author: 金晨康 | Hits:

[Linux-Unixqgo-1.5.4-r2.qmake

Description: 围棋源程序,希望大家喜欢! 围棋源程序,希望大家喜欢! 围棋源程序,希望大家喜欢!-Go source I hope everyone likes! Go source I hope everyone likes! Go source I hope everyone likes! Go source I hope everyone likes!
Platform: | Size: 2173952 | Author: zhengyi | Hits:

[Software EngineeringC_standart_(ANSIISOIEC9899-1999).pdf.tar

Description: The C Programming Language (sometimes referred to as K&R, or the white bible, or K&R2 for the second edition) is a well-known programming book written by Brian Kernighan and Dennis Ritchie, the latter of whom originally designed and implemented the language (as well as co-designed the Unix operating system with which development of the language was closely intertwined). The book was central to the development and popularization of the C programming language and is still widely read and used today. Because the book was co-authored by the original language designer, and because the first edition of the book served for many years as the de facto standard for the language, the book is regarded by many to be the authoritative reference on C.
Platform: | Size: 964608 | Author: Lukasz | Hits:

[SCMLCD

Description: GCC code adatpted for the IAR lpc2148-R2 development kit-GCC code adatpted for the IAR lpc2148-R2 development kit
Platform: | Size: 65536 | Author: vince | Hits:

[OtherWindows_Server_2008_R2_e-book

Description: Introdusing Windows Server 2008 R2 e-book
Platform: | Size: 11253760 | Author: Marat | Hits:

[SCMwindows_embedded_ce60R2

Description: 本文一步一步引导你使用 CE6.0 R2 (CE 6.0)来创建,定制,编译,生成一个CE6.0 的操作系统运行时镜像,最后下载到目标设备 eBox-3300-MSJK上。 此外,我们还为你介绍如何调试 CE6.0 操作系统设计,运行时镜像和使用 Visual Studio 开发应用程序-This step by step guide you are using CE6.0 R2 (CE 6.0) to create, customize, compile, generate a CE6.0 operating system run-time image, finally downloaded to the target device on the eBox-3300-MSJK. In addition, we also introduce you to how to debug CE6.0 operating system design, run-time mirroring and developing applications using Visual Studio
Platform: | Size: 2772992 | Author: 肖夏 | Hits:

[ELanguageMicrosoft.Windows.Embedded.CE.6.0.R2.x64-ZWTiSO.z

Description: development kit, do mot try it i just had to uploadit one rettryrt -development kit, do mot try it i just had to uploadit one rettryrt
Platform: | Size: 10240 | Author: Svaras | Hits:

[AlgorithmR-2.9.2

Description: 这是一个操作简单方便易学的数学统计软件,其名为R软件,可以实现基本的统计需求,功能全面,适合初学者学习。稍后有一些例题传上。-This is an easy and simple to learn and mathematical statistical software, its software, called R, can achieve basic statistical needs, full-featured, suitable for beginners to learn. Some Example passing on later.
Platform: | Size: 32764928 | Author: 桂子 | Hits:

[OS programKiTrap0D

Description: Microsoft Windows NT NtVdmControl()->KiTrap0D ring0 Exploit 受影响的操作系统: - Windows 2000 - Windows XP - Windows Server 2003 - Windows Vista - Windows Server 2008 - Windows 7 32Bit 不受影响的操作系统: -Windows 7 64Bit -Windows Server 2008 R2 64Bit -Windows Server 2008 R2 安腾架构 -Microsoft Windows NT NtVdmControl ()-> KiTrap0D ring0 Exploit. Affected operating systems: - Windows 2000 - Windows XP - Windows Server 2003 - Windows Vista - Windows Server 2008 - Windows 7 32Bit Not affected operating systems: -Windows 7 for x64-based Systems -Windows Server 2008 R2 for x64-based Systems -Windows Server 2008 R2 for Itanium-based Systems
Platform: | Size: 72704 | Author: 0day | Hits:

[Windows Developexample

Description: détection d objet paramètrage thresh = 500 Harris corner threshold nonmaxrad = 3 Non-maximal suppression radius dmax = 100 w = 11 Window size for correlation matching Extraire les points de Harris sur chaque image [cim] = harris( image2,1) imagesc(cim) [cim1] = harris(image1,1) imagesc(cim1) [r1,c1,v1] = find(image1) [cim2] = harris(image2, 1) imagesc(cim2) [r2,c2,v2] = find(image2) Apparier les points [m1,m2] = matchbycorrelation(image1, [r1 c1 ], image2, [r2 c2 ], w, dmax) Estimer la transformation dominante -détection d objet paramètrage thresh = 500 Harris corner threshold nonmaxrad = 3 Non-maximal suppression radius dmax = 100 w = 11 Window size for correlation matching Extraire les points de Harris sur chaque image [cim] = harris( image2,1) imagesc(cim) [cim1] = harris(image1,1) imagesc(cim1) [r1,c1,v1] = find(image1) [cim2] = harris(image2, 1) imagesc(cim2) [r2,c2,v2] = find(image2) Apparier les points [m1,m2] = matchbycorrelation(image1, [r1 c1 ], image2, [r2 c2 ], w, dmax) Estimer la transformation dominante
Platform: | Size: 1117184 | Author: seb831 | Hits:

[Delphi VCLWinAircrackv

Description: R2狗读取文件,帮帮看看,怎么处理啊 -R2狗读取文件,帮帮看看,怎么处理啊R2狗读取文件,帮帮看看,怎么处理啊
Platform: | Size: 1550336 | Author: dafang | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 18 »

CodeBus www.codebus.net