-
COPYFILE
VC++ MFC文件拷贝显示进度条,选择需要复制的文件、选择需要复制到的路径,开始复制文件时即可显示进度条,进度条上显示有数字百分比,适时显示复制进度。(VC++ MFC file copy shows the progress bar, select files to be copied, the choice of paths need to be copied to the beginning, copying a file to display a progress bar, progress bar displayed on a digital display percentage, the replication schedule timely.)
- 2014-09-24 12:14:41下载
- 积分:1
-
字数统计
了解基本编程知识,熟悉编程算法,字数统计。(Understand basic programming knowledge, familiar with programming algorithms, word count.)
- 2020-06-23 20:40:01下载
- 积分:1
-
UVectorFont
说明: VC++将文字处理成轮廓边框效果只显示文字的轮廓,不显示文字实体,有点像空心文字,图形 + 文字 + 矢量(VC ++ treats the text as outline border effect, only displays the outline of the text, does not display the text entity, a bit like hollow text, graphics + text + vector)
- 2020-12-21 17:29:07下载
- 积分:1
-
3dCloud
c#语言实现三维点云文件的读取以及opengl显示(c# language to achieve a three-dimensional point cloud file read and opengl display)
- 2021-02-25 15:49:38下载
- 积分:1
-
虚拟文档管理系统
虚拟文件管理系统-virtual document management system
- 2022-02-18 17:13:10下载
- 积分:1
-
QoS
说明: 详细介绍了VLAN的划分以及802.1Q二层优先级的知识。(Details of the division of VLAN and 802.1Q Layer 2 priority of knowledge)
- 2016-03-09 10:26:35下载
- 积分:1
-
helpsvm
自控应用svm的介绍文档,方便下载传看。(mysvm is used to train a SVM on a given example set and testing the results.it is very conveninent to learn about it by u self.)
- 2016-04-26 11:19:24下载
- 积分:1
-
Pressure
说明: 利用Freeman链码实现圆形物体的检测(Freeman chain code to use to achieve the detection of circular objects)
- 2009-07-27 13:11:14下载
- 积分:1
-
CDPro
这是一个用于计算蛋白质或短肽二级结构的软件,内附有使用说明!(This is a used to calculate the protein or peptide secondary structure software, included with instructions!)
- 2021-04-27 22:08:44下载
- 积分:1
-
how_many_fibs
Recall the definition of the Fibonacci numbers:
f1 := 1
f2 := 2
fn := fn-1 + fn-2 (n>=3)
Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a,b]. (Recall the definition of the Fibonacci numbers:
f1 := 1
f2 := 2
fn := fn-1+ fn-2 (n>=3)
Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a,b]. )
- 2009-11-27 15:18:02下载
- 积分:1