-
FreeHandDraw
实现地图符号的定制与开发
有一定的参考价值(achieve map symbol customization and the development of certain reference value)
- 2007-05-15 22:21:24下载
- 积分:1
-
C#串口调试工具源码
【实例简介】
- 2021-11-04 00:34:09下载
- 积分:1
-
实现ADC0809的模数转换
利用滑动变阻器实现电压值的变化。采集后模数转换
- 2022-01-31 06:49:15下载
- 积分:1
-
很实用的C语言源代码
/*
模拟扫雷游戏
*/
#include
#include
#include
#include
#include
#include
#include
union REGS regs;
int size=15;/*用于表示每个方块的大小(正方形的边长)*/
int pix,piy=50;/*pix,piy是矩阵的偏移量*/
char b[2]="1";/*用于显示方格周围的雷的个数*/
int pan[30][16];/*用于记录盘面的情况:0:没有、9:有雷、1~8:周围雷的个数*/
int pan1[30][16];/*pan1[][]纪录当前的挖雷情况,0:没有操作、1:打开了、2:标记了*/
int tt;/*纪录时间参数*/
int Eflags;/*用于标记鼠标按钮的有效性,0:有效,1:无效,2:这是鼠标的任意键等于重新开始*/
- 2022-06-20 22:55:01下载
- 积分:1
-
win32programming
在WIN32中,每一个线程都对应着一个消息队列。由于一个线程可以产生数个窗口,所以并不是每个窗
口都对应着一个消息队列。下列几句话应该作为"定理"被记住:
"定理" 一
所有产生给某个窗口的消息,都先由创建这个窗口的线程处理;
"定理" 二
Windows屏幕上的每一个控件都是一个窗口,有对应的窗口函数。消息的发送通常有两种方式,一是SendMessage,一是PostMessage(In WIN32, each thread corresponds to a message queue. Since a thread can have several windows, so not every window corresponds to a message queue. The following words should be a " theorem" to be remembered: " Theorem" all produce a message to a window, all threads initially create the window treatment " Theorem" Two Windows on the screen is a control for each window, there is the corresponding window function. Messages sent are usually two ways, first, SendMessage, PostMessage first)
- 2010-08-26 08:43:28下载
- 积分:1
-
OpenCV-2-Computer-Vision-Application
OpenCV 2 Computer Vision Application Programming Cookbook 的源码,采用C++风格,非常适合学习2.0以后的openCV 版本。(OpenCV 2 Computer Vision Application Programming Cookbook source, using C++ style, very suitable for learning 2.0 later OpenCV version.
)
- 2012-11-17 08:18:13下载
- 积分:1
-
大灰狼远控源码+增加QQ显功能
说明: 大灰狼远控源码+增加QQ显功能 2018友情发布(Great Wolf Remote Control Source + Add QQ Display Function 2018 Friendship Release)
- 2020-06-21 21:00:02下载
- 积分:1
-
8051Pproteus-27
《单片机C语言程序设计实训100例——基于8051+Proteus仿真》案例压缩包 第 01 篇 基础部分27 TIMER0控制单只LED闪烁(" Microcontroller C Programming Language Training 100 cases- based on 8051+ Proteus simulation" case archive basis of Article 01 part 27 TIMER0 single LED flash control)
- 2011-07-27 21:43:45下载
- 积分:1
-
fluent UDF 压力入口源文件(total_press_in.c)
压力随时间变化
- 2020-04-13下载
- 积分:1
-
halconMeasure
c#联合halcon开发的一款量测系统,支持一般的2d量测(A measurement system developed by c# in conjunction with Halcon to support general 2D measurements)
- 2020-07-02 17:40:02下载
- 积分:1