-
主要介绍打开文件对话框,实现对图象,文本等预览。
主要介绍打开文件对话框,实现对图象,文本等预览。-introduces open file dialog to achieve right image, text, etc. preview.
- 2022-06-30 04:27:50下载
- 积分:1
-
获得本机ip地址,网络编程
获得本机ip地址,网络编程-to this machine ip address, Network Programming
- 2022-02-21 05:18:19下载
- 积分:1
-
这是一个学院管理系统
this is a college management system
- 2023-06-23 03:40:05下载
- 积分:1
-
计算器能够实现基本的四则运算代码看起来简单能适应大多数程序初学者...
计算器能够实现基本的四则运算代码看起来简单能适应大多数程序初学者-Calculator to achieve the basic four computing code looks simple procedures to adapt to the majority of beginners
- 2022-02-21 18:59:43下载
- 积分:1
-
用于人脸识别的快速繁殖
quick propogation for face Recognition
- 2022-01-24 16:29:14下载
- 积分:1
-
图灵机的模拟程序
图灵机的模拟程序-Turing Machine Simulation Program
- 2022-03-18 16:35:35下载
- 积分:1
-
简单直接的base64编码查看器,可以在邮件收发程序中发挥作用...
简单直接的base64编码查看器,可以在邮件收发程序中发挥作用-Simple and direct viewer base64 encoding, you can send and receive e-mail program to play a role in
- 2022-02-19 21:57:46下载
- 积分:1
-
show the mumber for 1 to 99
1-99数码管显示,用keil软件写的C程序,可以改动参数实现其它数据显示,也可以改变控制端口-show the mumber for 1 to 99
- 2022-04-23 08:14:27下载
- 积分:1
-
统计学生成绩。 设有十个学生的成分别是:(自己设定)。统计一下60~69分,70~79分,80~89分,90~99分和100分的人数并存放在s6,s7,s8,s...
统计学生成绩。 设有十个学生的成分别是:(自己设定)。统计一下60~69分,70~79分,80~89分,90~99分和100分的人数并存放在s6,s7,s8,s9,s10单元中。(通过对子程序的调用实现)-student achievement statistics. With 10% of the students were : (self-imposed). Statistics about 60 to 69 points, 70 to 79 points, 80 to 89, 90 to 99 points and 100 points on both the number of M16, s670, S8, s9, s 10 modules. (Through subroutine calls realization)
- 2022-03-25 12:48:48下载
- 积分:1
-
undo/redo操作实现
用栈数据结构非常简洁完美的管理了undo redo命令的实现。每条command结构体里面保存了当前操作的ID,操作前状态,操作后状态,执行命令的同时把该命令push入undo管理栈,undo的时候pop出undo命令栈并push入redo命令管理栈,redo的时候pop出redo栈并push到undo栈。算法清楚明了,可以在此基础上拓展自己的任何类似操作。 &nbs
- 2022-12-31 03:25:03下载
- 积分:1