-
计算机图形学源码
计算机图形学源码,二维图形编程VC++
- 2022-01-20 23:05:07下载
- 积分:1
-
2410的iic驱动源码,在pb4.2编译通过.欢迎下载使用
2410的iic驱动源码,在pb4.2编译通过.欢迎下载使用-2410 the IIC-driven source code, compiled in pb4.2 through. Welcome to download
- 2022-04-02 03:21:35下载
- 积分:1
-
本程序实现了对具有优先功能的计算器的编写,支持括号等功能的优化计算器。...
本程序实现了对具有优先功能的计算器的编写,支持括号等功能的优化计算器。-This procedure has a priority on the implementation of the calculator function of the preparation, support brackets, such as optimizing the calculator function.
- 2022-02-06 09:14:55下载
- 积分:1
-
Windows下的高精度计时和高频事件的产生 在开发 Windows 下的应用程序时,经常需要用的计时,尤其在一些对时间要求比较高的程序中,计时的精确性是很重要...
Windows下的高精度计时和高频事件的产生 在开发 Windows 下的应用程序时,经常需要用的计时,尤其在一些对时间要求比较高的程序中,计时的精确性是很重要的,本文介绍了两种精确计时的方法,计时的精度可以达到ms级,而且可以认为它是精确的,可以在大多数情况下作为时间的基准。-under Windows precision timing and the selection of high-frequency events in the development of Windows applications, we often need to use the time, especially in some of the high demand on time the procedure, the accuracy of time is very important, this paper introduces two methods of precision timing, timing accuracy can be achieved ms level, but also that it is accurate, in most cases, as time benchmarks.
- 2022-02-16 10:03:00下载
- 积分:1
-
一个迷宫程序,可以自动解答迷宫,并且可以自己玩
一个迷宫程序,可以自动解答迷宫,并且可以自己玩-A maze procedure, you can automatically answer the maze, and can play their own
- 2022-07-18 17:01:03下载
- 积分:1
-
ocx事件,方法,属性
呼叫中心客户端的使用的ocx,集成的事件,方法,属性,事件时参数的传递,方法的调用等功能,是呼叫中心ocx学习不可多得的源代码。
- 2022-03-14 15:58:46下载
- 积分:1
-
估计用户的利益,贝叶斯网络
Bayesian Networks for Estimating the User s Interests
in the Context of a Configuration Task
- 2023-04-15 10:05:03下载
- 积分:1
-
ASP 上机实践教程
实验一 ASP程序运行环境的配置
1 实验目标
1.1
1.2
2 实验原理
2.1
3 实验过程...
ASP 上机实践教程
实验一 ASP程序运行环境的配置
1 实验目标
1.1
1.2
2 实验原理
2.1
3 实验过程
2.1
2.2
2.3
2.4
2.5
4 参考代码
-ASP Advance Guide experimental procedures in an ASP environment configuration an experimental target 1.1 1.2 2 2.1 3 experimental principle experiment 2.1 2.2 2.3 2.4 2.5 4 reference code
- 2022-02-10 10:04:26下载
- 积分:1
-
很好用的一个读取Hardware monitor register 工具
很好用的一个读取Hardware monitor register 工具-good use of a monitor register read Hardware Tools
- 2023-08-27 10:05: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