自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

跑上岸晒太阳的鱼滴空间

黄花无主今自容,暗落疏篱曲径中;乞得金钱换脂粉,一生颜色逐西风.

  • 博客(5)
  • 资源 (2)
  • 收藏
  • 关注

原创 编译器练习:找出C程序中声明的变量,关键字和自然数

1.源代码//glovar.h#ifndef _GLOVAR_H_#define _GLOBAR_H_#include #include #include #define MAXTOKEN 40extern FILE *fps;extern FILE *fpt;char tokenStr[MAXTOKEN+1];typedef enum

2009-03-31 12:24:00 911

原创 编译器练习:找出C程序中除注释外的数字并将其值翻倍

/*programed by:alex shoaledit date:2009-3-22, Sunday revision:1*****************Program Objective:找出C程序中除注释外的数字并将其值翻倍*****************int,long,float,double,bool,char,if,while,switch,case,continue,brea

2009-03-22 13:56:00 605

原创 编译器练习:将C程序中的除注释外的所有保留字全部大写

/*programed by:alex shoaledit date:2009-3-22, Sunday revision:2*****************Program Objective:将C程序中的除注释外的所有保留字全部大写*****************int,long,float,double,bool,char,if,while,switch,case,continue,bre

2009-03-18 22:54:00 1263

原创 编译器练习:将C程序中的注释中的小写字母转换为大写字母

/*filename:notes.cprogramed by:alex shoaledit date:2009-2-9revision:1****************reference:"compiler construction principles and practice"  page 42~43 DFA design*****************/#include #include

2009-03-17 18:20:00 1328

原创 Proteus 汉字显示

1 主要元件1>AT89C512>MATRIX-8X8-RED3>4-16译码器 741592.汇编程序  org 0000h  ljmp main  org 0030hmain: mov r2,#30  mov dptr,#WO  lcall disp mov dptr,#AI  lcall disp  mo

2009-03-15 12:10:00 3111

basic use of pspice via ORCAD caputre

The purpose is to allow design students to learn to do simple analog simulations using PSpice as modified by Orcad and Cadence.

2011-07-30

Linux.Security.Cookbook.chm

The Linux Security Cookbook includes real solutions to a wide range of targeted problems, such as sending encrypted email within Emacs, restricting access to network services at particular times of day, firewalling a webserver, preventing IP spoofing, setting up key-based SSH authentication, and much more. With over 150 ready-to-use scripts and configuration files, this unique book helps administrators secure their systems without having to look up specific syntax.

2009-05-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除