-
ADS1115
采用TI的16位AD转换芯片ADS1115,可以四通道连续采集,量程是2.048V,C语言开发,IAR平台,结果比较理想,MSP430F169芯片,模拟IIC通信,8MHz外部晶振
- 2022-01-29 04:02:31下载
- 积分:1
-
VisualC++-MATLAB
《VisualC++-MATLAB图像处理与识别实用案例精选》书的源代码,里面各个章节的程序例子都有("VisualC- MATLAB image processing and recognition practical case Showcase" on the source code, inside the various sections of the procedures examples)
- 2007-05-10 19:22:38下载
- 积分:1
-
matrix_mul_block_parallel
此程序使用MPI实现两个矩阵的相乘,使用的语言是C(This program uses MPI to achieve multiply two matrices, the use of the language is C)
- 2011-05-13 22:53:57下载
- 积分:1
-
MVC5仓库管理系统
该程序大部分使用于生产制造厂,其中结合了制造厂的采购,销售,生产等. 开源部分是仓库系统后台管理系统, 在给客户实施的过程中利用到了很多硬件设备, 设计到Wince系统,Android系统等PDA设备,各种打印机,条码打印机,感应设备等,而且这些可能在整个项目中占据主导,而后台管理系统只是辅助作用的。
该程序使用的.NET MVC开发,大量使用到了jQuery,以及Bootstrap。 数据库使用了SQL Server(Most of the procedures used in factory production, which combines manufacturing procurement, sales, production and warehouse system. The open source part is the backstage management system management system, to use a lot of hardware equipment in the process of implementation to the customer in the design to the Wince system, Android system and other PDA equipment, a variety of printers, barcode printer, induction equipment etc., and these may dominate in the whole project, and the background management system is a supporting role.
The program uses the.NET MVC development, a lot of use to jQuery, and Bootstrap. The database uses SQL Server)
- 2017-11-21 15:08:36下载
- 积分:1
-
操作系统读者写者实验
创建一个控制台进程。此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先的读者-写者问题。
读者-写者问题的读写操作限制(包括读者优先和写者优先):
1)写-写互斥,即不能有两个写者同时进行写操作。
2)读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
3)读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。
- 2023-05-14 22:40:03下载
- 积分:1
-
QT扫雷
基于QT平台下的扫雷,功能不是很完善
- 2022-02-06 00:33:56下载
- 积分:1
-
qingniaoshoupiaoguanli
售票管理系统,适合拿来参考售票管理系统的开发,基本功能已经实现,其他的请自行设计。(Ticket management system, suitable to be used to refer to the ticket management system development, the basic functions has been achieved, the other your own design.)
- 2012-07-31 10:29:39下载
- 积分:1
-
dianzimenling
此压缩包为AT89C51控制的电子门铃 包括keil文件包 以及PROTEUS的仿真 希望对初学者有所帮助(This compression packages for AT89C51 control including electronic doorbell keil package as well as the PROTEUS simulation wish to be helpful for beginners)
- 2009-01-09 13:45:45下载
- 积分:1
-
用CubeMX生成的点亮LED灯的STM32程序
这是一个用CubeMX生成的点亮LED灯的STM32程序,无需再编写代码,轻轻松松用CubeMX生成STM32工程
- 2023-03-18 00:55:04下载
- 积分:1
-
GPS(CPP)
GPS坐标转换 GPS数据处理中为了满足不同的需要,处理的数据要进行坐标转换(GPS coordinates convert GPS data processing in order to meet the different needs of the processed data to the coordinate conversion)
- 2013-07-10 21:38:33下载
- 积分:1