代码搜索:如何学习 Describing?
找到约 10,000 项符合「如何学习 Describing?」的源代码
代码结果 10,000
www.eeworm.com/read/437857/7740979
lua 杨老将军.lua
if NPCcon==0 then
CmdNPC:Face(72);
CmdNPC:Say("学习职业技能可以去双龙行会大厅找相对职业的NPC学习。学习武器技能要去市场找药铺老板购买技能书。不过一些技能需要达到一定的等级才能学习。");
CmdNPC:Link("知道了",255);
CmdNPC:Finish();
end;
www.eeworm.com/read/493497/1166169
txt 靳32.txt
、标准模块,类模块和ACTIVE控件的学习;
4、了解oracle;
5、实例开发;
二、学习方式
1、以vb基础教程为主,泡vb论坛为副,自学讨论相结合;
2、每天将自己所学的东西再次发贴;
各位如是初学者请再次写下你的学习进程,以督促自己学习!
www.eeworm.com/read/418354/2090020
txt 靳32.txt
、标准模块,类模块和ACTIVE控件的学习;
4、了解oracle;
5、实例开发;
二、学习方式
1、以vb基础教程为主,泡vb论坛为副,自学讨论相结合;
2、每天将自己所学的东西再次发贴;
各位如是初学者请再次写下你的学习进程,以督促自己学习!
www.eeworm.com/read/392309/2515124
txt 靳32.txt
、标准模块,类模块和ACTIVE控件的学习;
4、了解oracle;
5、实例开发;
二、学习方式
1、以vb基础教程为主,泡vb论坛为副,自学讨论相结合;
2、每天将自己所学的东西再次发贴;
各位如是初学者请再次写下你的学习进程,以督促自己学习!
www.eeworm.com/read/433021/8552033
vhd 带load_clr等功能的寄存器.vhd
--8-bit Register with Synchronous Load and Clear
The design entity shows the standard way of describing a register using a synchronous process, ie. a process containing a single wait statement which i
www.eeworm.com/read/285034/8874932
java stack.java
// The interface for stacks.
// (c) 1998, 2001 duane a. bailey
package structure;
/**
* An interface describing a Last-In, First-Out structure.
* Stacks are typically used to store the state of a re
www.eeworm.com/read/375719/9351839
m sdmvar.m
function [quiz,Xindex] = sdmvar(quiz,nbrow,nbcol,name)
% SDMPB/SDMVAR - declare a new matrix variable X
%
% [quiz,Xindex] = sdmvar(quiz,nbrow,nbcol,name);
%
% is a variable describing a SDM
www.eeworm.com/read/364620/9902969
h rdi_sdm.h
/* RDI SDM (self describing modules) and code sequences
Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of GDB.
GDB is free software; you can redistribute it and/or m
www.eeworm.com/read/359900/10116811
m frdescp.m
function z = frdescp(s)
%FRDESCP Computes Fourier descriptors.
% Z = FRDESCP(S) computes the Fourier descriptors of S, which is an
% np-by-2 sequence of image coordinates describing a boundary.