-
网络通信程序
采用visual c++6.0开发的网络通信程序,基于TCP/IP的通信原理,在WIN7系统上测试通过,可以参考。
- 2022-10-13 19:05:03下载
- 积分:1
-
PHP的人脸检测
应用背景人脸检测在Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测网络使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web使用algorithm.face检测Web应用算法。关键技术PHP PHP和杰森杰森PHP和杰森PHP和jasonphp和杰森PHP和杰森PHP和杰森PHP和杰森PHP和杰森PHP和杰森
- 2022-05-21 03:30:17下载
- 积分:1
-
image rotation control, rotating images of various image formats, rotary control...
图像旋转控件,可以旋转各种图像格式的图像,旋转控制十分方便-image rotation control, rotating images of various image formats, rotary control is very convenient.
- 2022-04-28 16:29:56下载
- 积分:1
-
基于c#的时钟
资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路,
namespace Clock
{
public partial class MainForm : Form
{
private PointF center;
private float r;
private Pen hourPen;
private Pen minutePen;
private Pen secondPen;
private Thread timeThread;
public MainForm()
{
InitializeComponent();
ShowInTaskbar = false;//不在任务栏中显示
SetStyle(ControlStyles.DoubleBuffer, true);
SetStyle(ControlStyles.UserPaint,true);
SetStyle(ControlStyles.AllPaintingInWmPaint,true);
center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f);
r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f);
hourPen = new Pen(Color.Black, 2.5f);
minutePen = new Pen(Color.Black, 1.5f);
secondPen = new Pen(Color.Black, 0.5f);
timeThread=new Thread(new ThreadStart(DrawTime));
timeThread.Start();
}
protected override void OnPaint(PaintEventArgs e)
{
Graphics g = e.Graphics;
g.Clear(BackColor);
//g.SmoothingMode =
- 2022-01-26 05:22:52下载
- 积分:1
-
Wince下的万年历小软件,有源码。显示阴历和阳历
Wince下的万年历小软件,有源码。显示阴历和阳历-the hefty almanac small software and source code. The lunar calendar and the solar calendar shows
- 2022-03-21 17:49:28下载
- 积分:1
-
vcSDll VCD2000AV卡的API函数封装
DvrDll PV988卡的API函数封装
DvsCode 监控录像系统源代码...
vcSDll VCD2000AV卡的API函数封装
DvrDll PV988卡的API函数封装
DvsCode 监控录像系统源代码-vcSDll VCD2000AV card API Function Packaging DvrDll PV988 card API Function Packaging DvsCode video surveillance system source code
- 2022-06-16 05:26:18下载
- 积分:1
-
开发web应用程序的组件,能结合struts框架快速开发出多个层次的动态树。...
开发web应用程序的组件,能结合struts框架快速开发出多个层次的动态树。-development of the web application components, in conjunction with struts framework of the rapid development of many kinds of dynamic tree.
- 2022-02-03 23:41:13下载
- 积分:1
-
屏幕显示的例子
屏幕显示的例子,使用端点API来开发的屏幕,使用Visual Studio C ++,音频API,获取系统的体积,并在屏幕上显示。
- 2022-08-11 06:27:22下载
- 积分:1
-
该程序是我一步步实现FFTsystem的程序,这是第一步部分的备份。望各位指正!...
该程序是我一步步实现FFTsystem的程序,这是第一步部分的备份。望各位指正!-the program is a step to achieve FFTsystem procedures, the first step is part of the backup. You look correct!
- 2022-02-13 08:06:24下载
- 积分:1
-
五子棋编程
这是通过visual c++6.0来开发的关于五子棋程序,还添加了关于网络连接的代码,可以使用户通过局域网络连接,实现双方在电脑上对战。
- 2022-05-22 00:49:16下载
- 积分:1