-
pcomm ymodem
/*
Comm.h
Include file for port setting.
*/
#ifndef _COMM_H
#define _COMM_H
typedef struct tagCOMMDATA{
int Port;
int BaudRate,Parity,ByteSize,StopBits;
int ibaudrate,iparity,ibytesize,istopbits;
BOOL Hw; /* RTS/CTS hardware flow control */
BOOL Sw; /* XON/XOFF software flow control */
BOOL Dtr,Rts;
}COMMDATA,*LPCOMMDATA;
extern int GBaudTable[] ;
extern int GParityTable[] ;
extern int GStopBitsTable[] ;
extern int GDataBitsTable[];
#define MAXCOM 256
#endif
- 2022-07-03 10:39:49下载
- 积分:1
-
工厂模式样本
应用背景嗨,我附加了一个C #成分得到样品中如何使用工厂模式设计。如果你同意我的样本,我会增加更多的模式。西班牙语被使用,但很容易理解。关键技术工厂模式设计与C #我加三的方式来测试如何从工厂得到一个新的对象,以及如何使用抽象工厂和交叉的工厂。查看_initiate跟随代码。
- 2023-05-12 17:40:03下载
- 积分:1
-
VS1011E + CC1101 接收机
Codevision AVR c + + 编写此项目。MP3 接收器︰ Atmega8 + CC1101 + VS1011 E
工作和生活的项目 !
- 2022-06-29 23:01:43下载
- 积分:1
-
德德generador codigos巴拉128C条
SE描述联合国普通de巴勒斯de La GENERACION 128-c.
- 2023-07-26 16:55:02下载
- 积分:1
-
zuixiaoquandingdianfugai
给定一个赋权无向图G=(V,E),每个定点v∈U都有一个权值w(v)。如果U V,且对任意(u,v)∈E有u∈U或v∈U,就称U为图G的一个定点覆盖。G的最小权顶点覆盖是指G中所含顶点权之和最小的顶点覆盖。(Empowering given a undirected graph G = (V, E), each point v ∈ U has a weight w (v). If the UV, and for any (u, v) ∈ E there is u ∈ U or v ∈ U, on U that map G to a fixed-point coverage. G the right to the minimum vertex cover is contained in G refers to the right vertex of the vertex cover and minimum.)
- 2020-11-19 15:59:39下载
- 积分:1
-
很适合初学者的一本好书学习CSharp,很小…
这是适合初学都的一本很好的学习csharp的书,很小很强大!!!是一本语言规范-It is suitable for beginners are in a good book to learn csharp, very small and very powerful! ! !
- 2022-08-24 09:27:18下载
- 积分:1
-
Msmq示例
Msmq使用,有详细代码 连接消息队列并发送消息到队列,等等
- 2022-02-03 01:42:17下载
- 积分:1
-
sina授权登录
sina授权登录
- 2014-03-31下载
- 积分:1
-
一个用VS2005平台的C #发展,ASP.NET图书馆系统,功能非常的C.
一个用VS2005平台开发的C#,asp.net图书馆系统,功能十分齐全,包含了添加图书,修改,用户注册等等功能,十分适合新手学习-A development with VS2005 platform C#, Asp.net library system, features a very complete, includes the add books, modify, user registration and so on, very suitable for novice learning
- 2022-02-13 15:41:37下载
- 积分:1
-
数据库入门经典范例(全)希望大家喜欢^_^
数据库入门经典范例(全)希望大家喜欢^_^-Classic example of database entry (all) I hope everyone likes ^ _ ^
- 2022-08-07 00:06:35下载
- 积分:1