Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • 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
  • client_serveur.rar ... (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) exit( ...
  • 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++.
  • UnixFileSysSim.rar 模拟UNIX系统的文件管理功能。包括: 多用户 :usr1, …, usr8 (1-8个用户) 多级目录:可有多级子目录; 具有login (用户登录) 系统初始化(建文件卷、提供登录模块) 文件的创建: create 文件的打开:open 文件的读:read 文件的写:write
  • sillab-usb.py.tar.gz Buck Read Write Sil lab C8051F320 wiht pyusb
  • LinkPLCsource.zip VC6++ program demo source for communication with PLC to read and write data.
  • singleServersockets.rar simple code of windows sockets, write a simple server.
  • singleClientsocket.rar write a single client using a windows sockets
  • PingTest.zip A ping test tool. Use to check ping speed and write a log over time. You can test your wlan connection with this.
  • fifo.zip ... data to the FIFO, present the data to be written and assert the write enable. At the next rising edge of the clock, the data will be written. For every rising edge of the clock that the write enable is asserted, a piece of data is written into the FIFO. ...