资源列表
sequence_list
- this code is for sequence_list using c\c++.i have test the code.and its ok
array_sequence
- this c\c++ code for array sequence.just share.its my homework,thanks for your appreciate-this is c\c++ code for array sequence.just share.its my homework,thanks for your appreciate
CS176
- S7-300,做的均质炉控制系统,大型工矿企业用的多-S7-300, make the homogeneous furnace control systems, used by many large industrial and mining enterprises
polynomial_sequence_list
- this code is to achieve polynomial(sequence list).it is simple,but i think its usefull for you.thanks
polynomial
- this code is for polynomial(chain).it use listlerator to achieve the goal.
MyQQClient
- vc++网络编程类-winsocket编写的仿QQ服务器 能够统计实时在线人数-vc++ network programming category-winsocket prepared imitation QQ server can the number of real-time online statistics
FtpSearch
- vc++网络编程类-ftp资源探测器,能自动探测ftp服务期的地址-vc++ network programming category-ftp resources detectors
win.c
- get some windows infos using win32 stadar API
ProcessManage
- 进程管理类小程序-强制杀死进程,采用vc++6.0平台开发-Process management applet- compulsory to kill the process, using vc++6.0 platform development
calc
- this program describe the calculater and all operations in c++ language
calculater
- this program written in c++ and it is a small calculator that make many operations
mst
- 最小生成树 MST的四种算法实现。 包括普通的Kruskal算法和Prim算法,用Disjoint-Set优化的Kruskal算法和用Heap优化的堆算法。 复杂度分别为O(mn), O(n^2), O(m log n), O(m log n)-Minimum Spanning Tree Algorithm