-
利用一个链表类实现一个队列类和栈类
利用一个链表类实现一个队列类和栈类-use a objectlist achieve a queue category and type Stack
- 2022-08-15 13:43:44下载
- 积分:1
-
C语言编写的,利用最近距离插值发进行网格值插值运算,等价于从新定义数组大小。...
C语言编写的,利用最近距离插值发进行网格值插值运算,等价于从新定义数组大小。-prepared by the C language, the use of distance interpolation for the value interpolation grid operator, equivalent to the new definition of array size.
- 2022-08-17 11:49:03下载
- 积分:1
-
Y2-JAVA-4前沿技术
Y2-JAVA-4前沿技术,chapter01,chapter02,chapter03,chapter04,chapter05,补充案例,参考资料,教学演示案例,视频,提供给学员的素材,学员练习参考答案,作业答案,ppt
- 2022-06-13 10:20:17下载
- 积分:1
-
Otsu algorithm (grayscale image segmentation domain) Category C to achieve.
Otsu算法(灰度图像的域值分割)的C++类实现.-Otsu algorithm (grayscale image segmentation domain) Category C to achieve.
- 2022-06-20 02:45:50下载
- 积分:1
-
益智游戏,贴方块,160关,手机游戏,J2ME开发,这是40版本。具体功能有帮助说明...
益智游戏,贴方块,160关,手机游戏,J2ME开发,这是40版本。具体功能有帮助说明-puzzle games, and pasted chunks and 160 customs, cell phone games, J2ME development, which is 40 version. Specific functions to help Note
- 2022-02-05 21:36:30下载
- 积分:1
-
对于刚开始学电脑的人,用的是无聊的。在已知…
for the just beginning learn the computer person,use DOS is boring . after known a little DOS,think dos is mysterious.this is the book introduce how to use dos deeply.
- 2022-03-24 06:35:12下载
- 积分:1
-
这是一个用C编写的图书馆管理系统,功能包含了登记新书,注册新用户,借还图书登记等等。界面也简单易懂。...
这是一个用C编写的图书馆管理系统,功能包含了登记新书,注册新用户,借还图书登记等等。界面也简单易懂。-This is a prepared using C library management system, functionality includes the registration of a new book, register new users, registration and so on circulation. Easy-to-understand interface.
- 2022-03-26 15:50:58下载
- 积分:1
-
该算法为变速积分PID控制
用MATlab开发,能够管直接运行
该算法为变速积分PID控制
用MATlab开发,能够管直接运行-The algorithm for variable-speed integral PID control Matlab development, be able to pipe directly run
- 2023-03-25 09:30:03下载
- 积分:1
-
vc++编写的一个圣诞贺卡程序,可以更改其中的各个项目音乐等...
vc++编写的一个圣诞贺卡程序,可以更改其中的各个项目音乐等-written in vc++ a Christmas greeting card program, you can change various projects in which music. . .
- 2022-03-22 12:40:39下载
- 积分:1
-
demo(S50)源代码
应用背景D8 读卡器S50DEMO源代码,用于技术开发,和卡片个人化应用关键技术// rfvcDlg.cpp : implementation file
//
#include "stdafx.h"
#include "rfvc.h"
#include "rfvcDlg.h"
#include "dcrf32.h"
#include "General.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//dc_HANDLE icdev;
HANDLE icdev;
unsigned long cardsnr;
/////////////////////////////////////////////////////////////////////////////
// CRfvcDlg dialog
CRfvcDlg::CRfvcDlg(CWnd* pParent /*=NULL*/)
: CDialog(CRfvcDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CRfvcDlg)
//}}AFX_DATA_INIT
// Note that LoadIcon does not require a subsequent DestroyIcon in Win32
m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
}
- 2022-02-16 02:14:23下载
- 积分:1