登录
首页 » Windows Socket编程 » FLASH源码素材

FLASH源码素材

于 2023-08-17 发布 文件大小:794.85 kB
0 103
下载积分: 2 下载次数: 1

代码说明:

FLASH源码素材-甜蜜恋人系列02 甜蜜恋人系列02 -FLASH source material-sweet lovers Series 02 lovers sweet sweet lovers Series 02 lovers sweet lovers Series 02 Series 02

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

发表评论


0 个回复

  • 一个写好的串口通信序,窗口序可以直接调用
    一个写好的串口通信程序,窗口程序可以直接调用-A written serial communication program, the window procedure can directly call
    2022-12-04 17:45:03下载
    积分:1
  • 序说明: 1.序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT....
    程序说明: 1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹 本程序只是实现简单的P2P互发消息.完成的比较粗糙,更多功能欢迎朋友们更新完善-procedures : 1. Online procedures introduced by the most basic method of peer-to-peer communication. Simulation made instant messaging each other. 2.P2P communications Note : 1). Gateway is the ideal type of state. That is non-symmetric NAT. 2). In the same period net CLIENT-2 communications, if not support NAT Gateway Circular, will fail. directory : tQServer :-service procedures, I would be grateful if the public on its Internet. tQClient : clients, in different operations within the network login to connect to the server. Common : Public the agreement folder procedure is a simple peer-to-peer updates. completion of the rougher, more functional friends welcome update perfect
    2022-03-31 17:02:30下载
    积分:1
  • under the Windows network server program development, no doubt, Winsock complete...
    在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,我在C语言下用完成端口模型写了一个WEBSERVER,前些天,我决定用C++重写这个WEBSERVER,给这个WEBSERVER增加了一些功能,并改进完成端口操作方法,比如采用AcceptEx来代替accept和使用LOOKASIDE LIST来管理内存,使得WEBSERVER的性能有了比较大的提高。 -under the Windows network server program development, no doubt, Winsock completed port model is the most efficient. Winsock port model with complete preview of overlap and complete port IO to achieve complete port after the model to understand is a relatively simple, but want to know the complete Winsock port model, the need for the Windows threads, thread synchronization, Winsock API and Windows IO mechanism of a certain understanding. If we do not understand, recommended several books : "Inside Windows 2000," Windows core programming "," WIN32 multithreaded program
    2023-07-22 22:20:02下载
    积分:1
  • 比较完整的FTP库,含上传、下载、删除文件功能,支持多级目录...
    比较完整的FTP库,含上传、下载、删除文件功能,支持多级目录-relatively complete the FTP, including upload, download, delete the file functions for the multi-level directory
    2022-05-16 22:08:53下载
    积分:1
  • 网络,主要是在电信发展:风险投资机制和…
    网络编程,主要是通讯开发:vc和tcp机制-network programming, mainly in telecommunications development : vc mechanism and tcp
    2023-06-28 01:55:04下载
    积分:1
  • smtp
    实现网络抓包 与相关的功能 显示网卡 并且采用state模式编写-smtp
    2023-06-01 08:30:03下载
    积分:1
  • MyDownloader is an open source application written in C# that is almost a comple...
    MyDownloader is an open source application written in C# that is almost a complete download manager.
    2022-08-14 14:39:05下载
    积分:1
  • 主要变化有以下几个方面:一、制背景、SY的增加…
    主要修改了以下地方: 1、整理了后台,增加了系统设置功能,现在不用改网站页面就可以使用了此程序了 2、友情链接后台管理功能。考虑到大家很懒,就加上后台管理链接功能 3、对相册上传安全增加了点安全措施,只允许上传jpg,gif文件 4、修改了大量原1.0程序中的错误,现在没有内容时也不会出现错误 5、修改了金钱交易地方的漏洞-main changes the following places : one, compiled background, the increase in system setup functions now without changes to pages on the site can use this procedure the two, Links background management functions. Taking into consideration your pretty lazy, with background on the management functions of the three links, upload photos to a point increase security measures, allowing only upload jpg, gif four documents, a large number of amendments to the original 1.0 procedural errors were made, there is no content there will be no mistakes 5, revised the payment money transactions where the loopholes
    2022-02-04 03:20:17下载
    积分:1
  • 主要是练习Winlnet类的简单使用,使用C++实现,有设计文档和使用手册。这只是实现一个简单的基本的FTP上传功能,你不能拿它和现在流行的FTP软件来比。可以...
    主要是练习Winlnet类的简单使用,使用C++实现,有设计文档和使用手册。这只是实现一个简单的基本的FTP上传功能,你不能拿它和现在流行的FTP软件来比。可以帮你开拓编程思路及研究一些类的使用方法-Winlnet class is mainly a simple exercise to use, the use of C++ implementation, there is the design documentation and user manual. This is just the basic realization of a simple FTP upload functionality, you can not uses the staff and now the popular FTP software to more than. Can help you develop ideas and research program to use a number of classes
    2022-07-18 17:49:54下载
    积分:1
  • 飞鸽的源代码,是一个完整的工,飞鸽文件已经生成
    飞鸽的源代码,是一个完整的工程,飞鸽文件已经生成-Feige" s source code, is a complete project, Flying Pigeon file has been generated
    2022-03-17 14:20:46下载
    积分:1
  • 696518资源总数
  • 105273会员总数
  • 10今日下载