-
-
-
[
Unix_Linux]
test_onlyread.rar
java interface running on the pc , write.c set to the linux system nodes, which communicate through the serial port with ... test on pc, enter the interface ttyUSB0, point open button, then read button. Then use ./Write operation on the nodes can write to the ...
-
[
C/C++]
code.rar
linux file IO exit.c fork.c select.c write.c waitpid.c
-
-
-
-
[
VHDL]
iamgod.zip
this is a very nice vhdl program for making shit and stuff... plz write back if any trouble with it..
-
[
Java/JSP]
PolaBintang.rar
this is develop in java. you can see how to print a kind of star. its very usefull to learn a java programming. how the logic can be write to code in java
-
[
C/C++]
client_serveur.rar
... sizeof(address)
result = connect(sockfd, (struct sockaddr*)&address, len)
if(result ==-1) {
perror("oops: client")
exit(1)
}
write(sockfd, &ch, 1)
read(sockfd, &ch, 1)
printf("char from server = c\n", ch)
close(sockfd)
...
-
[
C#(.net)]
OpenTK.zip
A cross-platform OpenGL wrapper for C# and other .Net languages. It can support OpenGL 3.1 and GLSL language. You can use it write GPU based program using C# instead of C or C++.