-
gperftools
gperftools是google开发的一款非常实用的工具集,主要包括:性能优异的malloc free内存分配器tcmalloc;基于tcmalloc的堆内存检测和内存泄漏分析工具heap-profiler,heap-checker;基于tcmalloc实现的程序CPU性能监测工具cpu-profiler。
- 2022-03-06 22:30:46下载
- 积分:1
-
mscomm32
mscomm32
- 2022-01-25 19:33:09下载
- 积分:1
-
二叉排序树的建立与插入
二叉排序树的建立与插入-two fork-tree insert the establishment and
- 2022-07-22 04:33:13下载
- 积分:1
-
dll generation reference code
创建一个自己的dll文件,步骤:建一个“Win32 Dynamic~Link Library”工程,是一个单纯的Win32动态库,是一个空的工程,把你的CPP文件加入工程中,还要在你的CPP文件里加入动态库入口:
- 2022-03-12 09:13:45下载
- 积分:1
-
本人两年前开发的移动给小灵通发短消息的程序,原理是用一个gsm modem接收从移动手机发过来的消息并解码成为文字信息,然后通过电信的web网站发送给小灵通,虽...
本人两年前开发的移动给小灵通发短消息的程序,原理是用一个gsm modem接收从移动手机发过来的消息并解码成为文字信息,然后通过电信的web网站发送给小灵通,虽然现在是废物,但是对学习gsm modem的操作大有好处,尤其是短消息编码解码,at命令操作等,该程序在实达的某款gsm modem上通过,也可以用一个老的nokia手机代替,但是我没有try过,自己简单调试一下即可-mobile PHS send text messages to the procedures, principle is a GSM modem reception from mobile phones made up of news and decoding as text messages, then Telecom web site sent to PHS, although now is the waste, but learning to operate the GSM modem large good, especially short news codec, at order operation, in the process of a particular Shida Public gsm adopted modem can also use an old nokia phones in place, but I did not try that I can simply about debugging
- 2022-09-30 03:50:03下载
- 积分:1
-
雪花 - WPF 应用
翻译 maninwest@Codeforge 作者:RumataEstorish @ Codeproject
找到 WPF 的雪花动画很难,但是如果你想表现冬季或者圣诞节气氛该如何做呢?这里有个简单的例子可以实现。
背景
原理很简单- 代码使用 CompositionTarget.Rendering 事件并使用简单的算法在新的位置重新画雪花。
使用代码
用法非常简单:
- 2022-03-26 00:37:46下载
- 积分:1
-
XFS SDK3.0
WOSA XFS Windows开放式系统体系结构(Windows Open System Architecture:WOSA)是Microsoft在Windows环境为跨越不同平台的应用程序而开发的体系结构规划。它制定允许信息在企业内部自由流动的标准。WOSA包括模块化应用程序编程接口(API),它向任何开发人员开发的应用程序提供访问网络服务的能力。这些网络服务可以包括:电子函件、数据库和主机连接。WOSA还提供插入任何开发人员开发的后端服务的能力。WOSA就是通常称为的“中间件”策略,它直接在操作系统中建立,试图刺激允许用户在网络上进行协作的工作组应用程序的增长。Windows将对消息传递系统以及允许用户快速定位网络上的其它用户或资源的目录服务提供了一个通用接口。WOSA还提供公用数据访问服务和安全性增强附件。WOSA策略类似于Apple开放协作环境(AOCE)策略。
- 2022-10-23 13:10:05下载
- 积分:1
-
pure windows programming, the API code completely, through its windows can learn...
纯windows编程,完全的API代码,通过它可以学习windows程序设计的基本方法,逐步提高。-pure windows programming, the API code completely, through its windows can learn the basic design process, and gradually improve.
- 2022-07-01 21:26:23下载
- 积分:1
-
gps导航数据的提取程序,可以对于gps模块进行定位,本程序采用直接定位...
gps导航数据的提取程序,可以对于gps模块进行定位,本程序采用直接定位-a GPS navigation data extraction procedures, for a GPS positioning module, the program uses a direct positioning
- 2022-04-09 04:12:43下载
- 积分:1
-
计算一个数列的众数,即出现次数最多的那个数,要求尽量低的时空复杂度...
计算一个数列的众数,即出现次数最多的那个数,要求尽量低的时空复杂度-calculate a series of the plural, that is the highest number that the number of requests time and space as low complexity
- 2022-11-05 14:25:03下载
- 积分:1