-
adaboost 三个维度
part3_data eva_stump
- 2022-06-17 13:16:21下载
- 积分:1
-
A calc as MS Windows carry with.
A calc as MS Windows carry with.
- 2022-03-25 13:15:28下载
- 积分:1
-
创建Mobile今日主题项目,当前内存查看
Requirements:
Visual Studio 2005,
Windows Mobile...
创建Mobile今日主题项目,当前内存查看
Requirements:
Visual Studio 2005,
Windows Mobile 5.0 Pocket PC SDK,
ActiveSync 4.0.-Description:
This sample illustrates how to create a custom Today screen item for
Pocket PC.
Relevant APIs:
Today screen plugins.
Usage:
Load the project from Visual Studio 2005, and build normally.
This sample will build as a DLL called Memwatcher.dll. It will also
create a .cab file called memwatchercab.cab. Install the the cab on
on your device. Once you have installed memwatcher via the cab,
open the Settings-Today applet and tap on the Items tab. Tap OK to close
the dialog. (This causes Today to reload all the applets on the Today
screen- including the Memwatcher sample.)
Assumptions:
None.
Requirements:
Visual Studio 2005,
Windows Mobile 5.0 Pocket PC SDK,
ActiveSync 4.0.
- 2022-01-28 04:59:00下载
- 积分:1
-
滚动条使用实例程序
滚动条使用实例程序-examples of the use of the rolling process
- 2022-03-07 00:46:31下载
- 积分:1
-
中国麻将小程序,付代码,个人感觉功能比较齐全了,可以下载看...
中国麻将小程序,付代码,个人感觉功能比较齐全了,可以下载看-Chinese Mahjong small programs, pay code, personal sensory function relatively complete, and can be downloaded to see
- 2022-09-13 20:10:04下载
- 积分:1
-
castalia_user_manual OMNET++扩展程序
Castalia_User_Manual Omnet++ expended program
- 2022-11-11 01:15:03下载
- 积分:1
-
类似金山词霸的ListCtrl控件的完整源代码,推荐啊
类似金山词霸的ListCtrl控件的完整源代码,推荐啊-similar free email ListCtrl control of the integrity of the source code, recommended ah
- 2022-10-16 03:40:03下载
- 积分:1
-
USB上位机程序,非常好的界面,基于MFC的开发,很适合初学者开发...
USB上位机程序,非常好的界面,基于MFC的开发,很适合初学者开发-USB host computer program, a very good interface, the MFC-based development, it is suitable for beginners to develop
- 2022-03-06 20:31:56下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1
-
DES的算法用C实现
DES的算法用C实现-DES algorithm to achieve C
- 2022-06-19 05:53:06下载
- 积分:1