-
GUI_shenjingwangluo
matlabGUI设计实例,可以参看一下(matlabGUI design examples, you can see what)
- 2014-09-24 15:51:43下载
- 积分:1
-
CRC16aCRCCCITT.c
CRC-16和CRC-CCITT的C程序实现,非常适用。(CRC-16 and CRC-CCITT program。)
- 2013-09-16 11:59:43下载
- 积分:1
-
windrm-src
基于OFDM的windrm代码,实现无线通讯功能的很实用的代码。(This is source code of win dream based on OFDM.)
- 2015-01-23 11:30:02下载
- 积分:1
-
lcd1602
lcd1602显示程序,其中包括一字的显示方式和一个字符串的显示方式。这个程序是在晶振为12MHZ的情况下运行的,只支持8位单片机不支持32位单片机。
- 2022-05-17 12:01:54下载
- 积分:1
-
production
生产信息与生产运营相关的热用户信息是各级决策者进行生产决策的两个关键因素。生产信息的及时、准确地获取和分析,能够及时掌握生产运营状况,在保证用户满意度的情况下,进行合理决策,来控制生产运营成本,提高公司整体效益信息处理是一个完整的概念。
(Production of information and manufacturing operations related to the heat user information is the decision-making at all levels of decision-makers to produce two key factors. Production information in a timely and accurate acquisition and analysis, and timely information on production and operation status, to ensure customer satisfaction in the circumstances, the rational decision-making, to control the production and operation costs and improve the overall efficiency of information processing company is a complete concept.)
- 2009-11-30 10:06:57下载
- 积分:1
-
SDDriverForS3c2410
嵌入式linux下s3c2410的SD卡驱动程序(S3C2410 embedded linux under the SD card driver)
- 2008-08-15 16:48:50下载
- 积分:1
-
高精度重力测量
数码管显示 串口控制 lcd1602 带继电器控制
//读取HX711
//****************************************************
unsigned long HX711_Read(void) //增益128
{
unsigned long count;
unsigned char i;
HX711_DOUT=1;
Delay__hx711_us();
HX711_SCK=0;
count=0;
EA = 1;
while(HX711_DOUT);
EA = 0;
for(i=0;i
- 2022-03-07 06:35:06下载
- 积分:1
-
csg
实现一个由openGL提供的基本体素构成的CSG树。要求设计有意义的物体,包括交、并、差运算。
(Realize a basic openGL voxel consisting of CSG tree. To design meaningful objects, including pay and poor computing.)
- 2020-11-23 19:19:34下载
- 积分:1
-
ATT7022B3
ATT7022的采集,校准,纯软件实现。适合与多功能电表的开发!(ATT7022 acquisition, calibration, pure software implementation. Suitable for development with multi-meter!)
- 2021-01-29 17:08:35下载
- 积分:1
-
按层遍历二叉树的算法设计C语言数据结构作业
按层遍历二叉树的算法设计C语言数据结构作业-layer by the binary tree traversal algorithm design C language data structures operations
- 2022-03-25 17:43:16下载
- 积分:1