-
这是个很不错的程序,是由中科院的老师亲自编写的,有关RMI和数据库的编程...
这是个很不错的程序,是由中科院的老师亲自编写的,有关RMI和数据库的编程-this is a very good process, the Chinese Academy of Sciences by the teachers personally prepared, the RMI and database programming
- 2022-01-24 09:32:02下载
- 积分:1
-
以下是winzipped Visual C++ 5项目,实现了一个Windows
The following is a WinZipped Visual C++ 5.0 project that implements a windows-based communication interface for the Nomad Scout robot. This is a windows interface-- there is no main(), but the part you need to look at is called RobotMain() and is located in robot.c. Simply unzip this code on your Windows 95 or Windows NT machine, connect up your Nomad Scout to serial port 1, and run the code. Examples meant for pattern matching are provided in robot.c
- 2022-05-22 13:57:17下载
- 积分:1
-
CSTN 用IC 7669
CSTN 用IC 7669-write-flow-CSTN using IC 7669-write-flow
- 2023-06-24 21:40:03下载
- 积分:1
-
这个是串口驱动程序开发包
这个是串口驱动程序开发包-Serial Driver Development Kit
- 2022-03-06 23:10:09下载
- 积分:1
-
低的
低通滤波器,低通滤波器 低通滤波器 -low-pass filter, Low-pass filter l ow-pass filter l ow-pass filter l ow-pass filter low-pass filter
- 2022-06-01 06:45:56下载
- 积分:1
-
卷积及其快速算法的C + + 实现
* 此程序是免费软件 ;你可以将它重新分发和/或修改它
* 所发表的 GNU 通用公共许可的条款下
* 自由软件基金会,版本 2 或任何更高版本。
*
* 重新分发和使用在源代码和二进制形式,或不
* 修改,允许只要符合以下条件:
*
* 1。重新分发源代码必须保留上述版权通知,
* 此列表的条件和以下免责声明。
*
* 2.以二进制形式再分发必须复制上述版权
* 请注意,此列表中的条件和以下免责声明
* 文件和/或随该分发提供的其他材料。
*
* 发布此程序的目的是希望它有用,但不是
* 任何担保 ; 没有甚至的适销性或适用性的默示保证或
* 特定目的。请参阅 GNU 通用公共许可证
* 更多详细信息。GNU 通用公共许可证的副本是可用在:
* http://www.fsf.org/licensing/licenses
* /
/ * * *
* convolution.h
*
* 线性卷积和多项式乘法。
*
* 卷积例程"conv"实现由它的定义在时间
* 域。如果要将复杂的序列很长,则应使用
* 快速卷积算法"fastConv",在频率中实现
* 域由遛 FFT。
*
* * * /
#ifndef CONVOLUTION_H
#define CONVOLUTION_H
#include < vector.h >
#include < fft.h >
#include < utilities.h >
- 2022-03-03 15:30:10下载
- 积分:1
-
OFDM及其基带FFT实现原理以及OFDM的载波和符号同步问题
OFDM及其基带FFT实现原理以及OFDM的载波和符号同步问题-and OFDM baseband FFT principle and the carrier OFDM symbols and Synchronization
- 2023-07-09 08:25:02下载
- 积分:1
-
A highly optimized DSP architecture for WCDMA baseband processing.pdf
A highly optimized DSP architecture for WCDMA baseband processing.pdf
- 2023-03-14 04:35:03下载
- 积分:1
-
RTL8139是目前最流行的卡,它与# 39;便宜,功能还…
RTL8139 可能是目前最受欢迎的网卡,它的价格便宜,功能上也还能接受。本文介绍了Windows环境下RTL8139网卡的驱动编程技术,其中主要对网卡驱动中最重要的收发包过程进行了深入分析。-RTL8139 is currently the most popular card, it"s cheap, functional but still acceptable. This paper introduces the Windows environment RTL8139 Ethernet technology driven programming, which mainly driven right card the most important packet transceiver process of in-depth analysis.
- 2022-05-15 03:37:05下载
- 积分:1
-
GSM模块通讯源码
GSM通讯源码,采用C++语言,用VC6.0编辑器编写的代码,对于挂接GSM模块后,能正常的与手机进行短信的收发,才用消息队列,开辅助线程对短信进行接收、解析、读取,对发送短信和接收短信,都采用消息队列的模式进行收发。非常好用。对搞GSM模块上位机开发的程序员非常有帮助
- 2022-08-17 18:39:06下载
- 积分:1