-
模仿Windows任务栏的一个简单实例
模仿Windows任务栏的一个简单实例-imitate the Windows task bar a simple example
- 2023-05-20 14:15:03下载
- 积分:1
-
实现加密算法 然后对其进行处理!连续输入
实现加密算法 然后对其进行处理!连续输入-input
- 2022-02-07 11:06:17下载
- 积分:1
-
该程序目的为测量电机的转速,采用了DSP来实现.程序中还采用的Q格式.值得参考/...
该程序目的为测量电机的转速,采用了DSP来实现.程序中还采用的Q格式.值得参考/-the procedures for the purpose of measuring motor speed, using the DSP is to be achieved. Procedures also the Q format. Worth /
- 2022-04-07 00:58:12下载
- 积分:1
-
谢宾治三角形的输出算法的具体实现,采用动态规划算法,使用vc++6.0编写。...
谢宾治三角形的输出算法的具体实现,采用动态规划算法,使用vc++6.0编写。-Xie Bin Fan governance triangle output to achieve the specific algorithm using dynamic programming algorithm, vc 6.0 preparation.
- 2023-04-07 22:25:04下载
- 积分:1
-
failed to translate
c言语环境下进行 黑白棋 仿真
很有趣的小程序-failed to translate
- 2022-10-01 10:15:03下载
- 积分:1
-
文本分类现成语料库,是SogouC.mini.20061127.zip格式的,可用于web数据挖掘...
文本分类现成语料库,是SogouC.mini.20061127.zip格式的,可用于web数据挖掘-Off-the-shelf text classification corpus is SogouC.mini.20061127.zip format, can be used for web data mining
- 2022-08-25 11:37:25下载
- 积分:1
-
程序开始时的动画窗口,显示创作者的相关信息等,欢迎界面(头文件)....
程序开始时的动画窗口,显示创作者的相关信息等,欢迎界面(头文件).-Program at the beginning of animated window displays relevant information such as creators, welcome interface (header file).
- 2022-03-17 17:39:31下载
- 积分:1
-
这是我还未做完的BP算法,望大家帮我改正!
这是我还未做完的BP算法,望大家帮我改正!-This is not yet finished BP algorithm, we hope to help me correct!
- 2022-11-13 03:35:04下载
- 积分:1
-
利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。 3.这...
利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。 3.这个程序需要加入注册表, 在系统启动时就运行, 达到监视的目的。注册表大概都不陌生,就是这里: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun-use of this procedure : 1. You can monitor the computer running program, on your computer one of the procedures of the time and record the names of two. You can stop the implementation of the banned procedures, such as not playing games. 3. This procedure needs to join the registry, the system started running on to achieve the purpose of surveillance. The registry probably not unfamiliar, is here : HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows CurrentVersion Run
- 2023-01-20 10:45:04下载
- 积分: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