-
Socks Wrapper
建立了通过Socks代理版本 4 套接字和版本 5。
Socks component/wrapper是一个 c + + 类,这是有帮助,建立一个套接字通过袜子代理基于 TCP 的客户端。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-01-31 10:15:04下载
- 积分:1
-
创建 Windows 还原点
这是特尔斐 2010年代码在 Windows XP 中设置一个还原点并向上。它是一个独立程序,但也可以嵌入到其他还原点所需的程序 (如安装程序)。
- 2022-02-21 11:31:15下载
- 积分:1
-
tree view win32
描述:显示树状视图的一些功能以及如何在Win32应用程序中实现它们。
- 2023-04-02 16:25:04下载
- 积分:1
-
功能强大的网上书店系统,用户登录,管理,书籍浏览,新书上架...
功能强大的网上书店系统,用户登录,管理,书籍浏览,新书上架-A powerful online bookstore system, user login, management, book browsing, book shelves, etc.
- 2022-05-20 12:40:03下载
- 积分:1
-
代码1:本代码实现了以图形方式显示CPU与内存利用率。 代码2:近来我在用VC开发一套MIS时没有用MFC的文档视图模板,所以在打印这上面就只好自己写了一套,用...
代码1:本代码实现了以图形方式显示CPU与内存利用率。 代码2:近来我在用VC开发一套MIS时没有用MFC的文档视图模板,所以在打印这上面就只好自己写了一套,用起来感觉还可以,所以写出来大家一起修正一下吧,也许能给大家起点作用吧! 系统UI是基于对话框的,大家如果感觉不错可以进行自我修正! 代码3:编程时有时需要读取SQL服务器的目录及文件列表,特别作一些数据库备份程序的时候,本程序实现这个功能...... 代码4:TTS-文本语音转换。 代码5:本软件是一个用局网域发送信使服务的程序,用到了NET SEND网络命令和创建了一个进程和一个主线程。本软件一共两个线程,显示网络用户信息也用到了第二个线程主要用到的是NETBIOS会话。本程序是发布的DEBUG版如果有什么DEBUG请指出。本程序参考了VISUAL C++网络通信编程一书。 代码6:数据库连接 AD0。本包为数据连接,在您的程序中整体加入此包能帮您的数据库连接省n多代码 里面注释很规范, 请自己阅读。-a code : the source implementation of a graphic display of CPU and memory utilization. Code 2 : Recently, I developed a VC MIS without using MFC View template files, so that the print on the above but their set was used up feeling also, so we write together that so much today, we can perhaps starting role! UI system is based on then the box, if you can feel good for self-correction! code 3 : Programming sometimes need to read SQL server"s directory and list of documents, especially for some database backup procedures, the procedures for this function co
- 2022-03-24 19:05:28下载
- 积分:1
-
窗口管理器的动态效果
动态效果的窗口管理器 -dynamic effects of window managers
- 2023-01-08 17:45:03下载
- 积分:1
-
是一个有自动求解功能的推箱子游戏,本人的旧作品。使用了从起点和终点两个方向同时进行有向图搜索的方法,是学习博弈算法的极佳参考。闲来玩玩这个游戏可锻炼思维,精选了...
是一个有自动求解功能的推箱子游戏,本人的旧作品。使用了从起点和终点两个方向同时进行有向图搜索的方法,是学习博弈算法的极佳参考。闲来玩玩这个游戏可锻炼思维,精选了网上流行的很多高难度地图,如果全部都可不使用AI求解,那就很厉害了。-is an automatic function of viewing solving games, my old works. Use the starting and finishing points from two directions simultaneously directed graph search methods, Game learning algorithm is an excellent reference. Leisure can play this game thinking exercise featured many popular online maps difficult, If all of them could not use AI solution, it would be very familiar.
- 2023-04-23 16:45:04下载
- 积分:1
-
A synchronization process to copy the lyrics to make it easier to not use the MP...
一个同步复制歌词的程序,方便在使用MP3时不要在硬盘上到处找歌词-A synchronization process to copy the lyrics to make it easier to not use the MP3 on your hard drive around in search of the lyrics
- 2022-04-20 06:17:20下载
- 积分:1
-
C++编程库的模糊逻辑。
C++ Fuzzy Logic Programming Library.
- 2022-02-01 04:24:45下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1