-
VCC-DLL
这份资料让您能够很好的了解DLL动态链接,文档分析的很仔细,希望对大家有所帮助。。。。(This information allows you to very good understanding of DLL Dynamic Link, document analysis very carefully, hoping to help all of you. . . .)
- 2009-07-20 14:35:41下载
- 积分:1
-
利用ICMP在VC++下实现网络路由跟踪
利用ICMP在VC++下实现网络路由跟踪-use of ICMP in VC tracking network routing
- 2022-03-17 17:02:47下载
- 积分:1
-
多客户端 多线程 断点文件传输,并有容错处理
多客户端 多线程 断点文件传输,并有容错处理-Multi-client multi-threaded file transfer breakpoints and has fault-tolerant
- 2022-06-15 21:04:36下载
- 积分:1
-
mimo信道模型MATLAB程序
说明: mimo无线信道建模的matlab程序(Matlab program of MIMO wireless channel modeling)
- 2021-03-03 09:42:21下载
- 积分:1
-
lifegame
一个c++开发的游戏,很有意思,有不少可借鉴之处
(A c++ Development of games, very interesting, many can learn from the)
- 2008-05-21 00:55:59下载
- 积分:1
-
comm
一个很好用的通用串口通讯类,含例程,在VC下可执行(With a good general-purpose serial communications, including routines, under the executable in VC)
- 2008-08-23 12:48:30下载
- 积分:1
-
network transmission. Reading URL, read Web File, Net received information, perh...
网络传输.读URL,读Web File,得到Net信息等,也许对你有些帮助吧.-network transmission. Reading URL, read Web File, Net received information, perhaps some of you to help it. Thank you
- 2022-02-06 14:38:55下载
- 积分:1
-
tong_xun_lu
简易通讯录,vc+MFC ODBC+acess环境,非常简单易用,也是学习vc+MFC ODBC+acess设计的入门程(simple correspondence, vc MFC ODBC acess, very simple to use, also learning vc MFC ODBC acess-designed portal)
- 2007-03-26 08:21:09下载
- 积分:1
-
PSOQoS
针对QoS组播问题,本文采用粒子群算法,通过对算法的改进,使其能够应用到QoS组播路由问题上来,最终求出满足QoS约束的最小代价组播树。(In order to solve the problem of QoS multicast, this paper uses particle swarm optimization (PSO) algorithm. Through the improvement of the algorithm, it can be applied to the QoS multicast routing problem. Finally, the minimum cost multicast tree which satisfies the constraints of QoS is finally obtained.)
- 2018-06-05 19:14:02下载
- 积分: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