-
简单的计算器程序,能够进行科学计算,即输入表达式之后可以得到结果,而且支持sin,cos,ln等的计算...
简单的计算器程序,能够进行科学计算,即输入表达式之后可以得到结果,而且支持sin,cos,ln等的计算-Simple calculator program, to carry out scientific computing, that is, after the importation of expression can be the result of, and support the sin, cos, ln, such as the calculation of
- 2022-08-14 16:17:16下载
- 积分:1
-
1、实验1:带括号的算术表达式求值的两个实验…
一、实验一:带括号的算术表达式求值
二、实验的目的和要求:
1.采用算符优先数算法,能正确求值表达式
2.熟练掌握栈的应用
3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序
-1, experiment 1: arithmetic expressions with parentheses evaluated two experimental purposes and requirements: 1. Using operators priority number algorithm, able to correctly evaluated expression 2. Familiar with the application of the stack 3. Computer proficiency in the system" s basic methods of operation, learn how to edit, compile, link and run a C++ program
- 2022-06-19 17:03:20下载
- 积分:1
-
win32app 入门 最简单的打字程序
win32app 入门 最简单的打字程序-Getting Started win32app typing the simplest procedures
- 2023-01-24 19:35:03下载
- 积分:1
-
显示当前系统支持的各种分辨率
显示当前系统支持的各种分辨率-Show various kinds of resolution supported in the current system
- 2022-01-25 15:00:08下载
- 积分:1
-
Drag And Drop Files into Datawindow
Drag And Drop Files into Datawindow
- 2022-02-14 19:33:15下载
- 积分:1
-
外汇cmfishing EA源代码
extern bool buy = true; //疣琊屮栩?buy extern bool sell = true; //疣琊屮栩?sell extern int StepB = 10; //?Buy 铕溴痤?extern int StepS = 10; //?Sell 铕溴痤?extern double CloseProfitB = 100; //玎牮囹?buy 镱 耋祆囵眍祗 镳铘栩?extern double CloseProfitS = 100; //玎牮囹?sell 镱 耋祆囵眍祗 镳铘栩?extern double CloseProfit = 10; //玎牮囹?怦?镱 耋祆囵眍祗 镳铘栩?extern double LotB &nb
- 2022-06-12 09:05:09下载
- 积分:1
-
内存修改
#ifndef _SEARCH_THREAD_H_
#define _SEARCH_THREAD_H_
#define PROCESS_SIZE 1000 // 进程条的最大值
#define THREAD_NUM 1 // 搜索内存线程个数
#define WM_FIND_MEMORY (WM_USER + 1) // 找到搜索数值
#define WM_FIND_PROGRESS (WM_USER + 2) // 搜索进度
#define WM_SEARCH_FINISH (WM_USER + 3) // 搜索线程完成
#define SEARCH_STRING_MAX_LENGTH 255 // 搜索字符串的最大长度
class CModifyMemoryDlg;
// 搜索线程函数
DWORD WINAPI SearchMemory(LPVOID lpParameter);
// 精确搜索
void EquSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 大于搜索
void GreaterSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 小于搜索
void
- 2022-06-18 16:10:54下载
- 积分:1
-
very good c/c learning environment. . . Very good learning environment. . . . Ve...
很好的c/c学习环境。很好的学习环境。很好的学习环境。很好的学习环境。
- 2022-03-24 19:38:18下载
- 积分:1
-
高考成绩管理系统,增删改查,输出到文本文件,排序浏览等...
高考成绩管理系统,增删改查,输出到文本文件,排序浏览等-HKALE management system, additions or deletions to change the investigation, the output to a text file, sort, browse, etc.
- 2022-02-07 02:52:08下载
- 积分:1
-
x 4,558,302 choice of a complete coding procedures compression rate and display...
x选用lzw编码的一个完整程序 有压缩率和字典显示 功能全-x 4,558,302 choice of a complete coding procedures compression rate and display the entire dictionary
- 2023-09-03 15:30:02下载
- 积分:1