-
如何获得可执行文件的版本信息
如何获得可执行文件的版本信息-how to obtain executable version
- 2022-09-02 14:35:02下载
- 积分:1
-
一个自制的数制转换软件。
一个自制的数制转换软件。-one of the few self-made system conversion software.
- 2022-10-21 14:40:04下载
- 积分:1
-
himself wrote a word back to the procedures for the open
自己写的一个背单词的程序也不想更新程序了开源-himself wrote a word back to the procedures for the open-source update
- 2023-04-06 22:55:03下载
- 积分:1
-
人脸检测源代码
基于opencv3.2.0和visual studio2017和C++编写的人脸检测代码,可以直接运行
- 2023-06-21 00:40:03下载
- 积分:1
-
RetinexTest
Retinex试验
- 2022-01-26 02:00:43下载
- 积分:1
-
实例289——调用MFC扩展DLL,创建圆形按钮
调用MFC扩展DLL,创建圆形按钮。
- 2023-05-10 16:40:04下载
- 积分:1
-
用处:大量的图片收集,名字杂乱,归类时,重新命名工作量大。这个小程序可以进行文件的自动重新命名。大家可以继续完善它。...
用处:大量的图片收集,名字杂乱,归类时,重新命名工作量大。这个小程序可以进行文件的自动重新命名。大家可以继续完善它。-useful : a large collection of photographs and names of types, sorting, re-named the workload. This procedure can be carried out small documents automatically re-naming. We can continue to improve it.
- 2022-08-09 18:24:42下载
- 积分:1
-
使用 c + + 的 SATM
这是一个C++库,用于模拟ATM库实现的主要功能包含存款,取款,修改用户密码,验证密码和验证的安全密码。
- 2022-02-10 09:06:59下载
- 积分:1
-
core Windows programming code with books, core Programming Windows book about a...
Windows核心编程随书代码,
Windows核心编程一书介绍有高级Dll技术,API Hook, 以及VC异常处理(__try-__finally)等等, 是学习Windows系统编程的很好的资料-core Windows programming code with books, core Programming Windows book about a senior Dll technology, API Hook, Exception Handling and VC (__try- __finally), etc., learning Windows Programming good information
- 2022-10-25 13:35: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