-
Visual C++技术内幕(第四版)书籍的源代码.rar,这是很好的一本书哦。...
Visual C++技术内幕(第四版)书籍的源代码.rar,这是很好的一本书哦。-Visual C++ Technology Insider (Fourth Edition) book" s source code. Rar, this is a good book oh.
- 2022-07-13 06:42:00下载
- 积分:1
-
WINCE GOOD Player For WInCE
WINCE GOOD Player For WInCE-WINCE GOOD Player
- 2023-08-10 18:15:04下载
- 积分:1
-
电子数字时钟(C++)
电子钟 比较流行的数字电子钟,完全基于软件实现的效果,不依赖任何位图资源,可以设置背景和前景色,通过本程序你还将学到更多有用的知识点。
- 2023-07-25 04:05:04下载
- 积分:1
-
栈的应用,主要是数制转换,很方便实用喜欢大家喜欢
栈的应用,主要是数制转换,很方便实用喜欢大家喜欢-Stack applications, mainly the number of system conversions, it is convenient and practical like everyone likes
- 2022-04-13 03:23:09下载
- 积分:1
-
网络编程,进行端口监听
网络编程,进行端口监听-network programming, monitoring ports
- 2022-05-09 11:09:23下载
- 积分:1
-
此程序是一个制作帮助文档的代码,运行此程序会看到一个树型的帮助文档,只要按自己的帮助信息设计好相应的文本文件即可
此程序是一个制作帮助文档的代码,运行此程序会看到一个树型的帮助文档,只要按自己的帮助信息设计好相应的文本文件即可-This program is a production to help document the code, run this program will see a tree of the help documentation, as long as the help of information in accordance with their own design to the corresponding text file
- 2022-01-27 17:28:25下载
- 积分: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
-
很快
bpsk的算法实现,运行快,计算量少,误差小。-very fast
- 2022-10-27 15:10:04下载
- 积分:1
-
flash actionscript done using XML Menu
flash中用actionscript做的XML Menu-flash actionscript done using XML Menu
- 2022-07-21 20:34:33下载
- 积分:1
-
利用函数重载实现的c++日志库
自己实现的日志库,使用宏定义输出一系列的重载函数仅支持3个及3个以内的参数个数。参数类型可为int和char×参考了SAStatusLog的实现。但是基本不一样的
- 2023-06-19 23:55:03下载
- 积分:1