-
获取CPU主频的D
获取CPU主频的D-access to the CPU speeds D
- 2022-09-06 02:50:03下载
- 积分:1
-
This class includes normal char set and transformation of string.
这个类包含了几种常见字符集以及字符串的转化方法,VC源代码-This class includes normal char set and transformation of string.
- 2022-01-22 05:33:02下载
- 积分:1
-
Delaunay三角网作为一种主要的DTM表尔法,具有权其广泛的用途。经过二十多年来的研究,它的生成算法巳趋于成熟。本文简要介绍了Delaunay三角网的定又及...
Delaunay三角网作为一种主要的DTM表尔法,具有权其广泛的用途。经过二十多年来的研究,它的生成算法巳趋于成熟。本文简要介绍了Delaunay三角网的定又及其特性,在简单回顾和评价了分割―归并法,逐点插入法,三角冈生长法等三类主沈算法的基础上,提出了一个融以上算法优点于一体,兼顾空间与时间性能的合成算法。经测试,一般情况下它的运算速度远快于逐点插入法,与分割―归并法相当,较好的情况下快于分割―归并法。-Delaunay Triangulation as a major DTM Fall table, with the right to its extensive use. After 20 years of study, which had been generating algorithm is maturing. This paper introduces a Delaunay Triangulation and another set of characteristics, in a brief review and evaluation of the divide-conquer method, point by point insertion method, the supraspinatus Growth Triangle law Shen three main algorithm on the basis of the above algorithm into an advantage in that balanced space and time performance of synthesis algorithm. After tests, under normal circumstances it"s computational speed much faster than the insertion point by point, and the divide-conquer method rather, a better situation faster than divide-conquer method.
- 2022-08-21 12:05:01下载
- 积分:1
-
c++实现打印各类图形
可以打印各类图形,实现的功能也比较全,绝对可以运行,可实现循环打印,按你的要求打印你想打印的图形,比如三角形,菱形、四边形等
- 2022-03-18 02:59:12下载
- 积分:1
-
csr4.0 usb driver
csr4.0 usb 驱动程序的源代码,从企业社会责任的官方网站,下载使用在 windows 平台上,windows ddk 解法和在 xp 和 win7 平台上测试运行,它验证用于蓝牙 ble 开发,应用程序可以使用到互动
- 2022-09-13 02:25:03下载
- 积分:1
-
点对点网络聊天程序之客户端!!!适合网络编程初学者
点对点网络聊天程序之客户端!!!适合网络编程初学者-Point to point net program client!!!
- 2023-08-19 02:40:05下载
- 积分:1
-
按任意角度旋转图片,并生成新的旋转后图片
按任意角度旋转图片,并生成新的旋转后图片-?
- 2022-03-16 22:35:35下载
- 积分:1
-
Duilib 浏览器演示
这是一个演示,通过使用 duilib lib 完成 ie 浏览器。它是一个很好的演示来研究 duilib,它可以告诉如何使用CWebBrowserUI 控制。
- 2023-06-15 15:35:13下载
- 积分:1
-
用MATLAB仿真实现卡尔曼滤波器,仿真效果非常好。
用MATLAB仿真实现卡尔曼滤波器,仿真效果非常好。-MATLAB simulation Kalman filter, the simulation results is very good.
- 2022-01-30 20:52: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