-
创建一个数组对其中数据进行操作,包括输出,顺序查找,二分查找,冒泡排序,插入排序。...
创建一个数组对其中数据进行操作,包括输出,顺序查找,二分查找,冒泡排序,插入排序。-Create an array of which the data operations, including output, sequential search, binary search, bubble sort, insertion sort.
- 2022-02-28 17:37:03下载
- 积分:1
-
Kinematic Hardening Plasticity
说明: 根据塑性理论,硬化分为随动硬化和等向硬化,这个UMAT是一个随动硬化的例子。(According to the theory of plasticity, hardening is divided into Kinematic hardening and isotropic hardening. This UMAT is an example of Kinematic hardening.)
- 2020-12-03 17:29:24下载
- 积分:1
-
弹性力学问题的边界元—姜弘道
说明: 姜弘道编写的弹性力学问题的边界元程序,用matlab运行。(The boundary element program of elastic mechanics compiled by Jiang Hongdao is run by MATLAB.)
- 2020-10-31 19:59:55下载
- 积分:1
-
一个简单 的GIS示例程序,实现了图形的按比例放大、缩小等矩阵变换。...
一个简单 的GIS示例程序,实现了图形的按比例放大、缩小等矩阵变换。-Examples of a simple GIS procedures realize the graphics pro-rata to enlarge, narrow, such as matrix transformations.
- 2023-07-27 18:20:03下载
- 积分:1
-
Digital Waveform Generator
数字波形发生器 labview程序-Digital Waveform Generator
- 2022-07-16 17:16:58下载
- 积分:1
-
QIANGFANGJIAOHUI
使用空间前方交会求取参数,注释很全,适合学习摄影测量的新手。(Using spatial forward intersection to get parameters, the annotation is very complete, suitable for learning photogrammetry novice.)
- 2018-09-30 20:40:36下载
- 积分:1
-
智能小车程序代码
简洁实用,考试必备
智能小车程序代码
简洁实用,考试必备-Intelligent Vehicle program code simple and practical, the examination must have
- 2022-08-04 10:04:49下载
- 积分:1
-
dsp
说明: 利用python进行数字信号处理的相关程序(Related programs of digital signal processing with Python)
- 2020-05-01 17:33:57下载
- 积分:1
-
long time before the commencement of a time machine operation of the cpu
很久前作的一个启动机器时候的cpu运行情况-long time before the commencement of a time machine operation of the cpu
- 2022-03-20 00:46:29下载
- 积分:1
-
VC++添加托盘图标的CTrayIcon类应用例子
CTrayIcon 类的运用,编这个类是因为看到网上很多的文章介绍怎样把图标添加到系统区,但是有点繁琐,所以就把它封装在CTrayIcon类里,供以后的人方便使用,先介绍一下这个类的功能:
在状态栏系统区方便的显示图标,以动画显示图标
类的使用方法如下:
在窗口类中包含#include "TrayIcon.h".
再申明一个类的实例 CTrayIcon w_myTray;
在需要添加图标的地方调用 w_myTray.SetIcon(youIcon,Tip,ID);
在需要动画的地方调用w_myTray.SetAnimIcon(&youImglst);
在循环或OnTimer()里调用w_myTray.ShowNextIcon()就可以动画显示了.
具体就请下载本源码吧。
- 2023-06-06 01:55:03下载
- 积分:1