-
Under the windows mobile messaging inbox to read and write all the c++ code, whi...
windows mobile 下读写短信收发件箱的所有c++代码,同时生成dll,可以用c#来调用-Under the windows mobile messaging inbox to read and write all the c++ code, while creating dll, you can use c# to call
- 2022-09-14 03:00:03下载
- 积分:1
-
高内存分配
Memory Allocation for High-Dimensional Data Structures
- 2023-05-05 12:05:04下载
- 积分:1
-
《Windows via C/C++》 5th 随书源代码,解压后可以使用VC2005 打开sln文件进行编译,对理解该书内容有很大的帮助...
《Windows via C/C++》 5th 随书源代码,解压后可以使用VC2005 打开sln文件进行编译,对理解该书内容有很大的帮助-err
- 2022-04-18 00:52:39下载
- 积分:1
-
C++编写的屏幕拾色器,拖动鼠标就可以获取屏幕任意一点的的颜色,然后给出16进制和RGB颜色值,并将值存入剪贴板;同时在拖动取色过程中适时显示鼠标位置座标、窗口...
C++编写的屏幕拾色器,拖动鼠标就可以获取屏幕任意一点的的颜色,然后给出16进制和RGB颜色值,并将值存入剪贴板;同时在拖动取色过程中适时显示鼠标位置座标、窗口句柄、窗口类名以及窗口标题,因此,这个程序也可以说成是一个鼠标钩子程序,对研究C++还是有帮助的。-C++ Prepared Found color screen, and drag the mouse on the screen can be accessed at any point of the color, and then given 16 hexadecimal and RGB color value, and value into the clipboard At the same time, drag the color from the process of in a timely display coordinates of the mouse position, window handle, window class name and window title, therefore, this procedure can also be said as a mouse hook procedures, the study of C++ or helpful.
- 2023-07-04 01:05:03下载
- 积分:1
-
自动提醒小程序,下班时老是忘记打卡,就写了这个小程序,提醒上班事务。带源码...
自动提醒小程序,下班时老是忘记打卡,就写了这个小程序,提醒上班事务。带源码-automatically remind small programs to and from work always forget card or write about this small program to remind work Affairs. With FOSS
- 2022-05-10 15:20:57下载
- 积分:1
-
自己做的计算器,功能还算过得去吧,分为三大部分:1、输入数据类型转换;2、常规基本运算;3、进制转换。...
自己做的计算器,功能还算过得去吧,分为三大部分:1、输入数据类型转换;2、常规基本运算;3、进制转换。-own calculator, it functions passably divided into three parts : an input data type conversion; 2, the conventional basic arithmetic; 3, the base for the conversion.
- 2023-02-13 17:55:04下载
- 积分:1
-
曾经有位网友和我讨论怎样编写一个通过服务器对客户机上的程序进行自我升级的问题,由于我的项目也涉及到自我升级,当时我把我的解决方案提了出来,那就是做一个类似于瑞星...
曾经有位网友和我讨论怎样编写一个通过服务器对客户机上的程序进行自我升级的问题,由于我的项目也涉及到自我升级,当时我把我的解决方案提了出来,那就是做一个类似于瑞星的升级程序。在这里我也发现了很多的网友对这个问题很困惑,故我愿意把我的设计方案写出来与大家共享,大家也可以通过这个思路用其他语言进行改写-had one netizen and I discussed how to prepare a server through the client on the procedures for self-promotion , I am also involved in the project to self-promotion, I use my solution mentioned, it is so similar to the one Ruixing promotion procedures. Here I also found a lot of online friends to the problem is very confused, Therefore, I am willing to put my design write and share. Members can also thinking through the use of other languages rewritten
- 2023-04-21 21:40:02下载
- 积分:1
-
阿都伊诺XBee盾CadSoft Eagle板
Arduino XBee Shield Cadsoft Eagle Board
- 2022-02-21 12:34:50下载
- 积分:1
-
栈,队列的实现,链表的简单操作,包括…
实现栈,队列,链表的简单操作,其中链表包括单链表,双链表,循环链表。-The realization of stacks, queues, linked list of simple operations, which include single-list list, double-linked list, circular list.
- 2022-06-20 14:44:13下载
- 积分:1
-
图形化界面的计算器
图形化界面的计算器。支持算法优先。
有两种模式:一种是输入一个完整表达式,获取计算结果,这种工作模式类似于我们的计算表达式的过程;第二种是进行即使计算,即显示单步计算的中间结果,这种工作模式类似于普通计算器功能。
计算器包括2个文本框,一个输入框,一个输出框
支持阶乘
- 2022-04-22 07:09:44下载
- 积分:1