-
交通灯循环 - 副本
说明: 实现普通交通等的控制,使用超声波增加了车流量的检测(To achieve the control of general traffic, the use of ultrasound increases the detection of traffic flow.)
- 2019-04-04 09:40:08下载
- 积分:1
-
c++ 线程类 thread
自己写的方便好用的线程类,用于当做线程工作类的基类,类内部有线程安全锁,代码经过多次测试,稳定可用。可用于多线程同步使用。并且包含线程池,的功能。thread有如下方法。
/// 创建线程
void Create(long times = -1, long waiteTime = 0, bool includeTaskTime = false);
/// 继续执行挂起的线程
void Resume(void);
/// 挂起线程
void Suspend(void);
/// 设置参数使主函数退出以销毁线程
void Destroy(void);
/// 调用WindowsAPI强制结束当前线程
void ForceEnd(void);
绝对好用,都舍不得拿出来的。
- 2022-05-28 13:45:20下载
- 积分:1
-
program
基于单片机的sht温湿度传感器的程序,及proteus仿真文件,完整程序,仅供学习交流适用。资料来源于互联网。(Microcontroller-based temperature and humidity sensors sht procedures and proteus simulation file, complete program, only to learn communication apply. Data from the Internet.)
- 2011-06-13 17:54:31下载
- 积分:1
-
叠后声波方程模拟
说明: 正演模拟声波方程,使用于叠后模拟,需要准备二维速度模型(Forward modeling of acoustic equation for post-stack simulation requires preparation of a two-dimensional velocity model.)
- 2020-06-22 18:40:01下载
- 积分:1
-
西部赛程序(双CCD)
说明: 基于K60芯片的线性CCD循迹小车,分为速度环和方向环(Linear CCD Track Car Based on K60 Chip)
- 2020-06-16 19:00:02下载
- 积分:1
-
C# 串口代码
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;
using System.IO.Ports;//COM口 申明调用
using System.Collections;
using System.Data.OleDb;
using System.Diagnostics;
namespace V20串口升级
{
public partial class Form1 : Form
{
SerialPort sp =null;
bool isOpen = false;//打开串口标志
bool isSetProperty = false;//属性设置标志
bool isHex = false;//十六进制显示
int numtool = 0;
public Form1()
{
&nbs
- 2023-07-16 01:30:03下载
- 积分:1
-
Pro.Entity.Framework.4.0
在visual studio 开发平台中,基于c#的asp.net mvc 中最常用的数据库框架--实体框架的功能介绍和使用。(In visual studio development platform, based on the c# asp.net mvc framework most commonly used database- Entity Framework Features and use.)
- 2014-02-27 23:16:34下载
- 积分:1
-
001-数据库历史查询和保存2
说明: 实现把文件保存本地并在数据库建立连接,对数据历史查询(Save the file locally and establish a connection in the database to query the historical data)
- 2020-04-24 20:35:52下载
- 积分:1
-
2c-esp8266_sdk_api_guide_cn_v1.5.4
说明: esp8266 api which can be used in ecplies
- 2019-03-15 23:57:19下载
- 积分:1
-
lcd1602
字符型1602LCD接口实验AT89S51(Character 1602LCD interface experiment, displayed on the LCD)
- 2013-12-30 22:00:53下载
- 积分:1