登录
首页 » PowerBuilder » base64_pb9

base64_pb9

于 2020-12-03 发布 文件大小:16KB
0 340
下载积分: 1 下载次数: 126

代码说明:

  用PB9写的base64的编码、解码源代码,可以对字符串进行编码,也可以对文件进行编码解码,文件可以是图片文件,也可以是其它任何文件(PB9 written with base64 encoding, decoding source code, can be encoded string, you can also file for the codec, the file can be image files, it can be any other file)

文件列表:

base64.pbl,78336,2008-06-28
base64.pbt,104,2008-06-27
base64.pbw,158,2008-06-27

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • the Delphi Network Programming of examples.
    有关Delphi网络编程方面的例子。-the Delphi Network Programming of examples.
    2023-03-29 13:20:03下载
    积分:1
  • pcperdifferent
    实现OFDM信道仿真,本文件用MATLAB完全实现了OFDM信号在不同环境中的性能(OFDM channel simulation is realized. In this paper, MATLAB is used to realize the performance of OFDM signal in different environments.)
    2018-08-04 21:07:44下载
    积分:1
  • SendMessage模拟鼠标单击事件(在webbrowser网页实现) 实例完整源码
    一个利用winapi模拟鼠标单击webbrowser中网页实例
    2013-04-04下载
    积分:1
  • DBCViewNewV1.1
    DBCView对汽车电子行业的dbc文件进行解析,并进行拓扑图显示。DBCView清晰实现对dbc文件的解析,并以友好的界面展示CAN信号,Node,signal,MSG之间的关系的软件。对初入汽车电子行业的新人非常适合,能快速掌握dbc的结构。(dbc文件是vector公司定义的,用来描述单一CAN网络中各逻辑节点信息,依据该文件可以开发出来监视和分析CAN网络中所有逻辑节点的运行状态,也可以是有针对性的ECU通信应用软件。)(DBCView is a parser for dbc file and topology view to display. By the DBCView, user could quickly understand the links between node, message, signal and can bus. DBCView is support training tool for fresh person.(by the way, If you want to know dbc, you could get help from vector ))
    2018-01-28 15:51:01下载
    积分:1
  • HashTable
    This program is the realization of HashTable developed in the C++ Programming Language. And development tool is Visual Studio. Thank you.
    2010-06-03 11:44:07下载
    积分:1
  • fish12
    鱼游动的一个演示动画!希望大家喜欢!!大家可以一起研究研究!(yu you dong )
    2009-11-06 17:17:16下载
    积分:1
  • C#自动更新服务(本地服务安装)
    using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{    //获取学生信息    public class Service_Update_Data : IWindowsService    {        private ILogWriter _logWriter = null;        private const string logCategory = "Services.Info";        private string logInfoSource = "Update_Data";        private const string logErrorCategory = "Services.Error";        private const string logErrorSource = "Update_Data_Error";        private bool BeStop = true;        private System.Timers.Timer timer = null;        public void Start(Common.Log.ILogWriter logWriter, string gameCode)        {            gameCode = gameCode.ToUpper();            logInfoSource = gameCode;            _logWriter = logWriter;            BeStop = false;            StartRequestData();        }        int stata = 0;        private void StartRequestData()        {            try            {                #region 配置                //时间频率                var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData");                //更新学生开始时间                var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime");                //更新学生结束时间                var studentendtime = ServiceHelper.GetInterval("StudentEndTime");                    //是否更新学生基本信息:true为更新 false为不更新                var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet"));                                #endregion                timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () =>                {                    int timeHour = DateTime.Now.Hour;                    if (timeHour == 3)                        stata = 0;                    #region 更新学生基本信息                    if (studentbegintime
    2015-03-11下载
    积分:1
  • c-100
    C语言经典算法100例。包括贪婪算法思想,冒泡排序法等。(C language classical algorithm 100 cases. Including the greedy algorithm, bubble sort law.)
    2007-07-09 20:55:06下载
    积分:1
  • radius detection through hough transform
    radius detection through hough transform
    2022-01-24 18:30:34下载
    积分:1
  • keygen_1166012043
    IAR Embedded Workbench Keygen
    2008-04-14 10:07:29下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载