-
FM17520_STM32_READER
说明: FM17520 SMT32的简单例程,可以直接下载编译使用,并参考(FM17520 SMT32 demo for fm17520)
- 2020-10-30 14:49:55下载
- 积分:1
-
LABVIEWevent
labview8.2入门到精通,很好的东西,是现在入门的经典之作(labview8.2 entry to the master, a very good thing, is now classic entry)
- 2009-02-04 09:33:06下载
- 积分:1
-
算法竞赛入门经典 第2版
本书是《算法艺术与信息学竞赛》的学习指导。所谓学习指导,是告诉读者学什 么,如何学。算法包罗万象,很难在一本书中的篇幅覆盖很多内容的通知对每个知识 点进行细致讲解,因此本书更多的是作为一本导引、工具书、手册或者学习大纲,给 读者以宏观上的学习指导(This book is a study guide for the Competition of Algorithmic Arts and Informatics. The so-called learning guidance is to tell readers what to learn and how to learn. Algorithms are all-inclusive, and it is difficult to explain each knowledge point in detail with a notice covering a lot of content in a book. Therefore, this book is more used as a guide, a reference book, a handbook or a learning outline to give readers macro-learning guidance.)
- 2020-06-21 19:20:01下载
- 积分:1
-
mxbwye8
2 record the source code of the the rid_device_info_keyboard
- 2017-04-15 09:05:05下载
- 积分:1
-
学生信息管理系统
资源描述学生信息管理系统,c语言代码编写,简单易懂
- 2022-01-25 22:26:27下载
- 积分:1
-
Visual C# 韩信点兵算法演示源码
韩信点兵是一道古代数学题,内容是:韩信带兵不足百人,三人一行排列多一个,七人一行排列少两个,五人一行排列正好。相关代码:
int a = 0, b = 0, c = 0;//定义变量
for (int i = 1; i < 100; i++)//遍历
{
Math.DivRem(i, 3, out a);//3行一列时取余
Math.DivRem(i, 5, out b);//5行一列时取余
Math.DivRem(i, 7, out c);//7行一列时取余
if (a == 1 && b == 0 && c == 5)//如果3种方式的余数符合要求
{
textBox1.Text = i.ToString();//显示人数
return;
}
- 2022-01-25 14:48:17下载
- 积分:1
-
用于个人网站建设的液鲸时钟代码.用HTML语言编的
用于个人网站建设的液鲸时钟代码.用HTML语言编的 -for personal websites on the whales clock source. Using HTML language series
- 2022-03-28 12:43:53下载
- 积分:1
-
machine-learning
几篇关于机器学习的PPT课件。A few PPT coursewares about machine learning.(A few PPT coursewares about machine learning.)
- 2013-09-02 20:21:51下载
- 积分:1
-
Hotel information, room information, order management, business management modul...
酒店信息、 房间信息、定单管理、业务管理四个模块。VB开发的一款酒店预定管理系统。-Hotel information, room information, order management, business management module 4. VB development of a hotel reservation management system.
- 2023-06-20 04:40:03下载
- 积分:1
-
DAC0832
说明: 能够调节频率,并且能够产生四种波形的AD(Able to adjust the frequency and waveform to produce four AD)
- 2009-08-21 13:21:49下载
- 积分:1