-
串口实现双机互联
一个简单的串口实现双机互联,,比较实用,有兴趣可以(a simple dual-serial connectivity, and more practical, interested can s)
- 2005-05-19 16:57:35下载
- 积分:1
-
C#编写的界面程序,用于Windows图像格式的转换,可以用于单图像的转换。...
C#编写的界面程序,用于Windows图像格式的转换,可以用于单图像的转换。-C# Interface procedures to prepare for Windows image format conversion, can be used for single-image conversion.
- 2022-07-12 22:04:13下载
- 积分:1
-
WINCEOS
wince 内核源码,对了解wince的启动过程非常有帮忙(kernel-source wince, wince in understanding the very start to help the process)
- 2009-06-24 16:14:41下载
- 积分:1
-
DianNaoShuBiSai
本代码应用于电脑鼠比赛,代码用C语言编写,效果还不错。(This code is applied to computer mouse game,Code written in C, the effect is good
)
- 2014-10-21 09:50:59下载
- 积分:1
-
AM2322B
AM2322B温湿度传感器驱动,stm32f10x系列模拟i2c,移植修改io口,调整延时函数。
方便移植。亲测可用!(AM2322B temperature and humidity sensor drive, stm32f10x series analog I2C, transplant to modify the IO port, adjust the delay function.
Convenient transplantation. The pro test is available!)
- 2018-01-05 15:53:37下载
- 积分:1
-
UDP网络聊天程序
计算机网络技术作业,利用UDP实现聊天的程序,具备客户端和用户端,使用C++编写,含有图形化界面,可以设置IP地址,和端口号。服务器端选择端口号进行启动,服务器端设置IP地址和端口号进行连接。
- 2022-10-28 17:45:03下载
- 积分:1
-
Prim
编程实现Prim算法,基于最小堆数据结构,生成最小代价生成树。
(其中随机生成点和边,形成连通图)
根据输入的顶点数的不同,分析时间复杂度。(Implement Prim’s algorithms based on min-heap and disjoint set data structure for constructing a minimum cost spanning tree.
Generate weighted undirected complete graph for given size n according to the following approach:
1) Randomly generate n points ( ) on a plane
2) Randomly generate k pairs of points as edges of the graph.
3) The weight of an edge of the graph is defined as the the Euclidean distance between two endpoints of the edge.
)
- 2011-06-11 16:28:53下载
- 积分:1
-
图书管理系统
用C++语言编写的小型的图书管理代码
部分代码如下
#include
#include
#include
using namespace std;
const int Max_book=2500; //可保存图书数量的上限
const int Max_reader=2500; //可保存读者数量的上限
const int Max_bor_book=5; //读者借阅图书本数上限
class Book //图书类
{
private:
int num; //设置图书条形码
int flag; //设置删除标记 1:已经删除 0:还未删除
int onshelf;
- 2022-03-17 07:50:15下载
- 积分:1
-
Basic-Interface
Bookmark
//
// ImageAndTextCell.h
// SimpleTreeController
//
// Created by System Administrator on 7/13/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
- 2014-01-21 17:47:36下载
- 积分:1
-
xiererfenchazhao
希尔排序c++数据结构算法
二分查找的递归算法(希尔排序c++数据结构算法
二分查找的递归算法
)
- 2010-12-10 18:32:52下载
- 积分:1