-
Specifications of wireless sensor node devloped
Specifications of wireless sensor node devloped
- 2022-04-17 03:35:21下载
- 积分:1
-
本代码在vc环境下实现了贪吃蛇的功能,涉及动态菜单、多线程定时器、双缓冲技术重绘等技术,思路比较清晰。望能帮助初学者!...
本代码在vc环境下实现了贪吃蛇的功能,涉及动态菜单、多线程定时器、双缓冲技术重绘等技术,思路比较清晰。望能帮助初学者!-The code in vc environment realize the function of the Snake, involving the dynamic menu, multi-threaded timer, double buffering technology redraw techniques, ideas clearer. Hope can help beginners!
- 2022-02-03 05:14:12下载
- 积分:1
-
win7下smart card 登录COM凭据代码
win7下smart card 登录COM凭据代码,此组件通过注册表(见附件中)将组件注册到系统中,在系统登录或锁定时会加载此凭据。
- 2022-01-26 04:20:36下载
- 积分:1
-
每个人经常会在一个对话终端的编辑框里输入信息与他人进行交流,这个小程序就是实现这个用途的。请不要用作商业用途...
每个人经常会在一个对话终端的编辑框里输入信息与他人进行交流,这个小程序就是实现这个用途的。请不要用作商业用途-Each person in a dialogue often terminal input edit box to exchange information with others, this small program is to achieve this purpose. Please do not used for commercial purposes
- 2022-09-16 23:15:03下载
- 积分:1
-
自定义报表 自定义报表
自定义报表 自定义报表-statements from the definition of custom-defined statements, statements
- 2022-01-25 17:53:56下载
- 积分:1
-
用Java写的一个简单的本,基本功能以实现
用Java写的一个简单的本,基本功能以实现-Use Java to write a simple present, the basic functions to achieve
- 2022-07-06 17:19:26下载
- 积分:1
-
一个磁盘管理程序,功能包括:移动, 删除, 打开, 查找,文件属性,磁盘空闲空间,磁盘拷贝 ,格式化等...
一个磁盘管理程序,功能包括:移动, 删除, 打开, 查找,文件属性,磁盘空闲空间,磁盘拷贝 ,格式化等-a disk management procedures and functions, including : mobile, delete, open, search, file attributes, spare disk space, disk copy, formatting, etc.
- 2022-04-02 06:28:42下载
- 积分:1
-
how to access threads associated user name and the domain name
如何获取线程关联用户名和域名-how to access threads associated user name and the domain name
- 2022-02-04 23:08:52下载
- 积分:1
-
button adjustment with the size of the work area
用按钮调整工作区的大小-button adjustment with the size of the work area
- 2022-02-12 21:36:32下载
- 积分: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