-
cs
说明: MFC界面,服务器端可通过TCP socket的链接使client和sever端建立链接,然后可以对客户端的相关文件实现监听功能。并显示在服务器相应位置。(client sever )
- 2014-05-01 23:03:40下载
- 积分:1
-
ALIENTEK MINISTM32 实验2 按键实验
正点原子Mini板实验二 按键实验,为新手准备的基础源码,基于C语言,芯片为STM32F103RC(Punctuality atomic Mini board experiment two button experiment, for beginners to prepare the basic source code, based on C language, chip STM32F103RC)
- 2018-04-28 13:12:36下载
- 积分:1
-
哆啦A梦的C代码
#include
#include
#define PI 3.14159265
// 主函数
void main()
{
// 创建大小为 800 * 600 的绘图窗口
initgraph(800, 600);
// 设置原点 (0, 0) 为屏幕中央(Y轴默认向下为正)
setorigin(400, 300);
// 使用白色填充背景
setbkcolor(WHITE);
cleardevice();
// 画脸
setfillcolor(RGB(7, 190, 234)); // 头
setlinecolor(BLACK);
fillroundrect(-135, -206, 135, 54, 248, 248);
setfillcolor(WHITE); // 脸
fillellipse(-115, -144, 115, 46);
fillroundrect(-63, -169, 0, -95, 56, 56); // 右眼
fillroundrect(0, -169, 63, -95, 56, 56); // 左眼
setfillcolor(BLACK);
solidcircle(-16, -116, 6); // 右眼球
solidcircle( 16, -116, 6); // 左眼球
setfillcolor(RGB(201, 62, 0)); // 鼻子
- 2022-02-01 16:57:29下载
- 积分:1
-
qianrushi
嵌入式系统体系结构及嵌入式处理器,以及使用,并介绍了嵌入式操作系统的开发
(Embedded systems architecture and embedded processor,and the use of,and introduced the development of embedded operating systems)
- 2009-05-30 13:57:39下载
- 积分:1
-
birth
数据库编程,生日管理系统,有增加、删除、修改、更新的功能,在VC6.0上可以运行,使用MFC编程!(Database programming, birthdays management system)
- 2014-04-08 00:33:15下载
- 积分:1
-
扫雷
说明: 实现扫雷游戏的制作,利用easyx进行图形界面的美化(Realize Minesweeping Game)
- 2020-06-16 23:00:02下载
- 积分:1
-
Code
使用NPOI处理excel的类文件(create a class to process excel file)
- 2013-07-28 19:12:03下载
- 积分:1
-
cPPpolyfit
多项式拟合,最小二乘法,c++版本实现,运行环境vc6(Polynomial fitting)
- 2013-04-29 10:37:54下载
- 积分:1
-
edgeextracting
matlab灰度图像的边缘提取:直方图均衡化,canny算子实现一阶偏微分,计算梯度幅值和方向(matlab Gray Image Edge Extraction: histogram equalization, canny realization of first-order partial differential operator, calculate the gradient magnitude and direction)
- 2010-11-30 13:53:18下载
- 积分:1
-
ST7796S-Sitronix
说明: 液晶屏ST7796S-Sitronix显示驱动文件(Datasheet
Sitronix reserves the right to change the contents in this document
without prior notice, please contact Sitronix to obtain the latest
version of datasheet before placing your order. No responsibility is)
- 2019-11-12 09:29:31下载
- 积分:1