-
给自己用的实用日程提示工具,初学者可以看懂的东西,如果需要数据库请自己试着编写,不难...
给自己用的实用日程提示工具,初学者可以看懂的东西,如果需要数据库请自己试着编写,不难-to his own agenda suggest practical tools, beginners can understand things. If the database please try to prepare ourselves, it is not difficult
- 2022-08-13 20:15:51下载
- 积分:1
-
文件夹监控,可监控制定文件夹里文件的新增,删除和修改等变化...
文件夹监控,可监控制定文件夹里文件的新增,删除和修改等变化-Folder monitoring can monitor the development of the document folder to add, delete and modify, such as changes in
- 2022-06-03 09:04:43下载
- 积分:1
-
基于QT5的udp发送与接收端
基于qt5的udp发送与接收端 ,用于测试局域网内的udp通信。可将次代码作为需要局域网通信软件的参考
- 2022-03-21 01:50:01下载
- 积分:1
-
生成随机数的函数,可以指定随机数的大小和数量
生成随机数的函数,可以指定随机数的大小和数量-Random number generation function, you can specify the random number of size and number of
- 2022-06-03 00:22:45下载
- 积分:1
-
Genetic Programing遗传编程的C++实现研究
Genetic Programing遗传编程的C++实现研究-Genetic Programming Genetic Programing the C++ Realize Study
- 2023-05-16 05:20:03下载
- 积分:1
-
此为监控系统的设备协议,用于电信系统基站监控,此为商业版本。具体与开发者联系...
此为监控系统的设备协议,用于电信系统基站监控,此为商业版本。具体与开发者联系-This is used in telecommunications systematic base station monitoring for the equipment agreement of supervisory system, this is commercial edition. Specific and development connects
- 2022-01-28 13:43:03下载
- 积分:1
-
a VC development of the windows Notepad procedures, and listening to music for t...
一个用VC开发的windows记事本程序,并提供听音乐等windows记事本的额外功能-a VC development of the windows Notepad procedures, and listening to music for the notebook windows of the additional functions
- 2022-08-16 19:17:22下载
- 积分:1
-
ASCII文本拼写检查的C语言源程序,本程序的算法不是最优的,希望大家能提出更好的算法。...
ASCII文本拼写检查的C语言源程序,本程序的算法不是最优的,希望大家能提出更好的算法。-ASCII text spelling check the C language source files, the process of the algorithm is not optimal, hope that we can come up with a better algorithm.
- 2023-08-26 23:25:03下载
- 积分:1
-
WPF 窗口 RawInput
原始输入窗口中的开发的 Visual Studio 2010 感谢手表 ^^
- 2022-12-09 11:10:03下载
- 积分:1
-
win8平板调用摄像头工具
win8平板很牛叉的调用摄像头的库,通过.net调用COM库实现的,之前通过avicap.dll库,SendMessage方式都行不通的方式用这种方式能成功。
namespace AForge.Controls
{
using AForge.Video;
using System;
using System.ComponentModel;
using System.Drawing;
using System.Runtime.CompilerServices;
using System.Windows.Forms;
public class VideoSourcePlayer : Control
{
private bool autosize;
private Color borderColor = Color.Black;
private IContainer components;
private Bitmap currentFrame;
private bool firstFrameNotProcessed = true;
- 2022-04-23 12:39:10下载
- 积分:1