-
《Dreamweaver MX 2004中文版精彩设计百例》源代码,WinRAR自解压包...
《Dreamweaver MX 2004中文版精彩设计百例》源代码,WinRAR自解压包-"Dreamweaver MX 2004 Chinese version brilliant design hundred cases" source code, WinRAR self-extract package
- 2022-04-10 19:22:27下载
- 积分:1
-
一个使用多线程的Delphi下载程序
一个使用多线程的Delphi下载程序,根据网上程序修改而来,用到有三方控件,当前任务参数设置:
[任务选项]
任务总数=2
FTP传输方式=1
URL00=http://ftp5.enet.com.cn:88/pub/ent/desktop/dicon/Contrast_Cursors_v3.rar
协议00=0
存放00=D:cc
解压00=D:cca
URL01=http://ftp5.enet.com.cn:88/pub/ent/desktop/dicon/bluecrystal.rar
协议01=0
存放01=D:cc
解压01=D:cca
[其他]
是否显示下载窗体=0
是否生成预解压列表=0
- 2022-02-15 12:08:58下载
- 积分:1
-
with visua basic language for the majority of operations code.
用visua basic语言开发的进行大数运算的代码。-with visua basic language for the majority of operations code.
- 2023-06-16 09:55:04下载
- 积分:1
-
Java实现窗体右键菜单
Java实现窗体右键菜单,简约易操作的窗体菜单,这是一个相当易懂的制作实例。
super( "右键弹出菜单" ); //调用父类构造函数
ChangeColorAction action = new ChangeColorAction(); //菜单项事件处理
String[] str = {"Blue","Pink","Yellow","Red","Orange"}; //菜单项名称
ButtonGroup colorGroup=new ButtonGroup(); //实例化按钮组
popupMenu=new JPopupMenu(); //实例化弹出菜单
items=new JRadioButtonMenuItem[5]; //初始化数组
for (int i=0;i items[i]=new JRadioButtonMenuItem(str[i]); //实例化菜单项
popupMenu.add(items[i]); //增加菜单项到菜单上
colorGroup.add(items[i]); //增加菜单项到按钮组
items[i].addActionListener(action); //菜单项事件处理
}
addMouseListener(new MouseAdapter(){ //窗口的鼠标事件处理
public void mousePressed( MouseEvent event ) { //点击鼠标
triggerEvent(event); //调用triggerEvent方法处理事件
- 2023-03-05 04:05:03下载
- 积分:1
-
国外Flash效果:鼠标控制明暗
国外Flash效果:鼠标控制明暗,鼠标放上去以后,那些白色的圆点会更加的明亮,鼠标移走后恢复原来的亮度,用鼠标来控制白色圆点的明暗,这种形式在Flash中见到还是比较多的。本压缩包内自带有Flash源文件。
- 2023-05-10 16:00:03下载
- 积分:1
-
Magic Laser, fine to imitate the game Chromatron grating than spreading online v...
Magic Laser,精细地模仿了Chromatron光栅游戏,比网上流传的Flash版本精致不是一-Magic Laser, fine to imitate the game Chromatron grating than spreading online version of the Flash is not a delicate little
- 2022-01-26 07:53:37下载
- 积分:1
-
使用函数实现简单的八位处理器
软件开发环境:ISE 7.1i
仿真环境:ISE Simulator
1. 这个实例实现通过ISE Si...
使用函数实现简单的八位处理器
软件开发环境:ISE 7.1i
仿真环境:ISE Simulator
1. 这个实例实现通过ISE Simulator工具实现一个可以进行两个八位操作数四种操作的简单处理器;
2. 工程在project文件夹中,双击mpc.ise文件打开工程;
3. 源文件在rtl文件夹中,mpc.v为设计文件,mpc_tb.tbw是仿真波形文件;
4. 打开工程后,在工程浏览器中选择mpc_tb.tbw,在Process View中双击“Simulation Behavioral Model”选项,进行行为仿真,即可得到仿真结果。-The use of a simple function to achieve the eight-processor software development environment: ISE 7.1i simulation environment: ISE Simulator 1. This example through the ISE Simulator tool to achieve the realization of a two operand four of eight simple processor operation 2. works in the project folder, double-click to open the project file mpc.ise 3. rtl source file in the folder, mpc.v documents for the design, mpc_tb.tbw is the simulation waveform files 4. to open a project, a browser in the works Select device mpc_tb.tbw, double-click in the Process View in the " Simulation Behavioral Model" option, to carry out acts of simulation, simulation results can be obtained.
- 2023-03-17 12:55:03下载
- 积分:1
-
用C++实现LR(0)语法分析
用C++实现LR(0)语法分析
用C++实现LR(0)语法分析
用C++实现LR(0)语法分析-C achieve LR (0) C syntax analysis achieve LR (0) syntax analysis
- 2022-02-11 17:36:54下载
- 积分:1
-
winsock的局域网通信系统支持c/s单工通信
winsock的局域网通信系统支持c/s单工通信-winsock LAN communications system to support the c/s single-communication
- 2023-05-01 10:40:04下载
- 积分:1
-
用风险投资+平台开发的俄罗斯游戏爱好者参考学习
使用VC++平台开发的俄罗斯游戏,可供游戏爱好者参考学习-Use VC++ Platform developed by Russian game for game lovers reference learning
- 2022-05-01 02:38:02下载
- 积分:1