代码搜索:如何学习 Handbook?
找到约 10,000 项符合「如何学习 Handbook?」的源代码
代码结果 10,000
www.eeworm.com/read/391067/8423468
txt 023.txt
第二十三课 系统托盘中的快捷图标
--------------------------------------------------------------------------------
本课中,我们将学习如何把小图标放到系统托盘中去以及如何创建和使用弹出式菜单。
理论:
系统托盘是指任务条中的一个方形区域,在该区域中可以放入一些小图标,通常您可以在此处看到系统提供的最新 ...
www.eeworm.com/read/102552/15777353
htm subject_47692.htm
序号:47692 发表者:迦太基 发表日期:2003-07-23 11:07:36
主题:如何才能查到SQL SERVER 中的northwind等实例数据库的表名和结构呀?
内容:最近刚开始学习SQL,请多执教如何才能查到SQL SERVER 中的northwind等实例数据库的表名和结构呀?
www.eeworm.com/read/101790/15809360
htm subject_51628.htm
序号:51628 发表者:炙子 发表日期:2003-09-03 09:24:59
主题:第一次学习SQLSERVER2000该如何入手?
内容:SQLSERVER2000该如何入手?和delphi结合是怎么一回事?只要可以回应其中的一点都可以,谢谢了,急需!!!
返回上页
www.eeworm.com/read/101790/15813367
htm subject_47692.htm
序号:47692 发表者:迦太基 发表日期:2003-07-23 11:07:36
主题:如何才能查到SQL SERVER 中的northwind等实例数据库的表名和结构呀?
内容:最近刚开始学习SQL,请多执教如何才能查到SQL SERVER 中的northwind等实例数据库的表名和结构呀?
www.eeworm.com/read/290293/8491260
c dsa.c
/*
Author: Pate Williams (c) 1997
Digital Signature Algorithm (DSA).
See "Handbook of Applied Cryptography"
by Alfred J. Menezes et al editors
pages 452-453.
*/
#include
www.eeworm.com/read/290293/8491288
c des.c
/*
Author: Pate Williams (c) 1997
7.82 Algorithm Data Encryption Standard
See "Handbook of Applied Cryptography"
by Alfred J. Menezes et al page 253.
Also see "Cryptography Theory an
www.eeworm.com/read/290293/8491325
c seal.c
/*
Author: Pate Williams (c) 1997
SEAL (Software-optimized Encryption Algorithm).
See "Handbook of Applied Cryptography" by Alfred
J. Menezes et al 6.4.1 Section pages 213 - 216.
*/
www.eeworm.com/read/290293/8491328
c goldmica.c
/*
Author: Pate Williams (c) 1997
Goldwasser-Micali probabilistic encryption.
See "Handbook of Applied Cryptography" by
Alfred J. Menezes et al 8.7.1 Section pages
307 - 308.
*/
www.eeworm.com/read/290293/8491358
c barrett.c
/*
Author: Pate Williams (c) 1997
Barrett modular reduction. See "Handbook of Applied
Cryptography" by Alfred J. Menezes et al 14.3.3
Section pages 603 - 604.
*/
#include
www.eeworm.com/read/290293/8491361
c blumblum.c
/*
Author: Pate Williams (c) 1997
The following program implements and tests the
Blum-Blum-Shub random bits generator. The test
suite is according to FIPS 140-1. See "Handbook
of App