登录
首页 » Others » auz-procedures-procedures

auz-procedures-procedures

于 2017-08-21 发布 文件大小:12KB
0 212
下载积分: 1 下载次数: 1

代码说明:

  一个不错的DES加密和解密程序,可以看看这个程序(A good DES encryption and decryption procedures, can take a look at this program)

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

发表评论

0 个回复

  • 整体刚度矩阵
    说明:  说明:该程序用于有限元分析求梁的整体刚度矩阵(Note: the program is used to calculate the overall stiffness matrix of the beam by finite element analysis)
    2020-10-21 12:17:24下载
    积分:1
  • 在打沙场用的最简单,最自动的快捷老板系统
    在打沙场用的最简单,最自动的快捷老板系统-Used in the battlefield to fight the simplest, most automated systems quickly boss
    2022-01-27 15:39:04下载
    积分:1
  • frmStore.designss
    说明:  hill climbing can be applied to the travelling salesman problem.
    2020-06-25 02:40:01下载
    积分:1
  • 简单的分布式算法
    简单的分布式算法-simple distributed algorithm
    2023-06-27 19:35:03下载
    积分:1
  • 易语言内存读写例子
    易语言内存读写例子-easy language to read and write memory examples!
    2022-06-02 23:57:12下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • 这是粒子群算法的一个源程序,程序很简单,已经运行过了,可以用,对初学者是个不错的程序...
    这是粒子群算法的一个源程序,程序很简单,已经运行过了,可以用,对初学者是个不错的程序-This is a source particle swarm optimization algorithm, the program is very simple, has been running over us, we can use, for beginners is a good program
    2023-08-15 18:00:03下载
    积分:1
  • 这是我改造并完整屏幕取词程序的过程中完成的文档,它将取词放在文件中。而不是直接显示出来。里面探讨了有关屏幕取词的几乎所有方面的内容。...
    这是我改造并完整屏幕取词程序的过程中完成的文档,它将取词放在文件中。而不是直接显示出来。里面探讨了有关屏幕取词的几乎所有方面的内容。- This will be I transforms and the complete screen takes the documents which the word procedure in the process completes, it will take the word to put in the document. But is not directly demonstrates. Inside discussed the related screen to take the word the nearly all aspects content.
    2022-03-25 19:31:13下载
    积分:1
  • 用asp来实现文件的上传功能! 是asp教程的作业!自己已经检测过没有错误 但是可能还需要改进 请专家指点!...
    用asp来实现文件的上传功能! 是asp教程的作业!自己已经检测过没有错误 但是可能还需要改进 请专家指点!-used to achieve functional document uploads! Asp Guide is the work! They have detected it is not wrong but may also need to improve the expert guidance! Thank you
    2022-04-01 21:06:51下载
    积分:1
  • APP_xinshouyindao
    jQuery时间戳转换倒计时代码基于jquery.1.10.2.min.js制作,有转换时间戳、转换时间、倒计时、转文字等功能。(The jQuery timestamp conversion countdown code is based on jquery.1.10.2.min.js. It has the functions of changing time stamp, conversion time, countdown and text transfer.)
    2018-07-02 07:11:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载