-
打字机 一个用FLASH MX编的小程序
打字机 一个用FLASH MX编的小程序-a typewriter with Flash MX series of small programs
- 2022-02-03 04:10:14下载
- 积分:1
-
VGA_LCD 控制器IP,我也是从网上下载的,还没有来得及看,
VGA_LCD 控制器IP,我也是从网上下载的,还没有来得及看,-VGA_LCD controller IP, I also downloaded from the Internet, has not yet had time to look,
- 2023-03-06 18:30:03下载
- 积分:1
-
Process Configurator pure js code. I am also reproduced, Hehe
流程配置器 纯js代码实现.我也是转载的,-Process Configurator pure js code. I am also reproduced, Hehe
- 2022-04-10 09:24:27下载
- 积分:1
-
24点游戏源代码
24点游戏源代码-24 point game source code
- 2023-08-04 06:45:03下载
- 积分:1
-
BF533的程序,含有dma等很多初始化代码
BF533的程序,含有dma等很多初始化代码-BF533 procedures, as well as many containing dma initialization code
- 2023-02-08 07:50:03下载
- 积分:1
-
用DFS算法遍历图
用DFS算法遍历图-with DFS traversal algorithm map
- 2022-08-02 22:29:17下载
- 积分:1
-
vc编写的游戏俄罗斯方块,功能齐全,很适合大家研究学习vc。...
vc编写的游戏俄罗斯方块,功能齐全,很适合大家研究学习vc。-vc Tetris game written in complete functions, it is suitable for everyone to consider learning vc.
- 2022-03-06 17:00:44下载
- 积分:1
-
This is a project on flight reservation system
This is a project on flight reservation system
- 2022-09-15 02:45:03下载
- 积分:1
-
C#读取外部TXT文件内容进行打印输出
C#读取外部TXT文件内容进行打印输出,演示直接打印文件,所有文本文件(*.txt)|*.txt|所有文件,打印信息处理//获得绘制对象
Graphics g=e.Graphics;
//一页中的行数
float LinePages = 0 ;
//待绘文本的纵向坐标
float YPos = 0 ;
//行计数
int count = 0 ;
//左边界
float LeftMargin = e.MarginBounds.Left;
//顶边界
float topMargin = e.MarginBounds.Top;
//字符串流
String line=null;
//根据页面的高度和字体的高度计算,一页中可以打印的行数,每次从文件中读取一行并打樱
- 2022-03-21 18:50:29下载
- 积分:1
-
rc5 algorithme 的源代码
RC5 encryption algorithm is a new fast symmetric block cipher
developed by Ron Rivest for RSA Laboratories. Intended as a possible
successor to the Data Encryption Standard, RC5 has a variable word
size, a variable number of rounds, and a variable-length secret key,
so the user can explicitly manipulate the trade-off between higher
speed and higher security. RC5 is suitable for hardware or software
implementations; the encryption and decryption algorithms are
exceptionally simple. A novel feature of RC5 is the heavy use of
data-dependent rotations.
- 2022-01-24 09:55:50下载
- 积分:1