data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 byte "The result is : ",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,lengthof array mov edx,offset str1 push esi putin: call writestring
資源簡介:data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 byte "The result is : ",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,length...
上傳時間: 2014-01-13
上傳用戶:xiaoyunyun
資源簡介:tr1 byte "Please input the first 64-bit in hex:first - second",0dh,0ah,0 string byte "remener :use enter to tell high 32-bit from low 32-bit",0dh,0ah,0 examp1 byte "eg: 1234ecdf",0dh,0ah,0 examp2 byte " 03ab2543",0dh,0ah,0
上傳時間: 2014-08-22
上傳用戶:huyiming139
資源簡介:2^x mod n = 1 acm競賽題 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive integer on each line, the value of n. Output If the minimum x exists, print a line with 2^x mod n = 1. Print 2^?...
上傳時間: 2015-06-02
上傳用戶:qlpqlq
資源簡介:s3c2410 ads下的測試程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select test 1 : Real time clock display 2 : 4 key array test 3 : Buzzer test 4 : ADC test 5 : IIC EEPROM test 6 : Touchpane...
上傳時間: 2016-10-01
上傳用戶:225588
資源簡介:一. 本版本數據庫中附帶了防止下載. 1、數據庫默認為075518shopdata.asp 數據庫路徑為data/075518shopdata.asp 2、如需重命名數據庫名字,同時需要修改conn.asp和admin/conn.asp文件中的數據庫連接地址 3、另外,如數據庫更改后備份數據庫的地址也是...
上傳時間: 2014-01-04
上傳用戶:xzt
資源簡介:Please input a number 1 : Memory test 2 : Timer PWM test ( Beep ) 3 : IIC EEPROM test 4 : ADC test
上傳時間: 2015-11-29
上傳用戶:225588
資源簡介:Data Dynamics ActiveBar 2.0使用控件不再難.
上傳時間: 2014-01-15
上傳用戶:13517191407
資源簡介:3d data array 3d data array
上傳時間: 2016-02-07
上傳用戶:wang5829
資源簡介:查找字符串 TABLE DB "ABCDEFGHIKLMNOPQRSTUVWYZ" STR1 DB "Please enter a string:",0DH,0AH,"$" STR2 DB "Wrong! The string is too long!"$"
上傳時間: 2014-11-30
上傳用戶:hfmm633
資源簡介:Universal.Data.Access.Components 2.50 Universal Data Access Components (UniDAC) is a library of components that provides direct access to most popular database servers from Delphi, Delphi for .NET and, C++Builder. UniDAC can work with su...
上傳時間: 2017-07-04
上傳用戶:123456wh
資源簡介:1.軟件名稱:通訊錄V1.0試用版 2.作 者:趙 權 3.開發工具:Visual C++6.0 4.數 據 庫: Access2000 5.說 明: a.本程序在Windows 2000 上調試通過。 b.在使用時先用ODBC注冊數據源,數據源名:addresslist(名稱不可以寫錯) c.第一次運行時,密...
上傳時間: 2015-06-02
上傳用戶:jhksyghr
資源簡介:ad7705的晶振是用的2.4576,這個程序是采樣程序,P3口設置成串口0方式
上傳時間: 2016-01-15
上傳用戶:大融融rr
資源簡介:PC 計算機計算坡度標高1:0.2 PC1 計算機計算坡度標高1:100 PW PPC計算坡度標高1:0.2 PW1 PPC計算坡度標高1:100 zb 計算機標坐標1:0.2 Pgz 計算點距離與北向夾角1:100 Pg1 計算點距離與北向夾角1:0.2
上傳時間: 2016-01-24
上傳用戶:熊少鋒
資源簡介:1.構造對應的哈夫曼樹 2.輸出字符對應的哈夫曼編碼 3.輸入一串0 1代碼,進行哈夫曼譯碼
上傳時間: 2016-01-30
上傳用戶:ljmwh2000
資源簡介:Single-chip 16-bit/32-bit microcontroller 512 kB flash with ISP/IAP, Ethernet, USB 2.0, CAN, and 10-bit
上傳時間: 2013-12-12
上傳用戶:xcy122677
資源簡介:out< "Please input the number of the nodes"<<endl cin>>nodesNum cout<<"Please input the graph"<<endl for( i = 1 i<=nodesNum i++) for( j = 1 j <= nodesNum j++) cin>>graph[i][j] */
上傳時間: 2013-11-29
上傳用戶:libinxny
資源簡介:2. 在顯示九九表時有十種顏色變化如:按0—9鍵分別對應有十種不同顏色1. 二進制轉換十進制的顯示子程序能自動消除高位的0
上傳時間: 2014-01-01
上傳用戶:15071087253
資源簡介:哈夫曼樹 設計2進制前綴編碼的方法如下. (1) 根據給定的n個字符以及相應的權值構造一棵最優二叉樹 (2) 二叉樹除了根結點以外,所有左邊的分支標記 0 ,右邊的分支標記為 1 (3) 對于每一種字符所對應的葉子結點找出到根結點的路徑,則從根結點到此葉子結...
上傳時間: 2013-12-16
上傳用戶:weiwolkt
資源簡介:數據加密程序 p macro buf lea dx,buf mov ah,9 int 21h endm data segment pp db 0dh,0ah, welcome you to run this programme!$ qq db 0dh,0ah, when you input number,press enter.$ qw db 0dh,0ah, 6eh,52h,94h,52h,$ qa db 0dh,0ah, $ in...
上傳時間: 2013-12-24
上傳用戶:離殤
資源簡介:能算出CRC32 Data width 32 bit 的HDL
上傳時間: 2014-01-27
上傳用戶:lijianyu172
資源簡介:此模塊用于"PS/2接口的鼠標或鍵盤"與"具有外部讀寫的8位并口單片機"雙向通信模塊. Verilog HDL語言編寫,在Quartus II 8.1 (32-Bit)軟件中編譯,并下載至EPM7128SLC84-10芯片中通過. 文件中有詳細的注解. 此模塊具有對于PS/2時鐘和數據線的濾波功能,這...
上傳時間: 2017-02-20
上傳用戶:集美慧
資源簡介:如何編寫讀/寫一個字節的函數呢? 1. 讀一個字節 uchar tmpread(void) //read a byte date 讀一個字節 { uchar i,j,dat dat=0 for(i=1 i<=8 i++) { j=tmpreadbit() dat=(j<<7)|(dat>>1) //讀出的數據最低位在最前面,這樣剛好一個字節在DAT里 ...
上傳時間: 2017-09-06
上傳用戶:gengxiaochao
資源簡介:研祥集團pc104
上傳時間: 2013-07-13
上傳用戶:eeworm
資源簡介:HIGH SPEED 8051 μC CORE - Pipe-lined Instruction Architecture; Executes 70% of Instructions in 1 or 2 System Clocks - Up to 25MIPS Throughput with 25MHz System Clock - 22 Vectored Interrupt Sources MEMORY - 4352 Bytes Internal Data R...
上傳時間: 2013-10-12
上傳用戶:lalalal
資源簡介:串行編程器源程序(Keil C語言)//FID=01:AT89C2051系列編程器//實現編程的讀,寫,擦等細節//AT89C2051的特殊處:給XTAL一個脈沖,地址計數加1;P1的引腳排列與AT89C51相反,需要用函數轉換#include <e51pro.h> #define C2051_P3_7?P1_0#define C2051_P1?P0//...
上傳時間: 2013-11-12
上傳用戶:gut1234567
資源簡介:This example provides a description of how? to use the USART with hardware flowcontrol and communicate with the Hyperterminal.First, the USART2 sends the TxBuffer to the hyperterminal and still waiting fora string from the hyperterminal th...
上傳時間: 2013-10-31
上傳用戶:yy_cn
資源簡介:This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the array, with the Least Significant Byte (LSB) first and the Most Significant Byte (MSB) last, like all Intel-integer types.
上傳時間: 2015-10-08
上傳用戶:xieguodong1234
資源簡介:12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={"www.zansi.com"} delay(BYTE ms) {
上傳時間: 2016-04-25
上傳用戶:zsjinju
資源簡介:It is the code for implementing the project titled "The Reconfigurable Instruction Cell array(IEEE 2008)".
上傳時間: 2013-12-28
上傳用戶:qq21508895
資源簡介:It is the code for implementing the project titled "The Reconfigurable Instruction Cell array(IEEE 2008)".
上傳時間: 2014-08-21
上傳用戶:thinode