-
biaodashi_yunsuan
说明: 这是一个表达式运算的程序作业。输入一个运算表达式(支持输入数字和运算符+、-、*、/、^和括号)。(This is an expression computing operating procedures. Enter a computing expressions (in support of entering numbers and operators 2B !,-,*,/,^ and brackets).)
- 2008-11-13 17:53:13下载
- 积分:1
-
基于51的远程空气质量检测(手机检测)
大学毕业设计,希望大家借鉴,使用51单片机控制c语言编写,具有温湿度检测,pm2.5检测,co2检测,通过sim800c发送检测信息至onenet,再用手机接收
- 2022-08-06 19:22:44下载
- 积分:1
-
VitWGN_WiMAX2
针对WImax的实体层作设计,里面包括卷积编码,以及相对应的Viterbi解码器(WImax for the physical layer for the design, which includes convolutional coding, as well as the corresponding Viterbi decoder)
- 2008-07-09 18:08:08下载
- 积分:1
-
2.LED位移控制
说明: LED code for 51 chips
- 2020-06-24 10:40:02下载
- 积分:1
-
juzhen-yunsuan
vc++实现的矩阵运算方面得代码,很不错的,内容绝对好吃(matrix operations, code vc++ achieve very good, the content is absolutely delicious)
- 2012-08-12 22:06:39下载
- 积分:1
-
SKF
说明: 本文是国产密码SKF库调用指南,基于vc编写(Guide of SKF Developing)
- 2020-11-05 20:29:50下载
- 积分:1
-
计算机图形学第五章
#include// OPenGL实用工具库 constint XL=100; constint XR=300; constint YB=100; constint YT=200; int x1=150,y1=50,x2=250,y2=150; #defineLIFT 1 #defineRIGHT 2 #defineBOTTOM 4 #defineTOP 8 char encode(floatx,floaty) { char c=0; if(xXR) c|=RIGHT; if(yYT) c|=TOP; return c; } void CSLineClip(int&x1,int&y1,int&x2,int&y2,intXL,intXR,intYB,intYT) { char code1=encode(x1,y1); char code2=encode(x2,y2); int x,y; char code = 3; while (code1||code2) { if(code1 != 0) { code=code1; }else {
- 2022-09-20 01:10:02下载
- 积分:1
-
mayisuanfa
说明: 该算法用于现代武器的弹道曲线中,使一种用的很广的先进算法(the algorithm used modern weapons ballistic curve, a widely used in the advanced algorithm)
- 2006-04-03 09:22:55下载
- 积分:1
-
dht11温湿度传感器协议栈组网代码及设计报告
dht11温湿度传感器协议栈组网代码及设计报告
组网工程,一应俱全
还有温度过高蜂鸣器报警功能
直接可以烧录,有hex文件
dht11温湿度传感器协议栈组网代码及设计报告
组网工程,一应俱全
还有温度过高蜂鸣器报警功能
直接可以烧录,有hex文件
- 2022-08-23 07:13:05下载
- 积分:1
-
一个串口读写的测试程序,对初学者很有用
里面有一个串口的读写维护的通用类,具有自动监视串口的功能,当发现串口有数据时会通知使用者,使用者收完数据后,通知本类继续监视串口,这是一个很好的功能.
- 2023-08-12 15:30:03下载
- 积分:1