mul8_unsigned multipliter
李亚民老师更注重硬件设计思想的训练。他给出的硬件设计方法更贴近底层硬件,下面看看他的设计思想 ...
发表于 6/20/2013 1:51:53 PM
阅读(1899)
signed add
哎,作为一个xx貌似我只会盗用别人的code。这个还是“copy”真OO 无双大师的手笔写的 1 //date:2013/6/15 2 //designer :pengxiaoen 3 //function:signed number ad...
发表于 6/15/2013 1:46:36 PM
阅读(1608)
while执行两次的问题,已经解决
//2013 5 11//designer :pengxiaoen// function change the number 'd' to 'b'#include "stdio.h"unsigned long int in_un_numbe...
发表于 5/11/2013 11:04:05 AM
阅读(2211)
check_negation
//date : 2013 5 6//designer:pengxiaoen//function: check the symbol ~ #include "stdio.h"int main (){ char u8_char_temp;...
发表于 5/6/2013 11:03:15 AM
阅读(2238)
check_FunctionAddress
//date :2013 4 18 //designer: pengxiaoen//function :check the function addressint function (){int i = 10;return ;}int ma...
发表于 4/18/2013 11:02:25 AM
阅读(2467)
check the sentence &ff
//date 2013 4 17 //designer :pengxiaoen//function : check the sentence &ff#include "stdio.h"#include "stdlib.h"int main ...
发表于 4/18/2013 10:58:28 AM
阅读(2539)
clk_3
// date : 2013,3,18//designer : pengxiaoen// function:the T of the output_clk is three times of clk module clock_3 (...
发表于 4/5/2013 1:40:59 PM
阅读(1579)
check_return
//date : 2013 4 2 //designer :pengxiaoen//function:check the word return in function#include "stdio.h"int add (){ int a,...
发表于 4/2/2013 10:57:43 AM
阅读(2462)
break_VS_continue
//date 2013 4 2 //designer :pengxiaoen//function: look up the difference from break and continue#include "stdio.h"int ma...
发表于 4/2/2013 10:57:04 AM
阅读(2399)
CalculationWithDifferenceTpye
//date :2013 4 2 //designer pengxiaoen//function : calculation with difference type to known how the computer do with th...
发表于 4/2/2013 10:55:18 AM
阅读(2030)
SaveAboutZero
// date :2013 4 2//designer :pengxiaoen//function: check about the number 0 how it is saved in computer#include "stdio.h...
发表于 4/2/2013 10:54:28 AM
阅读(2373)
outof_size
//date 2013 4 1 //designer pengxiaoen//function : when the + or - out of their size ,the value is............. //-------...
发表于 4/1/2013 10:53:35 AM
阅读(2053)
sizeof_check
// data:2013 4 1//designer:pengxiaoen//function:check the word "sizeof" and the memory//result :sizeof_p = 4; sizeof_int...
发表于 4/1/2013 10:50:24 AM
阅读(2108)
