-
Nokia Net Monitor Guide,告诉你如何打开Nokia手机的net monitor功能
Nokia Net Monitor Guide,告诉你如何打开Nokia手机的net monitor功能-Nokia Net Monitor Guide tells you how to break the Nokia phone net monitor function
- 2022-07-02 09:11:17下载
- 积分:1
-
分析过去,一些课程调度软件,基于一个共同的…
在分析以往一些排课软件的基础上,提出一个通用的排课管理信息系统的设计方法,并对一些具体的技术问题作出相应安排-analysis of the past, some of the Course Scheduling software, based on a common course arrangement management information system design methods, as well as some specific technical problems to make the necessary arrangements
- 2023-03-22 12:25:03下载
- 积分: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
-
这是生成两个随机数的程序,分别服从均匀分布和正态分布
这是生成两个随机数的程序,分别服从均匀分布和正态分布-This is a random number to generate the two procedures, respectively, subject to uniform distribution and normal distribution
- 2022-08-11 02:14:18下载
- 积分:1
-
司机MMP iFIX V6
Driver MMP iFIX v6 - Driver Modicon Modbus Plus for iFix Version 6.-Driver MMP iFIX v6- Driver Modicon Modbus Plus for iFix Version 6.xx
- 2022-01-28 17:08:34下载
- 积分:1
-
利用蓝牙(Bluetooth) APIs 编写的多种方式进行蓝牙设备查找、服务发现启动,蓝牙虚拟串口的通信,支持16进制和字符串两种方式。
你可以任意修改...
利用蓝牙(Bluetooth) APIs 编写的多种方式进行蓝牙设备查找、服务发现启动,蓝牙虚拟串口的通信,支持16进制和字符串两种方式。
你可以任意修改复制本代码,但请保留这段文字不要修改。
希望我能为中国的软件行业尽一份薄力!
◆◆◆ 作者 ◆◆◆
谢红伟 ・ chrys ・ chrys@163.com ・ http://www.howa.com.cn
◆◆◆ 日期 ◆◆◆
2007-08-07 00:32:53-Bluetooth (Bluetooth) APIs for a variety of ways to prepare the search for Bluetooth devices, service discovery Start, Bluetooth virtual serial port communications, to support the 16-band and the string in two ways. You can modify a copy of arbitrary code, but please keep this text do not modify. Hopefully, I can for China
- 2022-06-19 07:52:30下载
- 积分:1
-
Very good translation of the relevant documentation lwIP! Very suitable for begi...
翻译得非常好的有关LWIP的文档资料!很适合初学者参考!-Very good translation of the relevant documentation lwIP! Very suitable for beginners reference!
- 2022-04-08 22:22:44下载
- 积分:1
-
This is a serial acquisition system of small procedures in the preparation of se...
这是一个获取系统串口的小程序,对在Windows下编写串口通信程序的人员来说可以提供帮助-This is a serial acquisition system of small procedures in the preparation of serial communication under Windows procedures personnel can help
- 2022-05-26 04:51:15下载
- 积分:1
-
Embedded linux of web servers, can run in the arm, x86 platform, use c language...
嵌入式linux的web服务器,可以运行于arm、x86平台,用c语言来写的,调用了libcgi库来实现,主要功能就是实现一个学生成绩管理系统,可以注册、登录、录入成绩、删除成绩,查询成绩、退出等功能,数据都是存放在一个linux下的嵌入式数据库sqlite中的。-Embedded linux of web servers, can run in the arm, x86 platform, use c language to write, call the library to libcgi realize, the main feature is the realization of a student achievement management system that can register, login, recording results, delete results, query results from the other functions, the data are stored in a database embedded under linux in sqlite.
- 2023-08-09 09:20:03下载
- 积分:1
-
实现蒙特卡罗分析,可以直接调用进行对误码率等数字通信的相关参数分析...
实现蒙特卡罗分析,可以直接调用进行对误码率等数字通信的相关参数分析-The realization of the Monte Carlo analysis, can directly call on the bit error rate for digital communications, such as analysis of relevant parameters
- 2022-05-23 14:53:07下载
- 积分:1