清霜一梦

mul8_unsigned multipliter

李亚民老师更注重硬件设计思想的训练。他给出的硬件设计方法更贴近底层硬件,下面看看他的设计思想 ...

signed add

哎,作为一个xx貌似我只会盗用别人的code。这个还是“copy”真OO 无双大师的手笔写的 1 //date:2013/6/15 2 //designer :pengxiaoen 3 //function:signed number ad...

while执行两次的问题,已经解决

//2013 5 11//designer :pengxiaoen// function change the number 'd' to 'b'#include "stdio.h"unsigned long int in_un_numbe...

check_negation

//date : 2013 5 6//designer:pengxiaoen//function: check the symbol ~ #include "stdio.h"int main (){ char u8_char_temp;...

check_FunctionAddress

//date :2013 4 18 //designer: pengxiaoen//function :check the function addressint function (){int i = 10;return ;}int ma...

check the sentence &ff

//date 2013 4 17 //designer :pengxiaoen//function : check the sentence &ff#include "stdio.h"#include "stdlib.h"int main ...

clk_3

// date : 2013,3,18//designer : pengxiaoen// function:the T of the output_clk is three times of clk module clock_3 (...

check_return

//date : 2013 4 2 //designer :pengxiaoen//function:check the word return in function#include "stdio.h"int add (){ int a,...

break_VS_continue

//date 2013 4 2 //designer :pengxiaoen//function: look up the difference from break and continue#include "stdio.h"int ma...

CalculationWithDifferenceTpye

//date :2013 4 2 //designer pengxiaoen//function : calculation with difference type to known how the computer do with th...

SaveAboutZero

// date :2013 4 2//designer :pengxiaoen//function: check about the number 0 how it is saved in computer#include "stdio.h...

outof_size

//date 2013 4 1 //designer pengxiaoen//function : when the + or - out of their size ,the value is............. //-------...

sizeof_check

// data:2013 4 1//designer:pengxiaoen//function:check the word "sizeof" and the memory//result :sizeof_p = 4; sizeof_int...