-
Visual Cryptography
秘密共享(也称为秘密分割)是指在一组参与者之间分配秘密的方法,每个参与者被分配一份秘密。只有在足够的条件下才能重构秘密
- 2022-07-19 20:33:49下载
- 积分:1
-
打印到一个目录的打印监控
打印到一个目录的打印监控-Print to print a directory of control
- 2022-01-26 07:16:51下载
- 积分:1
-
用程序启动IE Outlook Explore
用程序启动IE Outlook Explore-use IE commencement Explore Outlook
- 2022-01-28 15:47:56下载
- 积分:1
-
byte分销模板
资源描述
byet分销的模板
看上去很好看,至少我是这么认为的
喜欢就下载一下
不喜欢也留个名
这个是第一次上传
- 2022-07-04 22:15:20下载
- 积分:1
-
二分法 GUI
图形用户界面开发利用 MATLAB 编程语言是有用的方程使用二分法查找根源。欢迎下载、试用。谢谢大家的支持。
- 2022-07-28 10:06:52下载
- 积分:1
-
仿WIN7操作系统
资源描述
使用FLEX 技术,多年前搞的一个仿win7操作系统的界面,现在共享出来,大家一起hi,高手勿喷,小菜级别的东西,主要是使用了AMBI的库来实现的
MDI。。。。。
amdi.windowManager.addEventListener(MDIManagerEvent.APP_MENU_ITEM_CLICK,lisentApplicationMenu);
amdi.windowManager.addEventListener(MDIManagerEvent.WINDOW_CLOSE,confirmWindowClose);
amdi.windowManager.cascade();
amdi.menuButton.setStyle("rollOverEffect",glowOver);
amdi.menuButton.setStyle("rollOutEffect",glowOut);
更多东西自己去感受吧
- 2022-08-09 08:03:21下载
- 积分:1
-
c++界面编程百例。n个界面编程的例子在里面,自己消化吧。
c++界面编程百例。n个界面编程的例子在里面,自己消化吧。-c++ programming interface 100 cases. n example of a programming interface on the inside, to digest it myself.
- 2022-05-13 16:31:32下载
- 积分:1
-
基于labview的计算器
资源描述界面清新,适用于简单计算,类似于中学使用的计算器,分享给大家,一起学习
- 2023-07-07 15:25:03下载
- 积分:1
-
将网页设计制作成类似应用程序多窗口的风格。
将网页设计制作成类似应用程序多窗口的风格。-Web page design will be similar applications into multi-window style.
- 2023-02-26 07:10:03下载
- 积分:1
-
计算器
// calc-ui-model/Calc.java -- Fred Swartz// Level : Intermediate.// Structure : Three files: main, GUI (subclass of JFrame), logic.// Components: JButton, JTextField (right justified).// Containers: JFrame, several JPanels.// Layouts : BorderLayout to put the other panels together.// Two GridLayout panels for the buttons.// Listeners : One ActionListener which is shared by all// numeric key buttons. Similarly share// an ActionListener for all operator buttons.//
- 2022-10-18 16:20:03下载
- 积分:1