代码搜索:strData
找到约 743 项符合「strData」的源代码
代码结果 743
www.eeworm.com/read/130875/5949977
-
VERSION 5.00
Begin VB.Form frmFileName
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "单因素等次方差分析"
ClientHeight = 4065
ClientLeft = 6
www.eeworm.com/read/130875/5949984
+
VERSION 5.00
Begin VB.Form frmFile
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "文件窗体"
ClientHeight = 5085
ClientLeft = 60
Cli
www.eeworm.com/read/130875/5950043
+
VERSION 5.00
Begin VB.Form frmFileName
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "滑动平均"
ClientHeight = 5775
ClientLeft = 60
www.eeworm.com/read/130875/5950062
÷
VERSION 5.00
Begin VB.Form frmFileName
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "曲线_插值"
ClientHeight = 5190
ClientLeft = 60
www.eeworm.com/read/100262/6272767
cpp chscwiz.cpp
/*----------------------------------------------------------------------------
_ _ _
/\ | |
www.eeworm.com/read/264054/11331311
frm form1.frm
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = "网页登录密码破解 湖南铁通长理特别版"
Cl
www.eeworm.com/read/405296/11466610
cs descrypt.cs
using System;
using System.IO;
using System.Security.Cryptography;
namespace CSharpLibrary.StaticService
{
///
/// DESCrypt 的摘要说明。
/// snipershen
/// DES加密解密类
///
www.eeworm.com/read/405296/11466619
cs rijndaelcrypt.cs
using System;
using System.IO;
using System.Security.Cryptography;
namespace CSharpLibrary.StaticService
{
//
/// RijndaelCrypt 的摘要说明。
/// snipershen
/// RC2加密解密类
///
www.eeworm.com/read/405296/11466623
cs singlecrypt.cs
using System;
namespace CSharpLibrary.StaticService
{
///
/// SingleCrypt 的摘要说明。
///
public class SingleCrypt
{
public SingleCrypt()
{
//
// TODO: 在此处添
www.eeworm.com/read/405296/11466625
cs rsacrypt.cs
using System;
using System.IO;
using System.Security.Cryptography;
namespace CSharpLibrary.StaticService
{
///
/// RSACrypt 的摘要说明。
/// snipershen
/// RSA加密解密类
public class RS