-
html5 绘图以及 动画实例源码
html5 绘图以及 动画实例源码
- 2014-06-12下载
- 积分:1
-
C# 实现QQ 登陆、登出,获取好友以及群列表 然后群发消息 基于QQ2011 PC版协议【附完整源码】
实现了登陆qq后获取好友和群列表,然后逐个群发消息的功能,详见截图
- 2013-03-01下载
- 积分:1
-
355098
包含几个输出调试信息的工具源码,即TraceWin或DBWin一类()
- 2017-11-11 16:08:40下载
- 积分:1
-
Radar
将雷达数据转换为坐标数据 文件的输入与输出(Radar data will be converted to coordinate data file input and output)
- 2009-05-13 13:59:37下载
- 积分:1
-
PWM输出
说明: 使用STM32F103 32位芯片配置定时器以及控制定时器输出PWM波形(Using STM32F103 32 bit chip to configure timer and control the output PWM waveform of timer)
- 2020-06-23 16:00:01下载
- 积分:1
-
堆栈四则运算
/* 在BC31下编译 或VC6.0*/
/* compile under Borland C++ 3.1 or Visual C++ 6.0*/
/*#include "stdafx.h"*/
#include "stdio.h"
#include "string.h"
#include "stdlib.h"
#include "conio.h"
#define TRUE 1
#define FALSE 0
#define STACK_INIT_SIZE 100/*存储空间初始分配量*/
#define STACKINCREMENT 20/*存储空间分配增量*/
typedef struct
{
int *pBase;/*在构造之前和销毁之后,base的值为NULL*/
int *pTop;/*栈顶指针*/
int StackSize;/*当前已分配的存储空间,以元素为单位*/
}Stack;
typedef int BOOLEAN;
char Operator[8]="+-*/()#";/*合法的操作符存储在字符串中*/
char Optr;/*操作符*/
int Opnd=-1;/*操作符*/
int Result;/*操作结果*/
/
- 2022-07-17 12:33:54下载
- 积分:1
-
373764643
指纹识别器,C#经典编程实例源码,很好的参考资料(The fingerprint reader, classic instance of C# programming source code, a good reference)
- 2013-11-13 12:15:14下载
- 积分:1
-
139607
This is a RLE compression routine, written in MFC I wrote thi()
- 2018-03-19 19:44:53下载
- 积分:1
-
DZC
电子称的程序(electronic Contents Paragraphs Page said the procedure .............................................. )
- 2007-05-28 17:12:17下载
- 积分:1
-
ckllectionderived
libev-4,15 源码 libev是一个开源的事件驱动库,基于epoll(The libev- 4, 15 source libev library is an open source event-driven, based on epoll)
- 2017-04-03 19:55:03下载
- 积分:1