-
-
-
-
Downloading source
自己写的,请参考。
[Servlet与JSP]用java实现上传下载功能 - Own write, please refer. [ Servlet and JSP ] realize with javaon passes on the downloading function
-
-
kcc.rar
KCC , a good c compiler, write by Ken Harrenstien
-
oxcc1434.zip
... a multipass, interpreting C compiler with several language extensions. It generates an Architecture Neutral Format (ANF) output and comes with a couple of example back ends. Programmers are expected to write additional back ends for their specific needs.
-
src_parallel.rar
this code is a parallel programming code . such code is esay but is very useful to understand how to write the parallel code.
-
stege2_javarmi.rar
a java-rmi code build a chat-room. to run this code , you need to know some basic idea about java-rmi. i spend three weeks to write this code which is also an assignment in my university (UNI.adelaide.au )
-
c语言中写二进制数.rar
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c = 0xA9
}
-
signal_cpu_sort.rar
Use the verilog language write a MIPS CPU code, and have additional instruction, for example: selection sort instruction.
The code has contain combination circuit and sequenial circuit.
CPU have contain ALU, ADD, ALU_CONTROL, DATA_MEMORY, INST_MEMORY, ...
-