-
用VC++开发了一个数控加工的三维仿真程序,能有效仿真加工过程。...
用VC++开发了一个数控加工的三维仿真程序,能有效仿真加工过程。-With VC++ Developed a three-dimensional simulation of NC machining process simulation can effectively process.
- 2023-04-20 21:10:05下载
- 积分:1
-
pci core altera fpga development of design information pci
pci core altera fpga pci开发设计资料-pci core altera fpga development of design information pci
- 2023-03-18 06:40:03下载
- 积分:1
-
这是小时候的小孩玩过的比较经典的一款小游戏,适合c++初学者借鉴...
这是小时候的小孩玩过的比较经典的一款小游戏,适合c++初学者借鉴-This is when the kids played a comparison of the classic game for c++ beginners learn
- 2022-07-15 13:23:55下载
- 积分:1
-
this is a vhdl code for a bus
this a vhdl code for a bus-this is a vhdl code for a bus
- 2022-01-26 02:40:10下载
- 积分: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
-
数字摄影测量系统,主要功能有内定向、相片纠正、后方交会和前方交会、连续像对相对定向和绝对定向、单独像对相对定向和绝对定向、一步法定向。...
数字摄影测量系统,主要功能有内定向、相片纠正、后方交会和前方交会、连续像对相对定向和绝对定向、单独像对相对定向和绝对定向、一步法定向。-Digital photogrammetric system, the main function in orientation, photo correction, resection and intersection in front of a row as the relative orientation and absolute orientation, relative orientation, as a separate and absolute orientation, one-step orientation.
- 2022-07-01 08:13:18下载
- 积分:1
-
There are four file :1) the fuctoriel function 2)the game tic tac toe 3)the game...
There are four file :1) the fuctoriel function 2)the game tic tac toe 3)the game number guess 4) the histogram program, i think these are useful programs for beginers
- 2022-04-30 04:55:20下载
- 积分:1
-
对autocad图形数据库中的图形进行编辑
对autocad图形数据库中的图形进行编辑-right autocad graphics database graphics editing
- 2022-03-16 04:00:33下载
- 积分:1
-
项目名称:科学计算器
姓名:刘博
学号:03031147
班级:能动35
完成时间:2004...
项目名称:科学计算器
姓名:刘博
学号:03031147
班级:能动35
完成时间:2004-11-29
指导教师:罗建军
一.项目背景:
1.背景简介
我们在学习生活中,常会遇到一些繁杂的数值运算,尤其是遇到正弦、余弦、对数等手算困难的运算时,这时候我们就必须用到科学计算器,所以我便着手开发了这个计算器程序,以便用于自己的学习工作。
2.项目目标
编写一个能进行科学计算的计算器程序。
要求:
输入:被计算的数据
输出:计算结果
3.运行环境
1 硬件:
PIII 计算机(CPU 主频 550MHz以上、128MB内存)
2 软件
Windows XP 操作系统
Visual C++ 6.0
二.算法描述
1 选用对话框,并加入控件,做好计算器可视的外表。
2 给控件添加属性中的ID和名称。
3 在CCaculateDilg类中添加主要程序代码。
4 数字的输入
这个计算器应用程序实现的是顺序连接计算,即按照计算数和计算符的输入次序进行计算,知道按下"="按钮为止完成一次计算过程.过程可分为三个步骤:一是对计算数和计算符的输入处理 二是对计算的处理 三是对显示的处理.
1.处理输入
在程序中使用m_operand来储存当前的输入.每次输入时都必须将输入的数字累
- 2022-08-23 23:54:45下载
- 积分:1
-
use javabeanjsp have a linkage distribution of the source code, can help, hope w...
一个利用javabeanjsp产生联动分布的源代码,希望能有所帮助,也希望会被站长采用-use javabeanjsp have a linkage distribution of the source code, can help, hope will be adopted head
- 2022-03-13 21:05:56下载
- 积分:1