-
关于MFC功能的源代码,包括控制条,文件操作,多视,打印技术等8部分内容的源代码。
此为压缩包2...
关于MFC功能的源代码,包括控制条,文件操作,多视,打印技术等8部分内容的源代码。
此为压缩包2-Function on the MFC source code, including the control, the file operations, multi-visual, print technology, the 8 part of the contents of the source code. This is the compressed packet 2
- 2022-03-13 18:10:06下载
- 积分:1
-
I have written Haskell language implementation of the AES algorithm
自己编写的 AES算法 用Haskell语言实现 -I have written Haskell language implementation of the AES algorithm
- 2022-01-26 02:55:04下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
自动获取TeamViewer密码和ID
TeamViewer工具很多人不知道怎样获取密码和ID,该工具可以自动获取密码和ID,减少了人们困惑,点击该工具,在自己的界面上就会自动获取密码和ID以及TeamViewer的状态。
- 2022-02-12 20:32:25下载
- 积分:1
-
First show that I did not go, I feel good, it made up.
先说明,不是我走的,觉得不错,所以发上来.-First show that I did not go, I feel good, it made up.
- 2022-01-22 08:26:24下载
- 积分:1
-
折半插入排序相对来说要比冒泡插入排序效率要高,是一种思想。...
折半插入排序相对来说要比冒泡插入排序效率要高,是一种思想。-Binary insertion sort insertion sort, relatively speaking than the bubble speed, is a kind of thinking.
- 2022-04-02 02:00:34下载
- 积分:1
-
这是一个单向链表的程序,可以增加,删除节点,运行调试通过.
这是一个单向链表的程序,可以增加,删除节点,运行调试通过.-This is a one-way linked list of procedures, can add, delete nodes, running through debugging.
- 2022-12-19 17:45:03下载
- 积分:1
-
中断方式实现串行接收发送数据,注释规范,不可多得啊
中断方式实现串行接收发送数据,注释规范,不可多得啊-Serial receive interrupt to send data, comments, norms, rare ah
- 2023-07-03 20:25:03下载
- 积分:1
-
一个报表设计范例2
一个报表设计范例2-an example of two statements Design
- 2022-02-06 07:54:21下载
- 积分:1
-
只用简单的代码的和最基本的控件,实现对图片批量预览图片,修改图片和对图片进行转移...
只用简单的代码的和最基本的控件,实现对图片批量预览图片,修改图片和对图片进行转移-using only simple code and the most basic controls and achieve volume preview of pictures pictures, photo and picture transfer
- 2023-09-07 18:45:04下载
- 积分:1