-
To more real scattered point data, according to gradually revise the relevant pr...
用较为真实的散点数据,根据逐步订正相关原理,对网格点的模拟数据进行修正,得到一个与真实场更为吻合的空间网格分布场。-To more real scattered point data, according to gradually revise the relevant principles of the grid points of analog data be revised to be a much more consistent with the real space field distribution of the grid field.
- 2022-08-07 18:06:52下载
- 积分:1
-
DirectDraw扩展的类
DirectDraw扩展类-DirectDraw extension of the class
- 2022-01-28 23:50:21下载
- 积分:1
-
This is a good algorithm for the procedure
这是一个关于算法的很好的程序-This is a good algorithm for the procedure
- 2022-03-10 12:16:52下载
- 积分:1
-
显示当前系统支持的各种分辨率
显示当前系统支持的各种分辨率-Show various kinds of resolution supported in the current system
- 2022-01-25 15:00:08下载
- 积分:1
-
这是一个正确的用C语言写的AES程序可以直接用结果是正确的.加密速度比较快吧....
这是一个正确的用C语言写的AES程序可以直接用结果是正确的.加密速度比较快吧.-this is a correct use of the C language to write procedures AES results can be directly used to be correct. Encryption speed faster it.
- 2022-01-26 04:10:34下载
- 积分:1
-
Regimen automatic forecasting system with data communication software collection...
水情自动测报系统软件
具有数据通讯采集、加工成为各类报表、报图,该系统VB6开发,系统含46个子功能,有功能帮助。-Regimen automatic forecasting system with data communication software collection, processing to become various types of statements, reportedly plans, VB6 development of the system, the system with 46 sub-functions, functional help.
- 2022-04-24 03:48:43下载
- 积分:1
-
实现安全稳定的线程控制,并可调用系统可执行文件
实现安全稳定的线程控制,并可调用系统可执行文件-safe and stabilizable thread control,call system execute file.
- 2022-02-07 08:59:08下载
- 积分:1
-
转换10进制数为二进制数。
% B = DE2BI(D) 转换正整数向量D成二进制矩阵B。
二进制矩阵B的每一行表示十进制向量D中相应的数。
B...
转换10进制数为二进制数。
% B = DE2BI(D) 转换正整数向量D成二进制矩阵B。
二进制矩阵B的每一行表示十进制向量D中相应的数。
B = DE2BI(D, N) 转换正整数向量D成二进制矩阵B,-Conversion of 10 hexadecimal for binary number. B = DE2BI (D) positive integer conversion into a binary vector D matrix B. Binary matrix B that each row vector D decimal number corresponding. B = DE2BI (D, N) vector D converter positive integer binary matrix B,
- 2022-08-12 12:48:54下载
- 积分:1
-
取网络上本机的IP地址
取网络上本机的IP地址-network from the machine"s IP address
- 2022-07-06 15:44:57下载
- 积分: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