代码搜索:exec

找到约 10,000 项符合「exec」的源代码

代码结果 10,000
www.eeworm.com/read/437964/7738647

png folder_exec_3.png

www.eeworm.com/read/437964/7738812

png folder_exec_3.png

www.eeworm.com/read/397008/8072551

txt exec2_0918.txt

多态 1,设计一个形状类Shape,方法:求周长和求面积 形状类的子类:Rect(矩形),Circle(圆形) Rect类的子类:Square(正方形) 不同的子类会有不同的计算周长和面积的方法 创建三个不同的形状对象,放在Shape类型的数组里,分别打印出每个对象的周长和面积 Shape s[] = new Shape[3]; s[0] = new Rect();
www.eeworm.com/read/397008/8072554

txt exec_0911_02.txt

1、将一个数组中的元素倒排过来,不能新开一个数组的临时存储空 间,只能在原数组上改。 2、写一个类用来模拟栈这种数据结构,要求底层 使用数组存储数据, 并给出相应的进栈和出栈的方法。MyStack int arr[]; int count;//栈中元素个数 public MyStack(int n){ arr = new int[n]; } boolean p
www.eeworm.com/read/332763/12730955

java exec_am2901.java

public class exec_am2901{ public static void main(String[] args){ am2901 ins = new am2901(); } }
www.eeworm.com/read/136434/13378856

c ijs_exec_unix.c

/** * Copyright (c) 2001-2002 artofcode LLC. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Softwar
www.eeworm.com/read/301250/13862366

txt rom_exec2.txt

:0200000480106A :1000000090808FE20F0098E8080080E0081081E0FF :10001000082082E0083083E001B040E201C042E203 :10002000010050E10E00000A7000B0E8050054E144 :10003000FAFFFF0A010014E30B408410010015E3EE :10
www.eeworm.com/read/301022/13870445

c sys_exec_table.c

/////////////////////////////////////////////////////////////////////////////// int sys_execve(void); int sys_exit(void); typedef int (*fn_ptr)(void); fn_ptr sys_exec_table[] = { sys_execv
www.eeworm.com/read/142634/5764483

c vm51_exec.c

/* Name: emu51_exec Copyright: rockins Author: rockins Date: 06-08-05 23:20 Description: this module exec the instructions */ #include "vm51.h" #include #include
www.eeworm.com/read/139332/5802687

hpp test_exec_monitor.hpp

// (C) Copyright Gennadiy Rozental 2001-2004. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_