- 
- 
                
					sfs.rar
					 DW 256 DUP(?)
STACK1 ENDS
DDATA	SEGMENT
MES1	DB The least number is:$ 
MES2 	DB 0AH,0DH, The largest number is:$ 
NUMB	DB ...  mes1
	MOV	AH,09H		
	INT 	21H	
	MOV	AL,BL		 show the least number
	AND	AL,0F0H		 get the highest 4 bits
	SHR	AL,4
	CMP ... 
				 
- 
                
					1001test.rar
					 ... the national debt is a taxing experience for many computer systems. 
This problem requires that you write a program to compute the exact value of Rn where R is a real number ( 0.0 < R < 99.999 ) and n is an integer such that 0 < n <= 25. 
				 
- 
                
					lfsr.rar
					随机数 fortran90
L Ecuyer s 1999 random number generator. Fortran version by Alan.Miller @ vic.cmis.csiro.a
				 
- 
                
					java3.rar
					创建一个包装学生信息的java类:包括name,number, age,height,创建该对象的数组用于表示n个学生的信息,并具备显示所有学生信息,查找某个学生的功能。(有输入流,输入数据,使用hash表存储数据)
包含相关代码和运行结果
				 
- 
                
					SpaceTimeTrellisCode.rar
					The software is capable to simulate space time code [1] for QPSK modulation using different number of state. Examples of generator matrix up to 256 stetes are provided. Variable signal to noise ratio (SNR) might be applied to produce bit error rate (BER)  ... 
				 
- 
                
					mimo2t.rar
					
% Implementation of Node Reduction Algorithm.
% Calculates impedances of node-equivalent 
% T-shaped two-port network.
% Input Parameters:
% - Number of internal and exterior nodes: P
% - Admittances connecting nodes
				 
- 
                
					mimo2pi.rar
					% Implementation of Node Reduction Algorithm
% and calculation of equivalent pi-shaped
% two-port network.
% Input Parameters:
% - Number of internal and exterior nodes: P
% - Admittances connecting nodes
				 
- 
                
			
- 
                
					visualC++.zip
					 ...  Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take  ... 
				 
- 
                
			
-