登录
首页 » 终端 » this program will set icon in system tray and it will list the programs on top

this program will set icon in system tray and it will list the programs on top

于 2022-11-05 发布 文件大小:70.86 kB
0 123
下载积分: 2 下载次数: 1

代码说明:

this program will set icon in system tray and it will list the programs on top

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 我也不知道是干什么的,我只是想下载,我没那本事上传。
    我也不知道是干什么的,我只是想下载,我没那本事上传。-I don t know what it is, I m just able to download files, not upload.
    2023-02-02 07:35:04下载
    积分:1
  • OpenCV的人脸检测
    Face Detection from OpenCV
    2022-07-06 11:54:09下载
    积分:1
  • SED的曹斯琴,2007.7.17
    sed by Cao Siqin, 2007.7.17 sed [dest-text] 采用 K.M.P. 算法匹配字符串-sed by Cao Siqin, 2007.7.17sed
    2022-10-28 15:35:03下载
    积分:1
  • stepper motor control, can be a good learning SCM stepper motor control and appl...
    步进电机控制,能很好地学习单片机控制步进电机的原理及应用。-stepper motor control, can be a good learning SCM stepper motor control and application of the principle.
    2022-04-27 03:27:13下载
    积分:1
  • 水分配系统
    翻译 maninwest@Codeforge 作者:Saleth Prakash@CodeProject我想为一个山坡或小村落的自来水分配系统程序化并进行计算。它模拟一个液体分配系统,有管道、阀门、水箱和其他组件。在这里,我将向你展示创建一组适用于特地情况的类是多么简单。类似的方法也可用在其他进程控制应用中,例如操作飞机的液压系统。普遍化的方法甚至可以用在电力分配系统或者跟踪资金流动的经济系统上。下图展示了一个构建在山坡上的小社区的水分配系统。这个水系统在 components.dll 库中建模。水分配系统的组件水源 -在真实世界中可能是泉、井或水库。假设水源的水永不枯竭,供水速度不能超过一个固定值。水槽 -是水的用户。它表示一个家庭、工厂或农田或一组这样的水的消费者。水槽以固定速率消耗水。管道 -输送水经过一定距离。管道具有限制可以流入的水量的特性阻抗。流入管道的水等于流出管道的水。水箱 -存储水,也分离流入/流出水流: 水流入水箱的速度可以跟流出的不同。 水箱有特征最大流出量,由水箱的出口大小决定。为了防止水箱溢出,并确保水箱不会干涸,我们给水箱使用开关。 在数量达到一定量时打开开关,开关驱动阀门,阀门控制水箱的水位。阀门 -监控水流。可以打开,让水无阻碍地流入。可以关上,完全停止进水。阀门假设是由伺服机构操作,通常由水箱关联的开关控制。流量、压力和回压系统中每个组件均有三个重要部分:流量、压力和回压。当将一个组件连接到其他组件时,我们是在连接
    2023-06-19 00:50:03下载
    积分:1
  • VB远程开启程序
    一个用于开启远程终端的程序,只作学习参考。应用了局域网网络维护、管理。一个用于开启远程终端的程序,只作学习参考。应用了局域网网络维护、管理。一个用于开启远程终端的程序,只作学习参考。应用了局域网网络维护、管理。
    2022-06-15 10:32:38下载
    积分:1
  • program to complete fibonacii
    实现斐波那契算法的程序,程序中使用了递归操作,当然也可以使用其他方法来改进。-program to complete fibonacii
    2022-01-25 20:08:04下载
    积分:1
  • makes a snowflake in opengl and glut functions
    makes a snowflake in opengl and glut functions
    2022-07-09 09:24:15下载
    积分:1
  • C和汇编混合屏幕开发,使用C和ASM交叉
    C和ASM混合屏幕开发,使用C和ASM交叉编译环境。可实现字符输入、游标控制、颜色控制等功能。-C and ASM hybrid screen development, use C and ASM cross-compiler environment. Characters can achieve input, cursor control, color control capabilities.
    2022-01-26 08:16:07下载
    积分:1
  • 关于猎人过河问题 要解决这个问题就要使过河时载两个过河,返回时尽量只有一个回来。用一个字符串数组来存猎人,狼,羊,白菜;下标依次为0,1,2,3;但他们都有河这...
    关于猎人过河问题 要解决这个问题就要使过河时载两个过河,返回时尽量只有一个回来。用一个字符串数组来存猎人,狼,羊,白菜;下标依次为0,1,2,3;但他们都有河这边和那边两种状态;为方便则定义一个结构,只含一个int型变量n;当在河这边时n设为0;在河那边时n设为1。由于每次过河与返回都要考虑狼能否吃羊或羊能否吃白菜;则需要一个函数来判断每次选择是否满足条件。-Hunters across the river on the issues to resolve this issue so we should cross the river when the two set out across the river to return to when there is only one back as far as possible. Using a string array to keep hunters, the wolf, sheep, and cabbage subscript followed by 0,1,2,3 but they have a river here and there two states To facilitate the definition of a structure containing only an int variable n When in the river here when n is set to 0 in the river when n is set to one side. Due to cross the river and return each time to consider whether the wolf can eat the sheep吃羊or cabbage you need a function to determine each choose whether or not to meet the conditions.
    2022-09-15 08:35:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载