-
画图
简单的画图工具,能画基本图形,并且可拖动图形,删除图形等操作,还可以把画的图形保存到文件中。
- 2022-08-23 03:17:33下载
- 积分:1
-
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
-
program1
说明: matlab中对于语音编码的叙述和代码演示(matlab for speech coding in the description and code demo)
- 2008-10-19 15:39:59下载
- 积分:1
-
C #使用msscriptcontrol调用脚本的例子可以在C #实现的问题。
C#利用MSScriptControl调用脚本实例,可以在C#中执行多种脚本语言-C# Use MSScriptControl call script examples can be C# In the implementation of a variety of scripting languages
- 2022-06-02 02:52:15下载
- 积分:1
-
targetalloc
很好用的遗传算法武器目标分配问题优化算法源代码(Genetic algorithms with a good distribution of the target source)
- 2011-10-25 12:20:49下载
- 积分:1
-
Source
说明: Source wyd 7.55, contem alguns bugs em c++ , Source wyd 7.55, contem alguns bugs em c++
- 2020-06-19 01:00:02下载
- 积分:1
-
FSK
根据2FSK调制器与解调器的组成原理,设计出整个2FSK传输系统的实现方案与电路(Based on composition theory 2FSK modulator and demodulator, the entire design implementation and circuit transmission system 2FSK)
- 2014-01-06 18:49:53下载
- 积分:1
-
tull-doreian
哈夫曼树编码,利用哈夫曼树算法实现对数据的压缩,很好,不错(Huffman tree coding, using Huffman tree algorithm to achieve data compression, good, good)
- 2018-12-31 00:04:48下载
- 积分:1
-
104
使用C语言编写的运动员计分系统 主要使用链表结构 (Using the C language mainly used for athletes scoring list structure)
- 2009-12-03 22:35:44下载
- 积分:1
-
两种直线划线算法
使用DDA划线算法和Bresenham划线算法生成两种不同的直线,并构思图形(Using the DDA scribing algorithm and the Bresenham scribing algorithm, two different straight lines are generated, and the graphics are conceived)
- 2017-06-27 21:19:06下载
- 积分:1