-
SQL数据库图书管理系统(完整代码)
说明: ? 实现图书信息、类别、出版社等信息的管理;
? 实现读者信息、借阅证信息的管理;
? 实现图书的借阅、续借、归还管理;
? 实现超期罚款管理、收款管理;
? 创建触发器,分别实现借书和还书时自动更新图书信息的在册数量;(Realize the management of books information, categories, publishing houses and other information;
Realize the management of reader information and borrowing card information.
To realize the management of book borrowing, renewal and return;
Achieve the management of overdue fines and receipts;
Create triggers to automatically update the number of books in the book when borrowing and returning books, respectively.)
- 2019-06-06 21:04:09下载
- 积分:1
-
time
自己做的一个基于单片机的万年历的程序 用液晶显示(Own a calendar based on single-chip liquid crystal display using the procedures)
- 2009-01-05 14:23:29下载
- 积分:1
-
浮点数运算
说明: 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。
算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);(The representation of floating-point number and the analysis of arithmetic operation algorithm require theoretical derivation and program simulation.
Arithmetic operations include string to floating point, floating point to string conversion, addition, subtraction, multiplication, division and so on. Documentation should be provided, including algorithm proof, program block diagram, usage, special handling (overflow, digital expansion), case analysis, etc. String conversion can be slightly difficult.
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);)
- 2021-03-29 23:19:10下载
- 积分:1
-
beamforming misic MVDR
说明: 通过常规波束形成,MISIC,MVDR,三种方法对目标测向,并且对比三种方法的优缺点(Through conventional beamforming, misic, MVDR, three methods for target direction finding, and compare the advantages and disadvantages of the three methods)
- 2020-01-03 10:37:30下载
- 积分:1
-
it is dual slope adc implemented in matlab. for full block diagram and suggestio...
it is dual slope adc implemented in matlab. for full block diagram and suggestions do contact me at ravibagade1@gmail.com. Thank You-it is dual slope adc implemented in matlab. for full block diagram and suggestions do contact me at ravibagade1@gmail.com. Thank You..
- 2022-10-25 17:10:03下载
- 积分:1
-
感应加热电源的研究
超音频串联谐振式感应加热电源为研究对象,应用锁相环和PID 技术,采用数字信号处理器(DSP)和复杂可编程逻辑器件(CPLD)联合控制的数字化技术实现感应加热电源的频率跟踪和0°~180° 自由移相调功,为感应加热电源系统的数字化、信息化、柔性化、智能化控制提供了优质、可靠的技术基础。(Superaudio series resonant induction heating power supply as the research object, the application of PLL and PID technology, using digital signal processor (DSP) and complex programmable logic device (CPLD) to achieve frequency tracking of induction heating power supply and 0 degrees to 180 degrees of freedom PS-PWM digital technology combined control for induction heating power supply system. Digital information, flexible and intelligent control to provide high-quality and reliable technical basis.)
- 2018-01-31 22:35:47下载
- 积分:1
-
AT89S52单片机 程序
矩阵键盘,数码管显示
AT89S52单片机 程序
矩阵键盘,数码管显示-Single-chip program AT89S52 matrix keyboard, digital display
- 2023-07-07 05:20:02下载
- 积分:1
-
UFR2.0
通过人脸图像归一化,人脸检测,特征提取等处理后,实现人脸识别功能(Through the Human face image normalization, face detection, feature extraction, such as treatment, the realization of face recognition feature)
- 2009-02-20 10:14:52下载
- 积分:1
-
stap_clutter
联合空时自适应处理算法仿真之杂波谱仿真程序(Joint space-time adaptive processing algorithm simulation of the clutter spectrum simulation program)
- 2021-02-26 01:19:37下载
- 积分:1
-
WNNM_code
说明: 加权核范数最小化图像去噪的MATLAB代码(Permission to use, copy, or modify this software and its documentation
for educational and research purposes only and without fee is here
granted, provided that this copyright notice and the original authors'
names appear on all copies and supporting documentation. This program
% shall not be used, rewritten, or adapted as the basis of a commercial
software or hardware product without first obtaining permission of the
authors. The authors make no representations about the suitability of
this software for any purpose. It is provided "as is" without express
or implied warranty.)
- 2018-07-01 21:04:05下载
- 积分:1