-
Point-to-point-video-communication
本实验采用vfw完成视频捕获,通过MCI接口完成音频的采集,使用jpeg编码完成压缩解压缩过程,采用udp方式实现音视频的传输,(In this study, completed by vfw video capture, through the MCI interface to complete the audio of the collection, use jpeg compression and decompression code to complete the process, be achieved using udp audio and video transmission,)
- 2011-04-20 23:01:47下载
- 积分:1
-
test10
While it is perfectly alright to code a 3D environment as a long series of numbers, it becomes increasingly hard as the complexity of the environment goes up. For this reason, we must catagorize our data into a more workable fashion. At the top of our list is the sector. Each 3D world is basically a collection of sectors. A sector can be a room, a cube, or any enclosed volume. (While it is perfectly alright to code a 3D environment as a long series of numbers, it becomes increasingly hard as the complexity of the environment goes up. For this reason, we must catagorize our data into a more workable fashion. At the top of our list is the sector. Each 3D world is basically a collection of sectors. A sector can be a room, a cube, or any enclosed volume.)
- 2020-09-11 14:08:01下载
- 积分:1
-
用VC写的由湿地DEM生成的三维模型 Swampy
师兄用VC写的由湿地DEM生成的三维模型,赋有纹理,可以动态漫游,地理分析。希望对搞GIS开发的朋友有所帮助。包含DEM和纹理数据,所以有点大,请耐心下载。(senior VC written by DEM wetlands generated 3D model, endowed with texture, dynamic roaming, geographic analysis. Hope to engage in the development of the GIS friends help. DEM contains data and texture, a bit, please download patience.)
- 2007-04-17 10:58:27下载
- 积分:1
-
BinImage
使用opencv实现最大类间距离、最大熵和迭代法求图像二值化阈值,供大家参考;(Using opencv achieve maximum class distance, maximum entropy and iterative method for image binarization threshold, for your reference )
- 2013-10-07 11:39:17下载
- 积分:1
-
简单的文本加密器
说明: 一个c语言实现的简单文本加密程序,适用于文本文件加密,包含源代码和编译好的exe文件。(A simple text encryption program implemented in C language is suitable for encrypting text files, including source code and compiled exe files.)
- 2020-06-21 10:00:01下载
- 积分:1
-
C# 串口代码
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;
using System.IO.Ports;//COM口 申明调用
using System.Collections;
using System.Data.OleDb;
using System.Diagnostics;
namespace V20串口升级
{
public partial class Form1 : Form
{
SerialPort sp =null;
bool isOpen = false;//打开串口标志
bool isSetProperty = false;//属性设置标志
bool isHex = false;//十六进制显示
int numtool = 0;
public Form1()
{
&nbs
- 2023-07-16 01:30:03下载
- 积分:1
-
dspf28335与W5500基于spi通信
该例程实现28335与芯片w5500的SPI通信,有很多新手不会根据所需芯片来配置f28335 SPI的寄存器,这里给了一个实例,很值得学习,我也是查看了很多资料才配置成功的 (代码也有很多注释),并且是我调试通过的!!
- 2022-03-17 20:29:25下载
- 积分:1
-
I2C基础开发源码
对I2C接口通信基础工程,主要是主控制器,外接多个从设备,下发命令等,了解I2C的通信过程。开始信号,接收数据,停止信号。
- 2022-04-19 00:42:48下载
- 积分:1
-
mid c# is a development tool, download to look at the absolute handy!
mid是一个c#的开发工具,下载来看看,绝对好用!-mid c# is a development tool, download to look at the absolute handy!
- 2022-06-12 21:53:28下载
- 积分:1
-
Matrix-Operations(Complete)
一次数据结构课小组形式的大作业,实现矩阵的全套运算。包里有两个压缩文件,一个是生成dll的VS工程,另一个是加载dll的exe界面(The form of a data structure class group of large operations, to achieve a full set of matrix operations. Bag has two compressed files, one is to generate dll in VS project, and the other is to load the dll, exe interface)
- 2011-05-03 10:36:05下载
- 积分:1