-
des algo The DES (Data Encryption Standard) algorithm is the most widely used encryption algorithm i
DES(数据加密标准)算法是世界上使用最广泛的加密算法。多年来,在许多人中间
- 2022-02-26 07:20:25下载
- 积分:1
-
杰克CFile质量更好的膨胀。
wince的CFile的扩展..比较好用-Jack CFile the expansion of better quality ..
- 2022-01-25 15:18:20下载
- 积分:1
-
有用于计算机ccources一些节目,他们可能会有帮助作用。
这是上课用的几个程序,对于初学者还是有一定的价值的。多都源码,还是有好处的,希望初学者能够从里面学到一些东西。-There are some programmes used in computer ccources and they might be helpful to beginners. Most of them are source codes. I wish that begginers would learn some programming knowledge from these source codes.
- 2022-08-31 22:50:04下载
- 积分:1
-
员工信息增删改查
java菜鸟,上课时跟着老师一起敲出来的,勿喷
- 2022-01-25 14:11:51下载
- 积分:1
-
scrsaver2.zip 完整的屏保,支持参数和密码设置 scrsaver1.zip 弹跳小球的屏保程序 db2txt.zip 数据库文件转化为文本文件的例子...
scrsaver2.zip 完整的屏保,支持参数和密码设置 scrsaver1.zip 弹跳小球的屏保程序 db2txt.zip 数据库文件转化为文本文件的例子,详细注释 bounce3 物体弹跳的例子,演示了让图片透明的方法 animationdemo.zip 动画演示,运用了biblt高级技巧 -scrsaver2.zip complete screensavers, support and password parameters set scrsaver1.zip ball bouncing a screen saver db2txt.zip database file into a text file of examples, detailed notes bounce3 objects bouncing example, demonstrated the picture so transparent method animationdemo.zip animation demonstration, use of biblt Advanced Techniques
- 2022-02-03 09:12:05下载
- 积分:1
-
My curriculum design small systems Haha Thank you, pointing
本人的课程设计的小系统・・哈哈・谢谢指点-My curriculum design small systems Haha Thank you, pointing
- 2022-03-19 09:36:15下载
- 积分:1
-
这个小程序是钟表小程序,使用了Timer控件使用,从中可以了解如何使用它,以及如何改变控件属性等。...
这个小程序是钟表小程序,使用了Timer控件使用,从中可以了解如何使用它,以及如何改变控件属性等。-about clock ,it uses the timer control
- 2022-01-26 04:50:48下载
- 积分:1
-
delphi开发的录音机,带源码,能很好的实现录音功能。
delphi开发的录音机,带源码,能很好的实现录音功能。-delphi development of tape recorders, with source code, can realize good recording function.
- 2022-07-21 08:30:18下载
- 积分:1
-
windows CE 开发的教程
介绍了 Windows CE 的一些基本特性,并指出过渡到基于无线装置的软件开发所应具备的知识...
windows CE 开发的教程
介绍了 Windows CE 的一些基本特性,并指出过渡到基于无线装置的软件开发所应具备的知识-windows CE Development Windows CE tutorials presented some basic characteristics, and pointed out that the transition to wireless devices based on the software development knowledge should be
- 2022-02-05 12:43:21下载
- 积分:1
-
简单人事管理系统
#include
#include
#include
#include
using namespace std;
const int Maxr=100;
int ID=10000;
class Employee //职工类
{
int tag;//删除标记
int no;//职工编号
char name[20];//职工姓名
char zw[20]; //职工职务
- 2022-03-24 22:13:18下载
- 积分:1