-
一个国人写的很漂亮的菜单类,可以适于非常个性化小程序,太漂亮了...
一个国人写的很漂亮的菜单类,可以适于非常个性化小程序,太漂亮了--A beautiful menus class,it fits for very special small program
- 2022-03-26 07:54:21下载
- 积分:1
-
XP风格的菜单,delphi控件,效果和XP系统下的菜单一样,很不错的...
XP风格的菜单,delphi控件,效果和XP系统下的菜单一样,很不错的-XP-style menus, delphi control, effectiveness and XP systems menu, very good
- 2022-10-29 23:45:03下载
- 积分:1
-
在单文档界面下,
点击菜单,画出otdr曲线。并对曲线添加高斯噪声。其中含工具条的使用。...
在单文档界面下,
点击菜单,画出otdr曲线。并对曲线添加高斯噪声。其中含工具条的使用。-documents in a single interface, click on the menu, paint otdr curve. Also adding Gaussian noise curve. Inclusive of the tools used.
- 2022-07-18 18:03:32下载
- 积分:1
-
把自己的菜单变的更加漂亮,程序界面更加美观,从中学到不少东西!...
把自己的菜单变的更加漂亮,程序界面更加美观,从中学到不少东西!-his menu becomes more beautiful and more attractive interface procedures and learn from a lot of things!
- 2022-12-26 17:20:03下载
- 积分:1
-
动态增加菜单项,并为下拉菜单的某个item添加sub menu
动态增加菜单项,并为下拉菜单的某个item添加sub menu-increased dynamic menu items, and the drop-down menu item to add a sub menu
- 2022-12-02 18:20:03下载
- 积分:1
-
1.BOOL OnCommsCreate(CWnd* pParentWnd)
创建串口,本DLL同时创建5个串口。pParentWnd为窗口指针,一般为t...
1.BOOL OnCommsCreate(CWnd* pParentWnd)
创建串口,本DLL同时创建5个串口。pParentWnd为窗口指针,一般为this。
2. BOOL OnComportOpen()
根据串口设置文件中的设置参数,打开多串口。
3.void OnCommSend(unsigned int uiCom, CString sSendData, unsigned int uiKind)
往指定串口发送数据。其中uiCom为指定的串口,注意串口1的uiCom为0;sSendData为要发送的字符串; uiKind: 发送数据类型:0:原始数据 1:加回车符 2:加校验和。
4.void OnMscommsSet()
打开串口设置界面,改变串口设置,并保存到设置文件中。
5.BOOL OnComportTimerProcess(CString strProcess[MaxPort])
判断串口接收的一组数据是否已经接收完。
6. BOOL OnPopupDialog()
打开串口收发数据显示调试界面。
7. BOOL OnGetPortUse(unsigned int uiCom) .
判断指定串口是否使用。
8. BOOL OnGetPortExit(unsigned int uiCom)
判断指定串口在本机上是否存在。
9. void OnPortClose(unsigned int uiCom)
关闭指定串口。
10. void OnPortOpen(unsigned int uiCom)
打开指定串口。
11. void OnCloseAllPorts()
关闭所有串口。
12. void OnOpenAllPorts()
打开所有串口。
-1.BOOL OnCommsCreate (CWnd* pParentWnd) Serial create the DLL while creating five serial. PParentWnd pointer to the window, but generally this. 2. BOOL OnComportOpen () Serial document under the
- 2022-01-22 14:42:47下载
- 积分:1
-
fen否则需依次排队等候。一旦有顾客理完发离去时,排在队头的顾客便可开始理发。若理发店每天
连续营业T小时,
求一天内顾客在理发馆内平均的逗留时间...
fen否则需依次排队等候。一旦有顾客理完发离去时,排在队头的顾客便可开始理发。若理发店每天
连续营业T小时,
求一天内顾客在理发馆内平均的逗留时间、顾客排队等候理发的队列的平均长度、营业时间到点后仍需
要完成的收尾工作时间
测试数据:理发椅数N及关门时间由用户读入,第一个顾客进门的时刻为0,之后每个顾客进门的时刻由
前一个顾客进门时间确定。即在进门事件发生时即产生两个随机数(durtime,intertime),durtime为进
门顾客理发所需要的服务时间,intertime为下一个顾客将到达的时间间隔。R为-fen otherwise be followed queue. Once customers Jimmy End made to leave, the first in the queue of customers will start barber. If the barber shop daily turnover of T consecutive hours a day for customers in the barbershop where the average length of stay, customers are queuing up at the barbershop the average queue length, hours after the close of the need to complete the relevant work time test data : N barber chairs and closed by the user time to read, a customers went 0 for the moment, the door after each customer from the time a customer comes first time to determine. At the time of the incident comes as a result of two random number (durtime, intertime), the door for customers durtime hairdressi
- 2022-03-05 00:05:26下载
- 积分:1
-
[系统安全] 锁屏(ScreenLock) 2005
[系统安全] 锁屏(ScreenLock) 2005-04-05 43 4424 这是可以在你离开电脑时锁定计算机的小程序,回来时只需输入密码即可解锁,非正常退出(拔电源..)重新启动时自动加载,正常输入密码解锁后,正常关机不是自动加载。-[security] screen lock (ScreenLock) 2005-04-05 43 4424 it is the computer when you leave a small computer locking procedures, and only returned a password can unlock, non-normal exit (pulling power ..) restart automatically load, the normal input after unlocking code, the normal shutdown is not automatic loading.
- 2022-01-25 21:53:32下载
- 积分:1
-
Create Image Menus for Visual Basic Developper
Create Image Menus for Visual Basic Developper
- 2023-02-13 20:55:03下载
- 积分:1
-
dynamic menu
动态菜单的实现,动态实现菜单的增加和删除。-dynamic menu
- 2022-02-04 13:10:11下载
- 积分:1