Location:
Search - EVT
Search list
Description: Ebonteck user manual for EVT-850. GPS, GSM
Platform: |
Size: 1204224 |
Author: oimeke |
Hits:
Description: PowerPC MPC852开发板原理图-PowerPC MPC852 Evt board
Platform: |
Size: 1021952 |
Author: jgx |
Hits:
Description: To file convertion from ETNA EVT file into MatLab or ASC-To file convertion from ETNA EVT file into MatLab or ASCII
Platform: |
Size: 1024 |
Author: jorge |
Hits:
Description: 主要用于EVT格式转化,包括代码和测试数据-for evt formate transformation
Platform: |
Size: 2195456 |
Author: 白白 |
Hits:
Description: 电动汽车车载终端GPS系统,主要用于电动汽车中GPS数据的提取、远程传输、远程调度中心实时监控作用。-Electric car vehicle terminal GPS system
Platform: |
Size: 18432 |
Author: 李野 |
Hits:
Description: 用新方法计算融资融券折算率,内容丰富,详细介绍了计算过程-The new method to calculate rate of conversion in Margin Trading
Platform: |
Size: 684032 |
Author: 莫迟 |
Hits:
Description: 读取操作日志,包括应用日志,系统日志,安全日志,DNS日志,以及相应日志的清除。-Read operation logs, application logs, system logs, security logs, DNS logs and the corresponding log cleared.
Platform: |
Size: 2267136 |
Author: 李金 |
Hits:
Description: 编程思路:首先,本练习因为要制作抓不住的方块的实例,所以首先要制作界面中的方块,先通过Graphics类的对象函数g.setColor(Color.red)设置方块的颜色为红色,然后通过语句g.drawRect(0, 0, size().width - 1, size().height - 1)和g.drawRect(mx, my, (size().width/10) - 1, (size().height/10) - 1)绘制出两个矩形,这样就完成了方块的制作。然后,为了实现“抓不住方块”的效果,所以要响应鼠标事件,通过函数public boolean mouseDown(java.awt.Event evt, int x, int y响应按下鼠标的动作,通过光标位置的判断来避免鼠标抓到界面中的方块。-Programming ideas: first, to make this exercise because the instance box not catch, so first of all to make the interface box, first set the box through the Graphics class object function g.setColor (Color.red) color is red, then By statement g.drawRect (0, 0, size () width-. 1, size () height-. 1) and g.drawRect (mx, my, (size () .width/10)- 1, (size ( ) .height/10)- 1) draw two rectangles, thus completing the box production. Then, in order to achieve " catch box" effect, so to respond to mouse events, through the function public boolean mouseDown (java.awt.Event evt, int x, int y in response to pressing the mouse moves the cursor position to judge by Avoid mouse caught in the interface box.
Platform: |
Size: 10240 |
Author: 张飞 |
Hits:
Description: 知识点:使用Graphics类制作方块,使用java.awt.Event类响应鼠标动作,使用Color类设置方块的颜色,使用int类记录光标的位置。
实现思路:首先要制作界面中的方块,通过Graphics类的对象函数g.setColor(Color.red)设置方块的颜色为红色,然后通过语句g.drawRect(0, 0, size().width - 1, size().height - 1)和g.drawRect(mx, my, (size().width/10) - 1, (size().height/10) - 1)绘制出两个矩形,完成方块的制作。然后实现“抓不住的方块”效果,要响应鼠标事件,通过函数public boolean mouseDown(java.awt.Event evt, int x, int y响应按下鼠标的动作,通过光标位置的判断来避免鼠标抓到界面中的方块-Knowledge: Use the Graphics class production box, use java.awt.Event class response to mouse movements, using color Color class settings box, use the cursor position int class record.
Realization of ideas: First, to make the interface box, set the box through the Graphics class object function g.setColor (Color.red) color is red, then the statement g.drawRect (0, 0, size () width- 1. , size () height-. 1) and g.drawRect (mx, my, (size () .width/10)- 1, (size () .height/10)- 1) draw two rectangles, complete the box production. Then realize "box not catch" effect, to respond to mouse events, through the function public boolean mouseDown (java.awt.Event evt, int x, int y action in response to pressing the mouse, by judging the mouse cursor position to avoid grasping the interface box
Platform: |
Size: 10240 |
Author: rpudn61 |
Hits:
Description: 摘要:Java源码,网络相关,FTP
Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。
Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。
Stop()方法使用FtpClient 对象的closeServer()方法关闭服务器连接。
Action()方法监听按钮,并对发生的按钮事件进行处理,通过使用判定语句evt.target == BtnConn来跟踪用户是否单击连接按钮,如果发生单击事件,则通过调用connect()方法来进行连接。如果evt.target == BtnClose 则调用stop()方法来断开连接。
SendFile()方法实现的是上载文件的功能。ShowFileContents()方法显示文件内容。在main()方法中生成此类实例,初始化线程,启动线程。-Summary: Java source code, network-related, FTP
Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields.
Connect () method uses the host address, user name and password as parameters to establish a connection with the host. FtpClient using the new generation of new class instance, use login () method FTP server, call showFileContents () method to display the contents of the file.
Stop () method uses FtpClient object closeServer () method to close the server connection.
Action () method listening button, and button events are processed through the use of judgment statement evt.target == BtnConn to track whether the user click the Connect button, if you click an event occurs, by calling the connect () method to connection. If evt.target == BtnClose calling
Platform: |
Size: 8192 |
Author: 郭涛 |
Hits:
Description: Java源码,网络相关,FTP
Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。
Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。
Stop()方法使用FtpClient 对象的closeServer()方法关闭服务器连接。
Action()方法监听按钮,并对发生的按钮事件进行处理,通过使用判定语句evt.target == BtnConn来跟踪用户是否单击连接按钮,如果发生单击事件,则通过调用connect()方法来进行连接。如果evt.target == BtnClose 则调用stop()方法来断开连接。
SendFile()方法实现的是上载文件的功能。ShowFileContents()方法显示文件内容。在main()方法中生成此类实例,初始化线程,启动线程。-Java source code, network-related, FTP
Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits the Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields.
Connect () method uses the host address, user name and password as parameters to establish a connection with the host. Use new FtpClient generate a new instance of the class, using the login () method to log FTP server, call showFileContents () method to display the file contents.
Stop () method uses FtpClient object closeServer () method to close the server connection.
Action () method listening button, and button events are processed through the use of judgment statement evt.target == BtnConn to track whether users click the Connect button, if you click an event occurs, by calling the connect () method to perform connection. If evt.target == BtnClose
Platform: |
Size: 8192 |
Author: Meikao |
Hits:
Description: 在计算标准化残差后,能够进行EVT拟合,得到边缘分布。-After the calculation of standardized residuals, capable of EVT fitting, get the marginal distribution.
Platform: |
Size: 113664 |
Author: 杨坤 |
Hits:
Description: 与单片机、ARM7等接口,SPI通信控制SD卡、U盘设备,文件属性管理等功能-And SCM, ARM7 and other interfaces, SPI communication control SD card, U disk devices, file attribute management functions
Platform: |
Size: 821248 |
Author: 周瑞 |
Hits:
Description: CH559EVT-usb host usb device spi adc pwm 双串口 数据手册PDF 例程 protel原理图PCB-ch559 evt usb host usb device datasheet protel sch pcb
Platform: |
Size: 8454144 |
Author: 兰文彪 |
Hits:
Description: event 转 sac的一个小程序,是地震波形文件的转换程序(very small and good software which can transform the data with evt to sac)
Platform: |
Size: 12288 |
Author: super99
|
Hits:
Description: 文件目录
|
|-- README.TXT:目录文件说明
|-- BRIEF
| |--CH554DS0.PDF:CH554简介
|-- DS
| |--CH554DS1.PDF:CH554应用手册
|-- EVT
| |-- EXAM: C例程(File directory
|
|-- README.TXT: description of the file directory
|-- BRIEF
| |--CH554DS0.PDF:CH554
|-- DS
| |--CH554DS1.PDF:CH554 Application Manual
|-- EVT
| |-- EXAM: C routines)
Platform: |
Size: 1401856 |
Author: yywyai
|
Hits:
Description: 查看删除windows日志,还好用吧,下载来看看。小巧玲珑,(windows event ReadEVT)
Platform: |
Size: 2266112 |
Author: 李轮 |
Hits:
Description: GARCH-COPULA-EVT 模型的应用编程(Application programming of GARCH-COPULA-EVT model)
Platform: |
Size: 2048 |
Author: 娟er |
Hits:
Description: evt查看器 evevt查看器大家试用一下,我试过还行!!!(EVT viewer evevt viewer to try it, I tried it!!!!)
Platform: |
Size: 2378752 |
Author: dd1!! |
Hits: