|
|
楼主 |
发表于 2016-1-8 11:30:11
|
显示全部楼层
回复 3# 若枫 , k S0 V9 D( U5 ]7 B7 }1 z: D( u' Y
5 V4 c% D* \8 F9 ^5 @5 Q& f* a ]# S4 L. [+ j0 ]
枫老大,这个是对没有加密的后处理加密吧,可是我是想在已经有加密的后处理的基础上再增加加密一些代码应该怎么弄呢?很想知道啊!例如下面代码原本已经有[STARTBIN]加密内容了,我怎么弄才可以把 pcant_out 这部分的内容也一起加密进去呢?
- O+ o, q3 w7 x. y& t: J, Y3 a! upcant_10 #Canned text - output call5 s) D( E/ @- }* E
cantext$ = cant_val10$7 _- i. U4 n- q/ Y7 Q8 c' M& c
pcant_out
. A- f- S4 _+ C# F: ~" v2 c2 v! J* X0 w* w) l
pcant_out #Canned text - build the string for output1 l2 i! t& O; x5 t: U+ L! T
#Assign string select type outputs; r# z' a$ R2 [( Z* V
if cantext$ = three, bld = one, i- o5 Q& v( z7 j. m
if cantext$ = four, bld = zero8 ]# g$ p! R' }% b
#Build the cantext string8 c0 G! R* F( K% R9 G) f1 k
if cantext$ = one, strcantext = strcantext + sm005 N' m# z d- q( E( k( O# [; E
if cantext$ = two, strcantext = strcantext + sm014 n+ U, p, _$ U; Z
if cantext$ > four,+ c9 b ]* a+ ] ~: ~0 P5 b7 J
[, s- c# Y) G$ G2 z M& ?7 _
strtextno = no2str(cantext$)' K5 s* S6 Z- r; z
strcantext = strcantext + strm + strtextno
! q& ~ U0 B! `' _6 x ]
. E! o5 P" q0 Z/ V" ~ K3 k' r
) Z7 x4 i4 S2 w$ h% t) q
2 Q: s; v; s% Y" G
! u3 _" V' I# O4 o6 ?6 o+ ~# --------------------------------------------------------------------------
% ]1 l$ u) H0 @
; u1 U- M& F/ j[STARTBIN]
}6 X( P( J+ E" M, |# V% B$ W" Z% r2 O* X8 t# J
5 H- G: N6 s" T! Y+ T
# -------------------------------------------------------------------------- |
|