-
The use of P2P technology, designed for a simple chat program. Do not use a dedi...
使用P2P技术设计的一个简易聊天程序。不使用专用的服务器,只要将好友添加到好友列表中,就能检测出好友是否在线,并相互发送聊天信息。-The use of P2P technology, designed for a simple chat program. Do not use a dedicated server, as long as the friend add to friends list, will be able to detect friends are online, and send chat messages with each other.
- 2022-11-24 06:00:03下载
- 积分:1
-
java程序设计
java程序设计-java programming
- 2022-08-05 09:27:43下载
- 积分:1
-
一个可以实现自动关机的小程序,调用了API函数,很好用的,可以用于98,NT,2000,XP...
一个可以实现自动关机的小程序,调用了API函数,很好用的,可以用于98,NT,2000,XP-an automatic shutdown of the small programs, call the API function, a good use, and can be used for 98, NT, 2000, XP
- 2022-08-21 01:34:00下载
- 积分:1
-
向u盘拷贝文件
调用windows的dl文件,获取u盘在pc上的盘符,然后向u盘中拷贝文件。
源方法如下。
判断指定驱动器的类型:GetDriveTypeA函数
该函数能依据根目录识别1个驱动器是软驱或光驱或硬盘等。声明:
Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long
参数nDrive:驱动器根目录路径的字符串,如"C : ".
函数返回值为1个常数,指定驱动器类型:DRIVE_ REMOVABLE=2,软驱; REMOVABLE是可移动的
如果驱动器不能识别,则返回0,如指定目录不 DRIVE_ FIXED=3,硬盘。
存在,则返回1。 DRIVE _REMOTE=4,网络驱动器;
DRIVE _CDROM=5,光驱;
DRIVE_ RAMDISK=6虚拟磁盘
调用如:
Private Const DRIVE_CDROM = 5
- 2023-02-14 04:40:03下载
- 积分:1
-
数独游戏C++代码,在VC6.0下运行在控制台上,使用回溯法解决,…
数独游戏解算C++代码,在vc6.0上运行,控制台,使用回溯法解决,首先输出的是一个满足规则的数独例子,接着可以自己输入已知点的个数及其坐标、数字(要求不能违反规则),然后会生成满足条件的一个例子。-Sudoku solver C++ Code, in vc6.0 run on the console, use backtracking to solve, first of all to meet the output is a single example of a few rules, and then can enter the number of known points and coordinates, numbers (request can not be against the rules), and then meet the conditions will generate an example.
- 2023-03-24 18:10:03下载
- 积分:1
-
读文件STL。帮助进口固体进入程序
Read file STL.Help import solid into program
- 2022-01-26 01:39:25下载
- 积分:1
-
n茶树的封装以及使用的demo。
n茶树的封装以及使用的demo。 -n茶树的封装以及使用的demo。n茶树的封装以及使用的demo。
- 2023-01-30 15:05:03下载
- 积分:1
-
可视化的基本多媒体文件将被保存到数据库中
Visual Basic将多媒体文件保存到数据库中-Visual Basic multimedia files will be saved to the database
- 2022-01-24 18:10:41下载
- 积分:1
-
椭圆程序,包括圆,直线的多种算法 以及各种曲线
椭圆程序,包括圆,直线的多种算法 以及各种曲线-oval procedures, including the yen, the multiple linear algorithms and the various curves
- 2022-03-10 14:58:03下载
- 积分:1
-
Computer vision image processing procedures HOUGH transform the image of straigh...
计算机视觉图像处理程序HOUGH变换检测图像中的直线并标示出-Computer vision image processing procedures HOUGH transform the image of straight-line detection and indication
- 2022-05-22 07:50:45下载
- 积分:1