-
meanshift
Mean Shift,我们 翻译为“均值飘移”。其在聚类,图像平滑。图像分割和跟踪方面得到了比较广泛的应用。(Mean Shift)
- 2013-11-21 13:29:26下载
- 积分:1
-
社区档案管理软件
社区档案管理软件自定义档案分类及各档案分类目录项信息,满足不同档案录入需求。支持Excel导入档案条目信息,实现大批量档案条目信息统一,减少手动录入工作量,提高工作效率及工作质量。(The community archives management software customizes the information of archives classification and catalogue items to meet the needs of different archives entry. Supporting Excel to import file entry information, realizing a large number of file entry information unification, reducing manual input workload, improving work efficiency and quality.)
- 2020-06-23 23:00:01下载
- 积分:1
-
Expression-evaluation
bo3-1.cpp 顺序栈(存储结构由c3-1.h定义)的基本操作(9个)
algo3-6.cpp 表达式求值(输入、输出和中间结果均只能是0~9)(Bo3-1.cpp order of the stack (storage structure defined by the c3-1.h) basic operations (9)
Algo3-6.cpp expression evaluation (input, output, and intermediate results are only 0 to 9))
- 2014-02-11 18:14:56下载
- 积分:1
-
regedit
说明: 实现了注册表编程的一般操作,例如查询、修改等(Achieved the general operation of the registry program, such as query, modify, etc.)
- 2008-12-08 15:11:35下载
- 积分:1
-
CLOCK
以实例为背景学习基于MFC的WINDOWS应用程序设计,编写一个模拟时钟程序,此程序在屏幕左边有一个指针式钟面,右方有两个矩形框,上面以数字方式显示日期和时间,该时间应与指针显示的时间一致,下方的矩形框作为秒表。用菜单选项或按钮设置时间和秒表。时间不必与机器系统时间相同,可任意设置。(Background-instance learning WINDOWS MFC-based application design, the preparation of an analog clock program, this program has a pointer on the screen on the left clock face, on the right there are two rectangular box, above digitally display the date and time, which should be consistent with the pointer display time, and the lower rectangular box as a stopwatch. With a menu option or button to set the time and stopwatch. Time Machine does not have the same system time can be set arbitrarily.)
- 2013-10-17 15:52:11下载
- 积分:1
-
PointToPoint
本程序采用VS2008实现的网络的点对点通信,大家可以参考一下!(The program uses a network of VS2008 to achieve point to point communication, we can refer to!)
- 2011-07-19 08:38:33下载
- 积分:1
-
aoyunwuhuan
在VC++下面用MFC类库实现的绘制奥运五环的程序源码(In VC++ Following MFC class library with five Olympic rings realize the mapping procedure source)
- 2008-05-10 19:24:27下载
- 积分:1
-
DevelopmentBoardWithMSP430F449DesignProcess
用MSP430F449设计的开发板程序,有助于初学者熟悉开发板并进行进一步的开发学习(Development board with MSP430F449 program designed to help beginners familiar with the development board, and further develop the learning)
- 2010-05-13 11:44:04下载
- 积分:1
-
mfcopentree
一个华工研究生写的三维模哦具动态装配程序,很有参考价值的(a labor of graduate students to write three-dimensional modeling with dynamic oh assembly procedures, great reference value)
- 2005-02-15 14:02:38下载
- 积分:1
-
JHGJGHJGFJG
题目:取一个整数a从右端开始的4~7位。
程序分析:可以这样考虑:
(1)先使a右移4位。
(2)设置一个低4位全为1,其余全为0的数。可用~(~0<<4)
(3)将上面二者进行&运算。
2.程序源代码:(Topic: take an integer a from the right end of the four to seven began.
Program analysis: it can be to consider:
(1) to make a move to the right four.
(2) sets a low four total for the 1, all the rest for 0 of the number. Can be used to (~ 0 < < 4)
(3) will above the difference and operations.
2. The source code:)
- 2012-05-26 20:20:03下载
- 积分:1