代码搜索:knowledge
找到约 1,307 项符合「knowledge」的源代码
代码结果 1,307
www.eeworm.com/read/415537/11064786
txt border and text effects in psp8, for use with psp8.txt
Do you want to jazz up your graphics? Want to add a bit of pazazz to your art? Well, this guide features some knowledge, border effects, and even directions to make your own swirlie brushes!
Now, o
www.eeworm.com/read/147693/12538505
pl leaks.pl
% A toy knowledge base (Fig. 15.5 translated to Prolog)
if kitchen_dry and hall_wet then leak_in_bathroom.
if hall_wet and bathroom_dry then problem_in_kitchen.
if window_closed or no
www.eeworm.com/read/160450/10529362
c init_examination.c
#include
struct examination
{
int acctNum;
int type;
int knowledge;
char content[100];
char answer[10];
};
main()
{
int i;
struct examination blankexam = {0,0,0,"",""};
FILE * cf
www.eeworm.com/read/272894/10937276
dpr ex.dpr
{
Method: Maths
It's not really hard problem.
It only need some knowledge of number theory: square roots modulo a prime.
I.e. Given an odd prime p and a quadratic residue a (mod p), returns
www.eeworm.com/read/408752/11370591
bas chk_path_id.bas
Attribute VB_Name = "CHK_Path_ID"
'SHGetFolderPath originally from MSDN Knowledge Base
Option Explicit
'On top declare
Declare Function SetWindowPos& Lib "user32" (ByVal hwnd As Long, ByVal
www.eeworm.com/read/223561/4810504
java flagquiz.java
// Exercise 16.11: FlagQuiz.java
// Quiz the user on their knowledge of flags. The user must try to
// match five flags to their countries.
import java.util.*;
import java.awt.*;
import java.awt
www.eeworm.com/read/182181/5264818
java oidregister.java
/**
*
* OIDRegister
*
* @author Ian Ibbotson ( ibbo@k-int.com )
* @version $Id: OIDRegister.java,v 1.2 2001/01/18 14:48:05 ianibbo Exp $
*
* Copyright: Copyright (C) 2000, Knowledge Integrati
www.eeworm.com/read/182181/5264823
java enumtypeinfo.java
/**
*
* EnumTypeInfo
*
* @author Ian Ibbotson ( ibbo@k-int.com )
* @version $Id: EnumTypeInfo.java,v 1.2 2000/12/23 10:43:56 ianibbo Exp $
*
* Copyright: Copyright (C) 2000, Knowledge Integra