Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - create object
Search - create object - List
DL : 0
看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms
Date : 2008-10-13 Size : 3.37kb User : shilei

DL : 0
Linux下用kde编制的程序,用来更改qimage对象的像素位数,并建立映射表中的索引。-Linux using kde-programmed to change the median pixel qimage object and create a mapping table index.
Date : 2026-01-10 Size : 19kb User : 黄河

DL : 0
看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms -N2 examples look# Create a simulator objectset ns [new Simulator]# Define different colors for data flows# $ Ns color 1 Blue# $ Ns color 2 Red# Open the nam trace fileset nf [open out-1.nam w] $ ns namtrace-all $ nfset f0 [open out0.tr w] set f1 [open out1.tr w]# Define a finish procedureproc finish () (global ns nf $ ns flush-trace# Close the trace file close $ nf# Execute nam on the trace file exit 0)# Create four nodesset n0 [$ ns node] set n1 [$ ns node] set n2 [$ ns node] set n3 [$ ns node]# Create links between the nodes $ ns duplex-link $ n0 $ n2 1Mb 10ms
Date : 2026-01-10 Size : 3kb User : shilei

DL : 0
第2章 数据抽象 22 2.1 声明与定义 22 2.2 一个袖珍C库 23 2.3 放在一起:项目创建工具 29 2.4 什么是非正常 29 2.5 基本对象 30 2.6 什么是对象 34 2.7 抽象数据类型 35 2.8 对象细节 35 2.9 头文件形式 36 2.10 嵌套结构 37 2.11 小结 41 2.12 练习 41-Chapter 2 Data and the definition of an abstract statement 222.1 a 222.2 pocket C library together 232.3: 292.4 What is the project to create tools for non-normal 292.5 What is the basic object 302.6 Object 342.7 abstract data types 352.8 object 352.9 document details 362.10 nested structure 372.11 412.12 Summary of practice 41
Date : 2026-01-10 Size : 537kb User : lanpiao

DL : 1
概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用任务对象,如过取到一个有效的任务对象,就从工作线程组中查找出来 一个空闲的工作线程,把这个任务交给这个空闲的线程去执行,如果没有空闲线程则创建新 的工作线程并添加到工作线程组中。 (1),(2),(3),(4)组成了库的核心,可以稍加修改进行应用 其他附属类: (5):CSimpleUDP 一个简易的封装的UDP通讯类 (6):CLogHelper 一个线程安全的日志类,将日志存储到指定文件并能打印到标准输出 特点:支持windows和Linux平台 -Outline the principles and the role of each class (1): CTask a task base class, as arguments to thread (2): CWorkThread: Class of worker threads, polling detection parameters are available, if available, Go to the implementation of the function call parameters CTask Execute, if the parameter is not available to wait (3): CWorkQueue: a task queue, which loaded CTask subclass object is a container object (4): CWorkThreadPool: worker thread pool, which contains the group of worker threads, scheduling threads, thread scheduling non-stop testing Task queue is available in the task object, such as over the task of taking to a valid object, the thread from the Working Group to find out An idle worker thread, this task to the idle thread to execute, if no idle thread is to create a new The work of the thread and added to the thread group. (1), (2), (3), (4) form the core of the library, can be modified for application Other sub categories: (5): CSim
Date : 2026-01-10 Size : 38kb User : 金建业

DL : 0
这段程序来对TPM模拟器芯片上的TSS协议栈进行测试,该程序实现以下操作: 创建上下文对象,创建TPM对象,载入SRK密钥,获取SRK的策略对象,设置SRK的策略授权,创建绑定密钥, 装载绑定密钥到UUID-TPM simulator on this program to the TSS stack on a chip testing, the program achieved the following: create a context object, create a TPM object, load the key SRK, SRK' s strategy to get the object, set the strategy SRK authorization to create binding key, load keys to the UUID binding
Date : 2026-01-10 Size : 2kb User : 吕林

ACPI object create/delete/size/cache routines
Date : 2026-01-10 Size : 5kb User : bannoura

Retrieve the second "p" element and create a NamedNodeMap object from the attributes of the last child by invoking the "getAttributes()" method.
Date : 2026-01-10 Size : 1kb User : senquefeng

Create a NamedNodeMap object from the attributes of the last child of the third "p" element and traverse the list from index 0 thru length -1.
Date : 2026-01-10 Size : 1kb User : queqongyun

A Drawable that wraps a bitmap and can be tiled, stretched, or aligned. You can create a BitmapDrawable from a file path, an input stream, through XML inflation, or from a android.graphics.Bitmap object.
Date : 2026-01-10 Size : 3kb User : ledubo

Create the right XObject based on the type of the object passed.
Date : 2026-01-10 Size : 1kb User : yengtiumong

Create the right XObject based on the type of the object passed.
Date : 2026-01-10 Size : 2kb User : mooes

Create the right XObject based on the type of the object passed.
Date : 2026-01-10 Size : 2kb User : capulok1

Grab a reference to the object and release the lock so we can lookup or create the VMA without using GFP_ATOMIC.
Date : 2026-01-10 Size : 11kb User : pqyiebing

Module Name: utobject - ACPI object create delete size cache routines.
Date : 2026-01-10 Size : 5kb User : geifercq

create and initialize buffer object.
Date : 2026-01-10 Size : 2kb User : wshiuqan

DL : 0
default constructor. Create a RegexPattern object that refers to no actual pattern. Not normally needed RegexPattern objects are usually. -default constructor. Create a RegexPattern object that refers to no actual pattern. Not normally needed RegexPattern objects are usually.
Date : 2026-01-10 Size : 25kb User : lintenjei

Create a video capture module object.
Date : 2026-01-10 Size : 2kb User : vyhlyin

Create an iterator over the UnicodeString referred to by textStr . The UnicodeString object is copied. -Create an iterator over the UnicodeString referred to by textStr . The UnicodeString object is copied.
Date : 2026-01-10 Size : 3kb User : qzvmdq

Create object `props_menu in the specified instance. -Create object `props_menu in the specified instance.
Date : 2026-01-10 Size : 4kb User : lmvazao
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.