-
多线程的ftp客户端.能同时让多个客户从服务器上下载文件,实现多现程操作,对多线程编程有个深入浅出理解!
多线程的ftp客户端.能同时让多个客户从服务器上下载文件,实现多现程操作,对多线程编程有个深入浅出理解!-Multi-threaded ftp client. So that multiple clients can simultaneously download files from the server, multi-way operation is to have a multi-threaded programming easy to understand!
- 2023-04-30 18:50:02下载
- 积分:1
-
socket编程,建立客户端,用于聊天的程序。
socket编程,建立客户端,用于聊天的程序。-socket programming, the establishment of the client for the chat program.
- 2022-11-26 13:50:03下载
- 积分:1
-
Windows563108816
windows程序设计权威版书籍,详尽,全面,用起来很好(authoritative version of windows programming books, detailed, comprehensive, and use them well)
- 2012-11-07 20:46:46下载
- 积分:1
-
vc2005Beginningcode
说明: vc++2005入门经典 源代码 visual studio.net 2005 vc++的经典入门书籍源代码(vc++ 2005 Introduction to the classic source code visual studio.net 2005 vc++ classic book Introduction to source code)
- 2008-10-23 13:48:21下载
- 积分:1
-
Applied-Software-Risk-Management
this book give detial view on Software Risk Management
- 2013-11-29 02:22:54下载
- 积分:1
-
NetMeeting SDK,语音和视频聊天室好事情的发展!吨。
netmeeting的SDK,开发语音视频聊天室的好东西!这个SDK网上不好找,里面有很多的SAMPLE!-The NetMeeting SDK, the development of voice and video chat rooms good things! This SDK不好找online, which has a lot of SAMPLE!
- 2022-06-16 02:18:05下载
- 积分:1
-
Windows vb_winsock
Windows vb_winsock
Windows vb_winsock
Windows vb_winsock
- 2022-07-07 22:57:13下载
- 积分:1
-
PE_Explorer_ha
PE Explorer(pexplorer)是功能强悍的软件汉化工具,也是大家常用的反编译工具,能可视化翻遍Delphi、C++ 、VB等语言编写的程序,另外,还具备有W32DASM 软件的反编译能力和PEditor 软件的 PE 文件头编辑功能,可以更容易的分析源代码,修复损坏了的资源,还能任意修改程序内置的资源、信息,可以处理的文件格式包括EXE、DLL、DRV、BPL、DPL、SYS、CPL、OCX、SCR 等32位可执行程序。PE Explorer V1.99 R6 汉化版在该工具中附加了UPX脱壳插件。(PE Explorer (pexplorer) is a function powerful software localization tool, is also commonly used anti compiler tool, can turn over Delphi, C++, visual VB language program, in addition, also has a PE file with W32DASM software decompile capacity and PEditor software editing function, can be the source code analysis easier., repair damaged resources, can modify the program built-in resources, information, can handle file formats including EXE, DLL, DRV, BPL, DPL, SYS, CPL, OCX, SCR, 32 bit executable program. PE Explorer V1.99 R6 Chinese version attached to UPX hulling plug-ins in the tool.)
- 2014-02-19 20:16:51下载
- 积分:1
-
Distributed-GibbsLDA
基于mapreduce的分布式蒙特卡罗 的采样方法用于主题模型的推断(mcmc, mapreduce,lda)
- 2014-03-18 06:35:47下载
- 积分:1
-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1