-
winUDXlib 安全通讯类库
UDXUDX流媒体架构
- 2022-05-19 07:30:23下载
- 积分:1
-
用C #开发的图书管理系统。网络很有用
C#.NET开发的图书管理系统,很好恨实用-BOOK MANAGEMENT SYSTEM DEVELOPED By C#.NET VERY USEFUL
- 2022-06-27 23:32:51下载
- 积分:1
-
这是Excel文件,准备计算每年的能源生产…
this the excel file which is prepared to calculate the annual energy production of a wind turbine by using the weibull probability density distribution.
Note: the power informatioı n of the turbine and the annual wind mean speed of the land is required.-this is the excel file which is prepared to calculate the annual energy production of a wind turbine by using the weibull probability density distribution.
Note: the power informatioı n of the turbine and the annual wind mean speed of the land is required.
- 2022-05-27 00:38:08下载
- 积分:1
-
DB1200 wince bsp version 5138.2
DB1200 wince bsp version 5138.2
- 2022-03-20 20:47:38下载
- 积分:1
-
Introduction to C++ Programming and Graphics.
Introduction to C++ Programming and Graphics.
- 2022-01-26 18:19:55下载
- 积分:1
-
该程序实现对残缺棋盘覆盖问题的求解 采用方法:分治方法
该程序实现对残缺棋盘覆盖问题的求解 采用方法:分治方法-the program right chessboard incomplete coverage of the methods used to solve : the administration
- 2022-10-27 16:25:03下载
- 积分:1
-
俄罗斯方块小游戏,希望对学弟学妹门有帮助,我主要用的2维数组实现...
俄罗斯方块小游戏,希望对学弟学妹门有帮助,我主要用的2维数组实现-Tetris game, in the hope that Mei Xue Xue Di door has to help, I mainly use 2-dimensional array realize
- 2023-01-08 01:50:04下载
- 积分:1
-
VB实例源码,如有不妥之处请修改后通知再讨论一起来完善源码的上传....
VB实例源码,如有不妥之处请修改后通知再讨论一起来完善源码的上传.-Example VB source code, if the inadequacies of the revised notice, please discuss with one sound source upload.
- 2022-03-26 08:40:17下载
- 积分:1
-
This one a typical one number value issue, is it is it belong to algorithm ask a...
这是一个典型的非数值问题,如果使用非递归算法求解此问题,要设计复杂的算法,编写很长的程序。而使用递归算法可以使整个算法清晰,使程序简洁。本问题分析并建立递归算法的过程是典型的抽取问题本质、建立递归算法 并最终解决非数值问题递归实例。-This one a typical one number value issue, is it is it belong to algorithm ask and solve this question to pass to use, design the complicated algorithm , will write very long procedure . It can make the whole algorithm clear and use and pass and belong to the algorithm, make the procedure succinct . Case study this is it is it belong to course of algorithm typical extraction issue essence , is it pass algorithm of belonging to to set up to pass to set up And it is not a number value problem to solve finally and pass and belong to the instance
- 2022-05-23 18:27:16下载
- 积分: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