-
C++ C编程 用于学习C ++ 比较经典的书籍,推荐
C++ C编程 用于学习C ++ 比较经典的书籍,推荐-ms press inside c
- 2022-08-14 05:06:42下载
- 积分:1
-
这个程序是利用概率算法求一个函数得积分。
这个程序是利用概率算法求一个函数得积分。-the procedure is the use of probabilistic algorithm for a function in the integral.
- 2023-01-18 13:35:03下载
- 积分:1
-
数据结构
详细描述了如何创建队列 以及操作
数据结构
详细描述了如何创建队列 以及操作-Data structure described in detail how to create a queue and the operation
- 2023-04-29 12:15:03下载
- 积分:1
-
完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素...
完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素的集合。 将该元素放在二部分中间 利用递归原理,分别对每部分进行排序-Fast sort algrithms
- 2022-04-30 00:53:20下载
- 积分:1
-
介绍C++模板库的很好的教程,极具参考价值,能使你得到较大提高...
介绍C++模板库的很好的教程,极具参考价值,能使你得到较大提高-Introduced the C++ Template library very good tutorial, great reference value, can you get a larger raise
- 2022-03-18 05:46:19下载
- 积分:1
-
c++ entry
c++入门小程序,刚入门,正在学习ING。-c++ entry-applet, just getting started, is studying ING.
- 2022-02-07 14:12:44下载
- 积分:1
-
小波滤波器
小波滤波器-代码.r..
・关于常用图像处理的v..
・采用多种小波基的离散..
・利用小波变换进行边缘..
・一个关于图像边缘检测..
-wavelet filter-code. R.. On the common image processing v.. Using a variety of small Porgy .. use of discrete wavelet transform on the brink .. 1 .. Edge Detection
- 2022-07-07 08:45:48下载
- 积分:1
-
- 2023-03-13 23:35:04下载
- 积分:1
-
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除...
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除"工程名.clw"文件后退出,再次进入工程系统会提示找不到"工程名.clw"文件,选择"“是(Yes)"重新创建一个,接下来在弹出的对话框里选择"Add all"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量"m_combo",在对话框的"nInitDialog()"函数中添加了以下语句: // TODO: Add extra initialization here m_combo.AddString("America") m_combo.AddString("British") m_combo.AddString("China") m_combo.AddString("Dalian") m_combo.AddString("England") m_combo.AddString("France") 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了.-automatic composite frame to complete the realization of the AutoCompleteCombo.cpp and AutoCompleteCombo.h two documents, the user can introduce these two documents of the project, delete the "project name. Clw documents "to withdraw, once again entered the system is not able to find" who works. Clw "document choose "" (Yes), "a re-creation of, the next in the pop-up dialog box you select" Add all "on the new projects CA
- 2023-01-19 02:05:04下载
- 积分:1
-
Windows Mobile 6下的SIM卡操作测试程序,实现了SIM卡的打开、读、写、删除操作。在VS2005下编译。...
Windows Mobile 6下的SIM卡操作测试程序,实现了SIM卡的打开、读、写、删除操作。在VS2005下编译。-Windows Mobile 6 under the SIM card testing procedures, to achieve a SIM card to open, read, write, delete operation. Under the VS2005 compiler.
- 2022-07-14 10:56:17下载
- 积分:1