-
窗口编程的好书
good book for windows programming
- 2023-01-23 14:45:04下载
- 积分:1
-
一个c#写的能识别四则表达式运算的程序
一个c#写的能识别四则表达式运算的程序-c# 1 was able to identify the four expressions Operational procedures
- 2022-03-26 00:12:24下载
- 积分:1
-
温度实时无线传输程序
资源描述自己整合调试的温度无线传输程序。所用到的单片机和模块:中颖SH88F2051单片机,DS18B20温度传感器,NRF24L01发射接收模块,12864显示屏;所用语言:keil c。发射部分:由中颖SH88F2051单片机读取DS18B20温度传感器数值,处理后由NRF24L01发射出去;接收部分:SH88F2051单片机通过NRF24L01接收到的数据处理后由12864显示。程序有详细注释,也是在调试中发现问题后一步一步解决问题的,程序仅供参考。
- 2022-03-24 19:45:07下载
- 积分:1
-
WIN VNC 源码
VNC 源码 可以学习参考开发 大名鼎鼎的VNC远程监控软件 的客户端源码.-famous VNC remote monitoring software prepared by the Delphi client source.
- 2022-07-18 23:52:37下载
- 积分:1
-
计算几何——凸多边形判断+点在多边形内判断+求点到直线距离.docx
计算几何——凸多边形判断+点在多边形内判断+求点到直线距离.docx
- 2015-12-11下载
- 积分:1
-
TI测温芯片TMP100驱动
TI测温芯片TMP100驱动I2C 串行接口的数字温度传感器The TMP100 and TMP101 are two-wire, serial output temperature sensors available in SOT23-6 packages. Requiring no external components, the TMP100 and TMP101 are capable of reading temperatures with a resolution of 0.0625°C.The TMP100 and TMP101 feature SMBus and I2C™ interface compatibility, with the TMP100 allowing up to eight devices on one bus. The TMP101 offers SMBus alert function with up to three devices per bus.The TMP100 and TMP101 are ideal for extended temperature measurement in a variety of communication, computer, consumer, environmental, industrial, and instrumentation applications.The TMP100 and TMP101 are specified for operation over a temperature range of –55°C to +125°C
- 2022-02-07 19:56:28下载
- 积分:1
-
Animator
C# winform下实现显示控件和内容的动画效果。(C# winform animation display controls and content.)
- 2020-12-24 13:59:05下载
- 积分:1
-
C#程序开发范例宝典 图书光盘附带源码 第16章
C#程序开发范例宝典 图书光盘附带源码 第16章-C# Program development paradigm Baodian Book CD-ROM attached to source Chapter 16
- 2022-10-14 23:50:03下载
- 积分:1
-
c语言编写学生成绩管理系统源代
#include "stdio.h"
#include"string"
/*定义学生结构体*/
struct Student
{
char ID[20];
char Name[20];
float Mark1;
float Mark2;
float Mark3;
float Average;
};
/*声明学生数组及学生数量*/
struct Student students[1000];
int num=0;
/*求平均值*/
float Avg(struct Student stu)
- 2022-02-20 17:58:36下载
- 积分:1
-
STM32 F4系列低功耗相关代码
STM32 F4系列低功耗相关代码
Low_Power_STM32F4 C代码
- 2023-08-19 22:35:05下载
- 积分:1