-
用SPI加密数据包。基于WINSOCK2 SPI层。
用SPI加密数据包。基于WINSOCK2 SPI层。-Encrypted data packet with SPI. WINSOCK2 SPI-based layer.
- 2023-02-28 09:50:04下载
- 积分:1
-
自己做的带界面的聊天程序-可与指定IP连接聊天程序目前还不能 用按钮控制连接 。
但可以直接编译 运行...
自己做的带界面的聊天程序-可与指定IP连接聊天程序目前还不能 用按钮控制连接 。
但可以直接编译 运行 -Their own interface to do with chat programs- can be connected with the designated IP chat program can use the button control is not yet connected. But you can direct the compiler to run
- 2022-05-07 03:07:15下载
- 积分:1
-
891-891-1-PB
Digital image face detection had been developing so much in this last decade. The searching for the best
method is still walking until today. This face detection research is using color model based segmentation method
combined with template matching. There are 4 main process in this research. First, motion detection is used to
minimize the size of the image by subtracting image n with image n+m. Then, by using YCbCr color model based
segmentation, the image is separated by skin color area and non-skin color area. Third, is to reduce the noise by
using the blurring way and by filtering its wide. The last one is matching the area that last with template that has
been prepared to detect which area is face. The result of the research, from 217 images and 10 videos , shows
that this method reach up to 70,5 face detection accuration procentage.
- 2013-11-22 22:58:45下载
- 积分:1
-
C#自动更新服务(本地服务安装)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{ //获取学生信息 public class Service_Update_Data : IWindowsService { private ILogWriter _logWriter = null; private const string logCategory = "Services.Info"; private string logInfoSource = "Update_Data"; private const string logErrorCategory = "Services.Error"; private const string logErrorSource = "Update_Data_Error"; private bool BeStop = true; private System.Timers.Timer timer = null; public void Start(Common.Log.ILogWriter logWriter, string gameCode) { gameCode = gameCode.ToUpper(); logInfoSource = gameCode; _logWriter = logWriter; BeStop = false; StartRequestData(); } int stata = 0; private void StartRequestData() { try { #region 配置 //时间频率 var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData"); //更新学生开始时间 var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime"); //更新学生结束时间 var studentendtime = ServiceHelper.GetInterval("StudentEndTime"); //是否更新学生基本信息:true为更新 false为不更新 var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet")); #endregion timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () => { int timeHour = DateTime.Now.Hour; if (timeHour == 3) stata = 0; #region 更新学生基本信息 if (studentbegintime
- 2015-03-11下载
- 积分:1
-
WinRAR.5.71
说明: Winare ver 5.71 full option
- 2020-06-16 23:20:01下载
- 积分:1
-
《C语言精彩编程百例》源代码
说明: 《C语言精彩编程百例》源代码,压缩包有一些c语言编程的例子(The source code of "100 wonderful programming cases of C language". There are some examples of C language programming in the compressed package)
- 2020-02-05 11:51:00下载
- 积分:1
-
d3d11_screen
These cap sets are much more correct than the ones in u_caps.c TODO: it seems cube levels should be the same as 2D levels.
- 2015-09-23 09:56:38下载
- 积分:1
-
vectores
Program that calculates the product of 2 vectors
Devc++
- 2014-04-15 07:11:41下载
- 积分:1
-
这是一个关于dhcp介绍和配置的PPT文档
这是一个关于dhcp介绍和配置的PPT文档-dhcp briefed on the PPT and configuration files
- 2023-01-06 22:05:03下载
- 积分:1
-
Display network traffic, monitor network traffic to the c
显示网络流量,进行网络流量监控的c源码!显示图形介面直观易懂。编译完全通过。-Display network traffic, monitor network traffic to the c-source! Showed an intuitive graphical user interface easy to understand. Entirely by the compiler.
- 2022-11-18 21:50:04下载
- 积分:1