-
HDF
利用vc++读取文件,
这是一个可以利用vc++读取modis 下载的HDF各类数据文件的源码,可以将数据放置在二维数组当中(Use vc++ read the file, which is that one can use to read modis vc++ download source HDF various types of data files, the data can be placed in a two-dimensional array of them)
- 2015-12-18 10:12:10下载
- 积分:1
-
vc 获取硬盘序列
vc 获取硬盘序列号
硬盘序列号硬盘序列号硬盘序列号
- 2022-01-26 06:57:40下载
- 积分:1
-
u-boot
uboot--linux -s3c2440-nand_flash,nor_flash,64Msdram.This program is free software(uboot--linux-s3c2440-nand_flash,nor_flash,64Msdram.This program is free software)
- 2013-09-09 11:04:48下载
- 积分:1
-
rgcistgr__statement__metropclitan
用vc++实现的图案设计系统,共对图像处理研究方向的朋友参考学习!(Using vc pattern design system, a total of image processing research direction of friends reference learning!)
- 2018-10-12 06:09:38下载
- 积分:1
-
用Delphi制作的程序,可以实现获取本地计算机的名称和IP地址的功能。...
用Delphi制作的程序,可以实现获取本地计算机的名称和IP地址的功能。-Delphi production process, can achieve access to the local computer name and IP address of the function.
- 2022-02-07 07:21:27下载
- 积分:1
-
wendukongzhidianlu
最简单的温控系统,基于51单片机和DS18B20里面包含程序和仿真电路(temperature control)
- 2013-09-02 16:56:57下载
- 积分:1
-
SIM800C 原理图
SIM800C 原理图,带电源处理和SIM卡槽,兼容两种天线座子(SIM800C schematic with power handling and SIM card slot, compatible with two antenna holders)
- 2020-06-16 13:40:01下载
- 积分:1
-
CodeWarrior
CodeWarrior仿真与调试要点,CodeWarrior仿真与调试要点,CodeWarrior仿真与调试要点(CodeWarrior simulation and debugging points, CodeWarrior simulation and debugging points, CodeWarrior point emulation and debugging)
- 2013-08-21 21:14:06下载
- 积分:1
-
dataliink.c
计算机网络数据链路选择性重传实验。
设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道环境下两站点之间无差错双工通信。信道模型为8000bps 全双工卫星信道,信道传播时延270毫秒,信道误码率为,信道提供字节流传输服务,网络层分组长度固定为256字节。(Computer network data link selective retransmission experiment. Design of a sliding window protocol in simulation programming environment there is no error duplex communication channel between the noisy environment the two sites. Channel model is 8000bps full-duplex satellite channel, the channel propagation delay 270 ms, channel bit error rate, channel provides a byte stream transmission services, network layer packet length is fixed at 256 bytes.)
- 2013-11-26 19:19:51下载
- 积分:1
-
Longest Common Subsequence (Dynamic Programming)
#include
#include
const int M = 100;
//記錄序列X和Y的LCS的長度
int c[M][M];
//二維陣列b記錄搜索方向,1-對角線方向;2-向上;3-向左;4-向上或向左
int b[M][M];
//lcs 記錄得到的LCS字元
char lcs[M];
// LCS最大長度
int nlcs = 0;
/*
功能:
- 2022-05-14 23:36:44下载
- 积分:1