登录
首页 » C++ » ActiveObjectExam

ActiveObjectExam

于 2016-04-22 发布 文件大小:7KB
0 183
下载积分: 1 下载次数: 1

代码说明:

  使用symbian 创建一个定时器主要应用的是活动对象。(Create a timer using the symbian application is the main active object.)

文件列表:

ActiveObjectExam
................\data
................\group
................\.....\ActiveObjectExam.mmp,629,2008-12-19
................\.....\bld.inf,427,2008-12-19
................\inc
................\...\ActiveObjectExam.h,531,2008-12-19
................\...\CalculateSum.h,1725,2008-12-19
................\...\ClockTimer.h,1490,2008-12-19
................\sis
................\...\ActiveObjectExam_EKA2.pkg,725,2008-12-19
................\src
................\...\ActiveObjectExam.cpp,2400,2008-12-19
................\...\CalculateSum.cpp,2225,2008-12-19
................\...\ClockTimer.cpp,2219,2008-12-19
newstd.txt,0,2016-04-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GPS_weijuchafen
    根据GPS卫星数据,在C++的语言环境下实现单点定位和伪距差分,达到提高点位精度和可靠性。(According to GPS satellite data, in the C++ language environment to achieve a single point positioning and pseudo-range differential, to improve the point precision and reliability.)
    2020-10-22 12:47:23下载
    积分:1
  • Profibus规范_中文版
    Profibus是作为德国国家标准DIN 19245和欧洲标准prEN 50170的现场总线。ISO/OSI模型也是它的参考模型。由Profibus -Dp、Profibus -FMS、Profibus-PA组成了Profibus系列(Profibus is the field bus of German national standard DIN 19245 and European standard prEN 50170. The ISO/OSI model is also its reference model. Profibus series is composed of Profibus-Dp, Profibus-FMS and Profibus-PA.)
    2020-12-23 17:29:06下载
    积分:1
  • KMEANS
    This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> (This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter> )
    2013-01-05 23:11:23下载
    积分:1
  • pca
    这篇文章是盲信号处理,因为是英文文章,所以大家看内容就好了。(Principal component analysis (PCA) is a mainstay of modern data analysis- a black box that is widely used but poorly understood. The goal of this paper is to dispel the magic behind this black box. This tutorial focuses on building a solid intuition for how and why principal component analysis works furthermore, it crystallizes this knowledge by deriving from simple intuitions, the mathematics behind PCA . This tutorial does not shy away from explaining the ideas informally, nor does it shy away from the mathematics. The hope is that by addressing both aspects, readers of all levels will be able to gain a better understanding of PCA as well as the when, the how and the why of applying this technique.)
    2011-10-17 09:07:08下载
    积分:1
  • ForK1
    我们的目的是将一个分数拆分成若干个分子是1分母是正整数的分数之和的形式。例如2/3可以拆分成1/2+1/6的形式。这里不考虑顺序,比如1/6+1/2和1/2+1/6相同。 输入p, q, a, n, 其中p/q为分数,对这个分数进行拆分,要求拆分的分数个数不能多于n个,所有分母的乘积不能大于a。求有多少种拆分方法? 输入:最多200组数据。在每行中都有四个数分别表示p, q, a, n,之间以空格隔开,并且满足p,q<=800,a<=12000,n<=7,最后以四个0做为输入的结束。 输入示例: 2 3 120 3 2 3 300 3 0 0 0 0 输出示例: 4 7 (Our aim is to split a fraction into a number of elements is a denominator is a positive integer fraction of the sum of form. For example, 2/3 can be split into 1/2+1/6 form. Not considered here, the order, such as 1/6+1/2 and 1/2+1/6 of the same. Input p, q, a, n, where p/q as a fraction of this split scores require no more than the number of split points n-all the product of the denominator can not be larger than a. How many kinds of demand split method? Input: Up to 200 sets of data. In each line has four numbers indicate the p, q, a, n, separated by a space between, and meet the p, q < = 800, a < = 12000, n < = 7, the end, four 0 as the input end. Input Example: 2,312,032,330,030,000 sample output: 47)
    2009-11-12 09:54:17下载
    积分:1
  • gongchengshuxue
    说明:  MatLab工程数学应用 一书的电子版,内容非常实用(MatLab Application Engineering Mathematics electronic version of the book, the content is very practical)
    2008-11-27 21:17:53下载
    积分:1
  • GPIBK2306TEST
    利用GPIB接口控制K2306上下电,电压5V。(The control of K2306 electric interface using GPIB, voltage 5V. )
    2015-04-13 15:29:47下载
    积分:1
  • MFC下通过ADO访问数据库,支持图片保存,用DataGrid关联显示。
    MFC下通过ADO访问ACCESS数据库,支持图片保存,支持图片的获取显示,同时用DataGrid关联数据库表的显示。
    2022-05-17 02:58:29下载
    积分:1
  • Fractal
    这个分形图像压缩还没有完成。但你还是可以看看
    2022-03-02 12:07:55下载
    积分:1
  • 车辆的检测和跟踪
    用于对车辆的检测和跟踪,包含完整的源代码,适合正在学习研究这方面的朋友参考如果你想使用本程序,只要稍微改动一些参数即可。
    2022-03-18 00:38:50下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载