-
457645
打开Url,C#经典编程实例源码,很好的参考资料。(Open Url, classic instance of C# programming source code, a good reference.)
- 2013-11-12 11:06:38下载
- 积分:1
-
研华模拟量采集卡1742数据批量采集代码
研华模拟量采集卡1742数据批量采集代码,使用vc6编写,是数据流读取方式,连续采集模拟量数据,代码规范,使用MFC架构
- 2022-07-11 17:19:01下载
- 积分:1
-
vp树
#ifndef _VPTREE_HEADER_
#define _VPTREE_HEADER_
#include
#include
#include
#include
#include
#include
template
class VpTree
{
public:
VpTree() : _root(0) {}
~VpTree() {
delete _root;
}
void create( const std::vector& items ) {
delete _root;
_items = items;
_root = buildFromPoints(0, items.size());
}
void search( const T& target, int k, std::vector* results, std::vector* distances)
- 2023-06-23 00:20:03下载
- 积分:1
-
EZ-FET开源资料
说明: MSP-EXP430F5529LP资料EZ-FET开源资料(MSP-EXP430F5529LP Data, EZ-FET Open Source Data)
- 2020-06-22 08:40:01下载
- 积分:1
-
msc1200_adc
This project shows how to configure and use the A/D Converter of the following microcontrollers:
Texas Instruments MSC1200Y2
Texas Instruments MSC1200Y3(This project shows how to configure and use the A/D Converter of the following microcontro llers : Texas Instruments Texas Instrument MSC1200Y2 's MSC1200Y3)
- 2007-04-15 23:02:08下载
- 积分:1
-
DL_HttpFtp_SDK_1.0
量点1.0下载组件 用这个可以做下载软件
- 2010-02-15 04:00:19下载
- 积分:1
-
lansvd_d1
matlab中lan-svd子函数,已调试通畅,直接调用,无需折腾。(matlab in lan-svd Functions, debugging smooth, direct calls, no toss.)
- 2015-04-15 17:08:42下载
- 积分:1
-
C# 基于LumiSoft.Net的Sip电话开发
C# LumiSoft.Net的源码库 和网上找的一个Sip电话实例 有需要的可以看看 LumiSoft.Net的协议还是很丰富的,希望可以帮到大家(C# LumiSoft. Net source library and a Sip phone instance found on the Internet need to see LumiSoft. Net protocol is still very rich, I hope to help you.)
- 2019-04-28 14:14:07下载
- 积分:1
-
grayscaleimage
这是一个用Visual C++6.0编写的已经实现了图像灰度拉伸程序,并且还附带有测试图片,整个程序非常好用。(This is a work written in Visual C++6.0 has achieved a gray-scale image stretching program, and also comes with a test image, the whole process is very easy to use.)
- 2009-09-13 16:43:17下载
- 积分:1
-
C#的GDI编程之显示字体:可以列出本机的所有字体名称,并显示出其效果....
C#的GDI编程之显示字体:可以列出本机的所有字体名称,并显示出其效果.-C# Programming Between shows GDI fonts : the list of all- font name, and demonstrated its effectiveness.
- 2022-03-07 16:15:11下载
- 积分:1