登录
首页 » 文档处理 » 关于p2p编程的一些资料

关于p2p编程的一些资料

于 2022-03-20 发布 文件大小:5.44 kB
0 143
下载积分: 2 下载次数: 1

代码说明:

关于p2p编程的一些资料-p2p programming on some of the information

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

发表评论

0 个回复

  • 简单强大的3D动画编辑软件
    简单强大的3D动画编辑软件-It is a 3D animated edit software with strong function
    2022-01-25 23:59:22下载
    积分:1
  • 技术说明,还有RSA算法、HASH算法、MD5、sha1RSA等的C源码.
    技术说明,还有RSA算法、HASH算法、MD5、sha1RSA等的C源码.-technical note, RSA algorithm, hash algorithm, MD5, sha1RSA the C source.
    2022-08-20 08:50:02下载
    积分:1
  • PIC MCU sets typical applications: arith
    PIC系列单片机典型应用程序集: arith-PIC MCU sets typical applications: arith
    2022-08-10 17:28:41下载
    积分:1
  • 仍然是SQL语言学习版 可以致用的一些
    仍然是SQL语言学习版 可以致用的一些文章-is still learning SQL language version of the article Zhiyong
    2022-05-27 17:52:07下载
    积分:1
  • Quartz.NET开源的作业调度框架
    Quartz.NET是一个开源的作业调度框架,是OpenSymphony 的 Quartz API的.NET移植,它用C#写成,可用于winform和asp.net应用中。它提供了巨大的灵活性而不牺牲简单性。你能够用它来为执行一个作业而创建简单的或复杂的调度。它有很多特征,如:数据库支持,集群,插件,支持cron-like表达式等等。 你曾经需要应用执行一个任务吗?这个任务每天或每周星期二晚上11:30,或许仅仅每个月的最后一天执行。一个自动执行而无须干预的任务在执行过程中如果发生一个严重错误,应用能够知到其执行失败并尝试重新执行吗?你和你的团队是用.NET编程吗?如果这些问题中任何一个你回答是,那么你应该使用Quartz.NET调度器。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-08-19 03:43:29下载
    积分:1
  • Delphi TMemo字符串的查找完全实现
    资源描述Delphi TMemo字符串的查找完全实现 已经完全的解决Delphi TMemo的查找对话框 和 替换对话框 功能 的所有功能
    2023-03-29 06:10:03下载
    积分:1
  • In the STAR ES598PCI veneer development machine to realize oven temperature and...
    ① 设计并开发能检测温室温度信号,并能产生报警信号的系统; ② 通过在程序中设置温度界限值,能判断采集的温度是否超过界限值; ③ 若温度值越界则进行声(蜂鸣器)、光(发光二极管)报警; 说明:界限值是自行设定的(26C),其所对应的数字量为十六进制数(0180H)。 (2)使用DS18B20采集温度,采用七段数码管显示当前温度和剩余时间,并和设置的温度进行比较。 (3)当温度低于设定值时,通过DAC0832输出电压供给发热电阻RT1,使其温度升高。 (4)使温度恒定在设定温度附近,时间到了停止加热,并提示操作完毕。 -In the STAR ES598PCI veneer development machine to realize oven temperature and time control functions. Design requirements: (1) through the keyboard to set the temperature and heating time. (2) The use of DS18B20 collecting temperature, using seven-segment digital tube displays the current temperature and the remaining time, and and set the temperature for comparison. (3) When the temperature is below the set value, the DAC0832 output voltage of the supply of heat through the resistor RT1, so that temperature. (4) to enable the temperature constant at the set temperature near the time to the cessation of heating, and prompt action is completed.
    2022-07-27 01:54:00下载
    积分:1
  • introduces Oracle related installation and configuration of the basic method. Or...
    主要介绍Oracle相关安装和配置的基本方法。Oracle是运行在Windows和Unix操作平台上的主流数据库系统之一。因为Windows上的Oracle安装配置相对比较简单,所以本手册只介绍Unix平台上的安装和配置,而且主要以Linux操作系统为主(笔者强烈推荐Linux)。如果不特别声明,本文档涉及的操作都是在Red Linux和Oracle9i上完成-introduces Oracle related installation and configuration of the basic method. Oracle is running on Windows and Unix operating platform of the mainstream database systems in the world. Because Windows on the Oracle installation configuration is relatively simple. Therefore, the manual only on the Unix platform installation and configuration, mainly to Linux-based (I highly recommend Linux). If not specifically stated, this document are involved in the operation of Linux and Red complete Oracle9i
    2022-03-24 03:47:02下载
    积分:1
  • 线程通信 本 我 们 将 在VC++4.1 环 境 下 介 绍 一 个 父 进 程 和 其 子 进 程 的 通 信 实 例。 在 父 进 程Parent 窗...
    线程通信 本 文 我 们 将 在VC++4.1 环 境 下 介 绍 一 个 父 进 程 和 其 子 进 程 的 通 信 实 例。 在 父 进 程Parent 窗 口 中 按 一 下 鼠 标 左 键, 就 会 产 生 一 个Pipe 和 启 动 子 进 程Child, 并 从Pipe 一 端 发 送 信 息, 同 时Child 启 动 后 会 创 建 一 个 工 作 线 程, 专 门 用 来 从 管 道 的 另 一 端 读 入 数 据。 通 过 父 进 程 菜 单 项 的 控 制 来 改 变 图 形 形 状 参 数, 并 传 给Child 使 之 在 自 己 的 窗 口 中 绘 出 响 应 的 图 形。 下 面 分 别 就 父 进 程Parent 和 子 进 程Child 来 进 行 说 明。-thread communication in this paper we will VC 4.1 environment on the process of a father and his son, the process of communication examples. The parent process Parent window on the mouse button, it will have a Pipe and promoter process Child, and Pipe from one end to send messages and Child will be launched to create a work of threads, devoted to the pipeline from the other end of read data. Father process through a menu item to change the control parameters of graphics shapes and Child pass to make it in their own window graphics charted response. Below process on the father and son Parent Child process to say.
    2022-01-31 00:24:41下载
    积分:1
  • 怎样在系统中设置Java的环境变量
    怎样在系统中设置Java的环境变量-how to set up the system environment variables Java
    2022-02-10 01:29:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载