-
K3功能快速调用插件
说明: 登录系统的时候,打开功能快速调用。在过滤中输入,明细功能的首拼或汉字,列表会自动检索你输入的数据,按上下键选择你想要打开的功能(直接在过滤文本框按上下键即可),然后按回车即可调出功能。(When you log on to the system, turn on the function to call quickly. Input in the filter, the first spelling of detailed functions or Chinese characters, the list will automatically retrieve the data you entered, press the upper and lower keys to select the function you want to open (just press the upper and lower keys in the filter text box), and then press Enter to call out the function.)
- 2020-06-22 19:40:02下载
- 积分:1
-
移动硬盘盒的电路,包括电路原理图和电路板。
移动硬盘盒的电路图,包括原理图和PCB。-Mobile hard disk box of circuitry, including schematic and PCB.
- 2022-01-26 05:11:19下载
- 积分:1
-
A generic list of one
一个通用单向循环链表管理程序,有了它,无论你的应用程序里要处理多少种类的单向循环链表,都可以用它轻松实现链表节点的添加、删除、排序等操作-A generic list of one-way cycle management process, with it, no matter where your application to deal with the number of types of one-way circulation list, you can use it to easily add nodes list, delete, sort, such as operation
- 2022-06-29 15:35:07下载
- 积分:1
-
layerstacking
说明: 利用ENVI进行图层融合代码,c#可以正常调用(use ENVI to layerStacking)
- 2021-04-02 10:40:00下载
- 积分:1
-
multiuav
多无人机仿真系统,AIAA上的一篇文章。用到了simulink,GUI,stateflow,VRML,DSP blockset太复杂了,恒润大概就需要做这方面的人才吧。
(Multi-UAV simulation system, AIAA on the article. Use the simulink, GUI, stateflow, VRML, DSP blockset too complex, Hengrun probably need to do in this area bar.)
- 2009-09-11 20:16:31下载
- 积分:1
-
frmGoodsSell.Designer
Some file for this site to shut the f up.
- 2020-06-25 05:00:02下载
- 积分:1
-
inflow
说明: 计算风力机湍流来流噪声的小程序,用matlab编写,主程序部分需根据需要编写。(A Small Program for Calculating Turbulent Inlet Noise)
- 2019-04-19 14:51:21下载
- 积分:1
-
complete vb marketing system source code, contains crystalreport generation, Pas...
完整的vb销售系统源代码,包含了crystalreport的生成,密码peng-complete vb marketing system source code, contains crystalreport generation, Password peng
- 2022-08-26 12:10:59下载
- 积分:1
-
03---DRPEinFourierdomain
双随机相位编码Double random phase encoding(Double random phase encoding)
- 2017-05-14 13:48:18下载
- 积分: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