Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (6)
The ns2 network model simulation
no vote
Which contains nine commonly used analysis of mobile model code can be used directly. Are written c++ generated scene files in running ns2. This file is very valuable for beginners ns2 simulation, you can refer to, to write your own new mobile models.
小星
2016-08-23
0
1
Ad hoc network evaluation index
no vote
It contains a series of indicators such as end-to-end delay, packet loss rate and throughput. It can satisfy the analysis of the latest NS-2 trace scheme. For example, s - t 0.267662078 - HS 0 - Hd - 1 - Ni 0 - NX 5.00 - NY 2.00 - NZ 0.00 - Ne - 1.000000 - NL RTR - NW ----- Ma 0 - MD 0 - MS 0 - MT 0 - is 0.255 - ID - 1.255 - it message - Il 32 - if 0 - II 0 - IV 32
小星
2016-08-23
0
1
MATLAB image evaluation
no vote
MATLAB image evaluation, including variance, entropy, standard deviation
小星
2016-08-23
3
1
Simulates the memory
no vote
Memory is a kind of logic circuit which can store a lot of binary information. It is usually used to store a lot of data in digital system. The working principle of the memory is: the memory writes an address for each storage unit, only those storage units specified by the address can be connected with the common I / O, and then read and write the stored data. In the field of computer, queue is a concept that can not be ignored. Queue is a kind of data structure in which data items are arranged in order, but its special feature is that one end can only insert data, and the other end can only delete data.
小星
2016-08-23
1
1
Implement first into and then out of the stack fea
5.0
A stack is a memory that performs a "first in, then out" algorithm. The data is stored in the (push) storage area one by one. There is an address pointer that always points to the data unit where the last data is pushed into the stack. The register where the address pointer is stored is called the stack indicator. The first unit of data is called "bottom of stack", and the last unit of data is called "top of stack". Data is stored one by one. This process is called "stack pressing". In the process of stack pressing, every data that is pressed into the stack is placed in the following unit connected with the previous unit, and the address in the stack indicator is automatically increased by 1. When reading these data, the data is read according to the address in the stack indicator, and the address number of the stack indicator is automatically reduced by 1. This process is called "pop pop". In this way, the principle of "first in, then out" can be realized.
小星
2016-08-23
0
1
Calculate the entropy of image
no vote
Calculation by the definition of entropy
小星
2016-08-23
1
1
No more~