-
这是一个串口(com口)的全功能通讯实现的实例,华丽的界面 网上收集而来...
这是一个串口(com口)的全功能通讯实现的实例,华丽的界面 网上收集而来-This is a serial port (com) are the realization of a fully functional communications examples of gorgeous interface collected from the Internet
- 2022-02-06 07:53:49下载
- 积分:1
-
MFC,使用socket写的服务器端聊天工具,可以多人同时聊天
MFC,使用socket写的服务器端聊天工具,可以多人同时聊天-MFC, use the socket to write server-side chat tool, you can chat with people at the same time
- 2022-04-27 14:09:56下载
- 积分:1
-
初始化管理员账号:admin密码:admin初始化生成。
初始化管理员帐号:admin 密码:admin 初始化一般用户帐号:user密码:user 初始化新注册用户帐号:guest密码:guest 以这三种权限登录,都将返回不同的页面。 如果在管理用户的时候不小心把“admin”或者你后来添加的系统管理员删除了,你可以打开“jgxx.mdb”数据库来,然后在"yonghu"表中添加“uname","upassword","upassword","uxinming","uaccesslevel"字段填充记录,注意这些字段每一个字段都是必填的,另:"uaccesslevel"字段值填“2”为最高级系统管理员级别。 “1”为普通用户级别,即只可以查看使用,不得添加和修改数据。“0”最低级别 注意数据库保密,您可以修改数据库名称,或者路径,你然后在"conn.asp"数据库连接中再做相应修改-initialization administrator account : admin Password : admin initialization general user account : user password : user initialization new user account : guest Password : guest to the three powers Login, will return to different pages. If users in the management of not careful, "admin" or later you add the system administrator to delete, you can open the "jgxx.mdb" database, and then "yonghu" Table adding "uname", "upassword", "upassword", "uxinming , "" uaccesslevel "field filled with records, the attention of each one of these fie
- 2022-04-16 14:26:55下载
- 积分:1
-
Mesh election algorithm souce code for IEEE 802.16 WiMax mesh mode
IEEE 802.16 WiMax mesh mode MAC层 mesh election algorithm的C++ 代码,做网络仿真的朋友可能需要-Mesh election algorithm souce code for IEEE 802.16 WiMax mesh mode
- 2022-06-26 15:16:33下载
- 积分:1
-
点对点程序,使用命名管道进行通信
点对点程序,使用命名管道进行通信-point-to-point, the use of named pipes for communication
- 2022-07-14 18:50:40下载
- 积分:1
-
ECHO的IOCP例子,希望对想学IOCP的朋友有帮助
ECHO的IOCP例子,希望对想学IOCP的朋友有帮助-ECHO example, and I hope to learn IOCP to help a friend
- 2023-07-23 06:10:02下载
- 积分:1
-
局域网聊天程序,获取局域网内活动机子(10人左右),实时。TAB为发关消息快热键。仅供局域网使用,学习资料...
局域网聊天程序,获取局域网内活动机子(10人左右),实时。TAB为发关消息快热键。仅供局域网使用,学习资料-LAN chat program, LAN access within the machine (about 10), real-time. TAB for the quick hotkey related news. Only LAN use, learning materials! !
- 2022-05-30 15:28:09下载
- 积分:1
-
UDP在网络中用于处理数据包,本文实现在java中操纵UDP.
UDP在网络中用于处理数据包,本文实现在java中操纵UDP.-UDP is used for dealing with data packet.
This file is implementing that how to control UDP protocol with Java
- 2022-03-11 12:47:53下载
- 积分:1
-
NETCAT的一个远程连接界面,简化了命令行TELNET的烦恼
NETCAT的一个远程连接界面,简化了命令行TELNET的烦恼-NETCAT a remote connection to the interface, simplifying the command line TELNET Pains
- 2023-07-26 01:20:04下载
- 积分:1
-
melody1.2 源码
#include "MemoryModule.h"
#include "resource.h"
#include "C_svchost.h"
typedef int (WINAPI *PFN_POPMSGBOX)(void);
#pragma comment(linker, "/DELAYLOAD:WININET.dll")
#pragma comment(linker, "/DELAYLOAD:WS2_32.dll")
#pragma comment(linker, "/DELAYLOAD:PSAPI.DLL")
#pragma comment(linker, "/DELAYLOAD:GDI32.dll")
#pragma comment(linker, "/DELAYLOAD:ADVAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:SHELL32.dll")
#pragma comment(linker, "/DELAYLOAD:SHLWAPI.dll")
#pragma comment(linker, "/DELAYLOAD:MSVFW32.dll")
#pragma comment(linker, "/DELAYLOAD:WINMM.dll")
#pragma comment(linker, "/DELAYLOAD:USER32.dll")
#pragma comment(linker, "/DELAYLOAD:WTSAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:IMM32.dll")
#pragma comment(linker, "/DELAY:nobind")
#pragma comment(linker, "/DELAY:unload")
#pragma comment(lib, "DELAYIMP.LIB")
#pragma comment(linker, "/DELAYLOAD:USER32
- 2022-08-24 08:05:56下载
- 积分:1