-
ex5-1
这是一个使用8051制作的数字时钟,使用2个弹跳按钳和4个共阳七段显示器组合而成.(It is a production of the 8051 Digital Clock, use two bouncing by clamp and four monitors in paragraph 107 of a total of Shenyang combination.)
- 2007-01-16 00:10:13下载
- 积分:1
-
C#个人通讯录管理系统
个人通讯录管理系统,c#源代码含有数据库(Personal address book management system, c# source code, containing the database)
- 2021-04-25 17:18:46下载
- 积分:1
-
socket
这是一个简单的socket编程例子,非常适合刚接触socket编程者。程序简单、可用、易于理解。是个很好的socket范例。(A simple socket programming examples. Suitable for beginners. Program is simple, available, easy to understand.
Is a good example of socket programming.)
- 2013-09-16 15:38:21下载
- 积分:1
-
Bmaqr
qr分解的c语言程序,可以嵌入matlab使用(simulated decomposition of the c language program, can be embedded using Matlab)
- 2006-11-13 18:10:39下载
- 积分:1
-
AF_Motor
arduino_AFMotor库,用于控制连在ARDUINO上的电机(This is the August 12, 2009 Adafruit Motor shield firmware with basic Microstepping support. Works with all Arduinos and the Mega
For more information on the shield, please visit http://www.ladyada.net/make/mshield/
To install, click DOWNLOAD SOURCE in the top right corner, and see our tutorial at http://www.ladyada.net/library/arduino/libraries.html on Arduino Library installation)
- 2016-02-18 21:14:17下载
- 积分:1
-
C# 快递费用计算软件 源码
switch (aa) { case "香港": float a; a = float.Parse(textBox1.Text); // textBox1.Text = a.ToString(); if (a 1) { float b = a % 1; float c = a - b; if (b 0.5) { double res; res = c * 25 30; label3.Text = res.ToString(); } } break;
- 2014-09-10下载
- 积分:1
-
通过RTSP获取到网络摄像机的视频流
很完整的RTSP获取码流的代码,
#ifdef _WIN32_WCE
#include "stdafx.h"
#endif
#ifndef _WIN32_WCE
#define WIN32_LEAN_AND_MEAN
#endif
#include
#include
#include
#include
#include
#include
#include
#ifdef _WIN32_WCE
#pragma comment(lib, "ws2.lib")
#else
#pragma comment(lib, "ws2_32.lib")
#endif
#define PP_NAME "User-Agent:rtsp client(v1.0)"
#define PP_CRLF "/r/n"
//测a试?之?用?
long InitSocket();
long DeInitSocket();
long InitTCPSocket(int port);
long InitUDPSocket(const char *ip, int port);
long GetSokcetPort(int sock, int *port);
- 2022-05-31 21:03:15下载
- 积分:1
-
1302cx
基于avr单片机,1302芯片实现时钟,单字节读写(avr atmega16 ds1302)
- 2010-07-02 10:34:12下载
- 积分:1
-
STM32F4采集3路ADC
stm32f4采集3路模拟电压,实现数据的实时采集,每个10ms发送出来,用matbal还原,电压的变化值
- 2022-05-07 15:18:14下载
- 积分:1
-
Josephus(data_struct)
数据结构中基于约瑟夫环问题,用C++方式实现的。。。。。(Data structure based on Josephus problem with C++ a manner. . . . .)
- 2013-11-17 11:30:24下载
- 积分:1