-
7para
测绘小软件,七参数坐标转换,解决一些坐标转换问题,复杂问题简单化(surveying and mapping)
- 2012-05-23 23:01:21下载
- 积分:1
-
expression
利用栈完成算术表达式求值:从键盘或文件中输入算术表达式,计算其结果并显示。要求处理过程为:(1)转换为后缀表达式并输出;(2)对后缀表达式求值并输出。
输入的表达式中可以有整数、实数、括号,运算符包括+、-、*、/、#(代表单目负)。可以多次输入不同的表达式进行计算,直到用户选择“退出”。栈的基本操作可以自己实现,也可以使用系统提供的STL实现。
(Done using an arithmetic expression evaluation stack: file input from the keyboard or an arithmetic expression, calculate and display the results. Requirements process: (1) to postfix expression and output (2) evaluation of the postfix expression and output. Enter the expression can be integers, real numbers, parentheses, operators including+,-,*,/,#( representatives unary minus). You can enter several different expressions are evaluated until the user selects " Exit." Stack can implement the basic operations, you can also use the system implementation of the STL.)
- 2011-10-30 14:14:01下载
- 积分:1
-
C#的链表
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections;
namespace NodeList
{
///
/// 自定义Information类
///
public class Information
{
public int nID = 1;
public string StrName = "";
///
/// 构造
///
///
///
public Information(int id,string name)
- 2022-06-13 20:33:26下载
- 积分:1
-
stm32f103vct6的等精度频率计程序
实现对外部脉冲频率测量,实现测量范围:1Hz~30MHz,误差范围:0~0.05%; 调试工具: STM32开发板; 程序说明: 调试使用的系统时钟频率Fsysclk=72MHz; TIM2外部时钟输入引脚 PA15
- 2022-03-17 13:04:26下载
- 积分:1
-
codule
控制CAPSLOCK, NUMLOCK, SCRLOCK键的程序()
- 2018-06-14 20:57:29下载
- 积分:1
-
NET三层架构实例
NET平台下的三层架构,基于web开发的网上超市购物系,三层框架,源码提供学习使,简单网上超市源码
- 2022-08-16 23:10:16下载
- 积分:1
-
Cplusplus
对C++语言的反思,阐述c++语言的精髓,及基于作者多年编程经验总结的体会(think the core of c++ programming language)
- 2010-08-31 13:47:14下载
- 积分:1
-
一个关于人工智能的代码
该代码实现了bp的大量功能,对于学习bp有很大的作用。希望大家在bp方面有所进步
- 2022-01-25 14:04:46下载
- 积分:1
-
stm32编写俄罗斯方块的小游戏
stm32f103ze 作为主控芯片,320x240的大小的LCD屏做显示以及5个物理按键,在次硬件平台上做一个俄罗斯方块小游戏。实现了5种不同的方块掉落,并实现了方块旋转。不多说,都在代码里了。准备做毕业设计的人有福了
- 2022-03-17 23:43:16下载
- 积分:1
-
WebRTC语音前处理模块源码及测试程序
WebRTC,名称源自网页即时通信(英语:Web Real-Time Communication)的缩写,是一个支持网页浏览器进行实时语音对话或视频对话的API。在此只包含语音前处理模块的相关源码及测试使用程序,便于开发与融合。
- 2022-07-19 15:03:47下载
- 积分:1