-
微软的XP加速软件,微软官方发布,请谨慎使用
微软的XP加速软件,微软官方发布,请谨慎使用
-accelerate Microsoft"s XP software, Microsoft officially released, please use caution
- 2023-02-08 22:55:04下载
- 积分:1
-
C 语言开发环境
C 语言开发环境 -C language development environment
- 2022-12-11 20:40:04下载
- 积分:1
-
详细介绍了波动方程怎样通过有限差分的方法离散化,是计算机模拟地震波、声波传播的理论基础,本人就是从中受益的,且编出的程序已在Unix...
详细介绍了波动方程怎样通过有限差分的方法离散化,是计算机模拟地震波、声波传播的理论基础,本人就是从中受益的,且编出的程序已在Unix-Linux系统中通过,绘出的图形得到了老师的认可-Described in detail how the wave equation through the finite difference method of discretization is a computer simulation of seismic waves, sound waves spread of the theoretical basis, I benefit from that, and that the procedures have been prepared in the Unix-Linux system is passed, the graphics have been drawn the teacher
- 2023-05-10 14:40:03下载
- 积分:1
-
dos Directory is a comprehensive basis of hope downloading
dos基础教程 很全面的 希望大家下载-dos Directory is a comprehensive basis of hope downloading
- 2022-03-03 14:58:51下载
- 积分:1
-
that is a magic square to n* n natural numbers line up every trip, every out, an...
幻方即1至n*n自然数排成的每行、每列、每条对角线数字之和均相等的方阵。这是一个流行的解法。 含源文件及说明-that is a magic square to n* n natural numbers line up every trip, every out, and each diagonal figures and have the same matrix. This is a popular method. Sources with papers and notes
- 2023-01-04 11:55:03下载
- 积分:1
-
超小的图片压缩源码。用VC开发。欢迎下载试用。没有版权。
超小的图片压缩源码。用VC开发。欢迎下载试用。没有版权。-Ultra-small source of image compression. With VC development. Welcome to download them for trial use. No copyright.
- 2022-03-13 21:35:49下载
- 积分:1
-
是关于保护模式与实模式之间的相互切换,是用汇编写的源程序...
是关于保护模式与实模式之间的相互切换,是用汇编写的源程序-on protected mode and real mode between the switch is a compilation was made of the source
- 2022-03-21 05:49:53下载
- 积分:1
-
802[1].1d技术规范及说明文档,英文版,但是内容很详尽
802[1].1d技术规范及说明文档,英文版,但是内容很详尽-802 [1] .1 d technical specifications and documentation, in English, but very detailed content
- 2022-05-18 06:07:34下载
- 积分:1
-
此文件为一种触摸屏的使用质料 及芯片质料
此文件为一种触摸屏的使用质料 及芯片质料-this document as a touch screen material and the use of chip material
- 2022-01-23 11:22:35下载
- 积分: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