代码搜索结果
找到约 10,000 项符合
Test 的代码
test-network
#!/usr/bin/python
import dbus
bus = dbus.SystemBus()
manager = dbus.Interface(bus.get_object('org.bluez', '/org/bluez'),
'org.bluez.Manager')
conn = manager.ActivateService('network')
netw
test.txt
here is a test file
test.c
// TI File $Revision: /main/9 $
// Checkin $Date: August 10, 2007 09:05:13 $
//###########################################################################
//
// FILE: Example_freqcal.c
//
// T
test.c
#include
void TaskStart(void *cszdata) reentrant;
OS_STK TaskStartStk[MaxStkSize];//注意:我在ASM文件中设置?STACK空间为40H即64。
void main(void)
{
OSInit();
InitTimer0();
test.cpp
#include "park.cpp"
#include "park.h"
test.cpp
#include "stdio.h"
#include "test1.h"
#include "string.h"
#include "iostream.h"
void main()
{
SqList L;
int i = 1;
ElemType e;
InitList_Sq(L);
e.age = 5;
strcpy(e.name,"xiao");
test.plg
Build Log
--------------------Configuration: test - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\Users\YANGRU~1\Ap
test.java
package chc;
public class Test {
public static void main(String[] args) {
int [] one = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};
Hypothesis hypo1 = new Hypothesis(1,one);
Hypothesis hypo
test.java
/*
.....演示InputBox和OutputBox
*/
import javabook.*;
class Test
{
public static void main(String[] args)
{
MainWindow mainWindow = new MainWindow("演示InputBox与OutputBox的功能");
Input