代码搜索:VM
找到约 10,000 项符合「VM」的源代码
代码结果 10,000
www.eeworm.com/read/139528/13150939
cpp vm.cpp
#include "string.h"
#include "stdio.h"
#include "VM.H"
VM::VM()
{
Init();
}
void VM::Init()
{
char *strs[]={"LOD","MOV","ADD","SUB","MUL","DIV","CLT",
"CEQ","JMP","IN","OUT","JTU","
www.eeworm.com/read/318362/13480734
vm mydate.vm
Compiled from MyDate.java
public class MyDate extends java.lang.Object {
private int day;
private int month;
private int year;
public MyDate(int,int,int);
public void display
www.eeworm.com/read/136159/13871254
vm accountcreated.vm
${message}
Username: ${user.username}
Password: ${user.confirmPassword}
Login at: ${applicationURL}
www.eeworm.com/read/152726/5666887
vm templates.vm
## This is where the common macro's live
#macro (note $data)
Note
$data.content
#end
#macro (warning $data)
www.eeworm.com/read/152713/5668133
vm spring.vm
#**
* spring.vm
*
* This file consists of a collection of Velocity macros aimed at easing
* some of the common requirements of web applications - in particular
* handling of forms.
*
* Spring'
www.eeworm.com/read/151651/5680269
vm webwork.vm
#macro(action $action_name $name)
#set ($name = $webwork.action($action_name))
#end
#macro(execute $name)
#set ($result = $webwork.execute($name))
#end
#macro(bean $bean_name $name)
www.eeworm.com/read/151651/5680333
vm monthlist.vm
#bean("webwork.util.Timer" $timer)
This year
#bean("webwork.util.DateFormatter" $monthformat)
#set ($monthformat.parseFormat = "M")
#set ($monthformat.format = "MMMMMMM")
#be
www.eeworm.com/read/151651/5680334
vm test.vm
This is an included file: Foo=$req.getParameter("foo")
www.eeworm.com/read/151651/5680335
vm people.vm
Sample Velocity page
Hello from Velocity!
Here's the list of people
www.eeworm.com/read/151651/5680336
vm macros.vm
Test of Velocity macros
\#action/\#execute
#action ("Test" $test)
#execute($test)
$test.name
\#bean
#bean ("webwork.util.Counter" $counter)
$counter.cu