代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/187914/6338024
c main.c
#include "def.h"
main(void)
{
int i;
initcold();
for (;;)
{
initwarm();
if (getline())
if (i = parse())
execute(i);
}
www.eeworm.com/read/486925/6521018
java switch.java
package com.javapatterns.command.lightandfan;
public class Switch {
private Command UpCommand, DownCommand;
public Switch( Command Up, Command Down) {
UpCommand =
www.eeworm.com/read/482241/6630411
java client.java
/*
* Created on 2005-5-11
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package com.test.pattern.behavir.comma
www.eeworm.com/read/481239/6645383
c item.c
#include
void main()
{
int counter = 1; // Initialize the control variable
while (counter