<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.asp" --> <% Head="您放入购物车的物品已经全数退回!" Session("ProductList") = "" %> <html> <head> <meta http-equiv="Content-Type" content="text/html charset=gb2312"> <STYLE type=text/css>.main { FONT-SIZE: 9pt } .main1 { FONT-SIZE: 14px } </STYLE> <title>清空购物车</title> </head> <body topmargin="5" bgcolor="#E6E4C4"> <diiv align="center"><center> <table width="100%" border="0" Class="table1" bordercolor="#62ACFF" cellspacing="0" Class=main1> <tr> <td width="80%" valign="top"> <p align="center" Class=main1><%=Head%></p> <p align="center"> <br><input type="button" value="关闭" name="B2" onclick="window.close() " style="font-size: 9pt"></td> </tr> </table> </center></div> </body> </html>
Class="tags">标签: lt LANGUAGE VBSCRIPT include
Class="time">上传时间: 2015-11-05
Class="username">上传用户:zhaoq123
首先,打开文件夹PackageDemo,运行StudentInfo.jcw, 进入JCreator环境,要求按顺序分别编译(即运行菜单项“Builder”——“Compile File”)Student.java, CourseSession.java, RosterReporter.java, StudentInfo.java. 然后,运行菜单项“Builder”——“Execute File”,并代开文件夹PackageDemo——Classes, 看该目录下生成了哪些文件,并将这些文件全部删除。 修改程序,使得运行后RosterReporter.Class文件在\Classes\sisi\report目录下,Student.Class,CourseSession.Class,RosterReporter.Class及StudentInfo.Class文件存放在\Classes\sis\studentinfo目录下
Class="tags">标签:
Class="time">上传时间: 2015-11-06
Class="username">上传用户:VRMMO
This the compressed USB driver source code for vxworks5.6. It has device controller driver and other keyboard, mass storage Class driver also.
Class="tags">标签: driver compressed controller vxworks
Class="time">上传时间: 2014-12-06
Class="username">上传用户:xjz632
Source Insight Source Insight是一个革新的面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。Source Insight不仅仅是一个强大的程序编辑器,它还能显示reference trees,Class inheritance diagrams和call trees。Source Insight提供了最快速的对源代码的导航和任何程序编辑器的源信息。就将Source Insight应用到你的项目开发过程中并切实感受它为你项目开发的效率带来的变化。
Class="tags">标签: Insight Source 项目 程序
Class="time">上传时间: 2015-11-18
Class="username">上传用户:wlcaption
3D reconstruction, medical image processing from colons, using intel image processing for based Class. This source code. Some code missing but I think you can understand it. Development version. This source code is very interesting for learning segmentation and registration from dataset. This code also has some technique about GPU image processing for ray tracing. Also learn many filter apply for transform from spatial domain to frequency domain.
Class="tags">标签: processing image reconstruction medical
Class="time">上传时间: 2013-12-19
Class="username">上传用户:q123321
根据不同的比较条件,将比较方法集中于同一个Class中实现,便于修改和扩展。
Class="tags">标签: 比较
Class="time">上传时间: 2014-01-08
Class="username">上传用户:zq70996813
嘿嘿,大侠看到不要见笑呀... 大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去. 到网上找,发现是MDI和模式窗体的,非模式的也有很多问题.便想自己解决这个问题. 原来是用DLL创建一个对象返回,但发现有很多的问题. 想了半天就去寻根问柳吧. 找到了类. 我就想把类封装进DLL,到时简单的返回一个类,然后在主程序里操作不就简单了? 找了半天发现了TFormClass,于是试了试从DLL导出来,像一般的程序一样创建窗体发现成功. 接着我又想看看其他的类是不是也能这样,就拿TFrame来实验. function GetDllFrameClass():TFrame stdcall 第一次是这样声明的,失败.奇怪?! 试了好多次都不行,就想到了TFormClass(Ctrl+左键),进去看看,发现是这样声明的. TFormClass = Class of TForm 哎呀,恍然大悟!! Class(TFrame) 是声明一个类, 这个类继承了TFrame类 f: TFrame 是一个对象 Class of TFrame 声明的是类类型, f:TFrameClass 是一个类. function GetDllFrameClass():TFrame 返回就不是类而是对象了,照TFormClass修改后TFrameClass = Class of TFrame 运行...成功,
Class="tags">标签: DLL FORM MDI 模式
Class="time">上传时间: 2013-12-10
Class="username">上传用户:kiklkook
This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys, cdrom.sys and the tape Class drivers. No INF file is needed to install this library. The library is 64-bit compliant.
Class="tags">标签: storage implementing simplifies drivers
Class="time">上传时间: 2014-01-01
Class="username">上传用户:txfyddz
The sfloppy sample is a super floppy driver that resides in the directory \\Ntddk\Src\Storage\sfloppy. It is a Class driver for Super Floppy disk drives. It sits a level above the port driver (ATAPI, USB, etc) in the driver stack, and brokers communication between the application level and the port driver. The floppy driver takes requests from filesystem drivers and then sends the appropriate SCSI_REQUEST_BLOCK (SRB) to the port driver. It is compatible with x86 and IA64 platforms.
Class="tags">标签: NtddkSrcStoragesfloppy directory sfloppy resides
Class="time">上传时间: 2015-12-04
Class="username">上传用户:84425894
kissme is a free (GPLed) Java Virtual Machine. It is being developed on GNU/Linux and can run console java applications. kissme is to be used with the GNU Classpath java Class library. kissme also provides support for orthogonally persistent java
Class="tags">标签: developed Virtual Machine kissme
Class="time">上传时间: 2015-12-07
Class="username">上传用户:qiao8960