-
GENERALIZED-TENSOR-
最新的压缩感知文章,从IEL上精选的,对从事压缩感知的同仁定有很大帮助。(Latest articles compressed sensing, selected from the IEL, compressed sensing colleagues engaged given great help.)
- 2013-12-03 15:17:37下载
- 积分:1
-
STM32-MP3
基于STM32的MP3音乐播放器设计,完整工程(STM32 MP3)
- 2020-12-14 10:49:14下载
- 积分:1
-
test4
VS开发的基于MFC员工信息管理系统,提供了增删该查等功能。(The staff information management system based on MFC developed by VS provides the functions of adding or deleting the check.)
- 2020-06-25 00:20:02下载
- 积分:1
-
STC_UART_GPS_OK
芯片:STC12C5A60S2
晶振:16MHz 波特率:4800bps
引脚定义:串行口1: 发送————TxD/P3.1; 接收————RxD/P3.0
串行口2: 发送————TxD2/P1.3;接收————RxD2/P1.2
功能描述:STC12双串口通信(中断方式)
当串行口1接收GPS数据后(4800波特率),将此数据由串行口2发送出去
当串行口2接收数据后,将此数据由串行口1发送出去(Chip: STC12C5A60S2
Crystal: 16MHz Baud Rate: 4800bps
Pin definitions: Serial port 1: Send TxD/P3.1 receiving RxD/P3.0
Serial port 2: Send TxD2/P1.3 receiving RxD2/P1.2
Function Description: STC12 Two serial communication (interrupt)
When a serial port after receiving GPS data (4800 baud), this data is sent out by the serial port 2
When the serial port 2 receives data, this data is sent out by the serial port 1
)
- 2020-11-06 08:29:49下载
- 积分:1
-
boa-0.94.13
说明: boa服务器是一个简易的WEB服务器,通过它可以让很多的系统实现浏览器与客户端的数据交互(Boa server is a simple WEB server, through which many systems can realize data interaction between browser and client.)
- 2020-06-21 05:00:02下载
- 积分:1
-
ssp-ota5182
说明: hi3519v101 ota5182 驱动(hi3519v101 ota5182 driver)
- 2020-06-19 22:20:02下载
- 积分:1
-
svm_test
主要实现对数据的分类验证,判断其性能,并画出灵敏度和特异度曲线(It mainly implements the classification and verification of the data, determines its performance, and draws the sensitivity and specificity curve)
- 2018-01-31 17:44:43下载
- 积分:1
-
qzxing源码
qzxing源码 包含源代码 测试用例,及测试图片,对于从事图像识别的人来说,好用,qzxing在linux下开发,可方便的移至到vs2010
- 2022-03-18 06:12:00下载
- 积分:1
-
PUTIAN
充电桩普天协议报文标准,结合普天标准协议很好理解报文含义。十分难得。(pu tian frame)
- 2015-09-24 21:50:39下载
- 积分:1
-
银行系统
#include#include#include#include#include#include#include#includeusing namespace std;class Function;class User{public: void get( ); friend class Function; void print(); void PassWord(); void SaveFile(User &); vector StrFunction; User(){} User(int A,string N,int F,string I,string Ad,int T):Accout(A),Name(N),Fmoney(F),ID(I),Address(Ad),Telephone(T){}private: int Accout;//账号 string Name;//姓名 int Fmoney; string ID; string Address; int Telephone; char Pword1[9]; char Pword2[9];};class Function{public: void Saving(User &
- 2022-02-04 18:53:11下载
- 积分:1