-
Acprotect1.10 Build123之VB语言篇.chm
Acprotect1.10 Build123之VB语言篇.chm-Acprotect1.10 Build123 the VB language articles. Chm
- 2022-03-23 23:40:02下载
- 积分:1
-
hehe 在这儿给大家共同分享!!! !!!!
hehe 在这儿给大家共同分享!!! !!!!
-hehe here for everyone to share!!!!!!!
- 2022-04-12 10:24:30下载
- 积分:1
-
with visua basic language for the majority of operations code.
用visua basic语言开发的进行大数运算的代码。-with visua basic language for the majority of operations code.
- 2023-06-16 09:55:04下载
- 积分:1
-
Build ourself a MP3 Player
Build ourself a MP3 Player
- 2023-02-23 22:40:03下载
- 积分:1
-
16* 16 matrix extraction software, can design their own matrix, can also take mo...
16*16字模提取软件,可自行设计字模,一次性还可以取多个字的字模,并自动生成keil代码-16* 16 matrix extraction software, can design their own matrix, can also take more than a one-time character matrix, and automatically generate code keil
- 2022-01-25 17:53:37下载
- 积分:1
-
这有很多Delphi应用的例子,可以简单地学会Delphi的基本编程,可以举一反三,利用里面的例子,改成自己的作品
这有很多Delphi应用的例子,可以简单地学会Delphi的基本编程,可以举一反三,利用里面的例子,改成自己的作品-have many examples of the application of Delphi, you can simply learn the basic Delphi programming, can draw examples of the use of inside, into their own work
- 2022-08-23 20:27:14下载
- 积分:1
-
Java读/写Txt文本文件的示例
JAVA对文件的操作,简单的读/写文本文件的示例,这里包含了三个例子,即
1. 将文件读入到内存(这里是StringBuffer)的例子
2. 将内容中的文本写到文件
3. 将一个文件的内容读出来写入另一个文件中
同时也展示了如果从输入流中读出来内容写入输出流中(仅限文本流),三个例子可以独立存在,所以根据需要只看其中一个就行了。
- 2022-03-01 15:43:07下载
- 积分:1
-
Data structure (C language version), Tsinghua University Press, chap Courseware
数据结构(C语言版)清华大学出版社第一章课件-Data structure (C language version), Tsinghua University Press, chap Courseware
- 2023-05-02 04:00:03下载
- 积分:1
-
C# 监控Windows剪贴板程序
C# 编写的监控Windows剪贴板的小程序,这里面有计时器的相关创建方法,设置计时器间隔为1000毫秒并启动计时器,监控剪切板并判断剪贴板中是否存在文本数据,然后将剪贴板中的内容显示在richTextBox1控件中。下面的代码是本程序的核心:
private void Frm_Main_Load(object sender, EventArgs e)
{
timer1.Interval = 1000;//设置计时器间隔为1000毫秒
timer1.Start();//启动计时器
}
private void timer1_Tick(object sender, EventArgs e)
{
if (Clipboard.ContainsText())//判断剪贴板中是否存在文本数据
richTextBox1.Text = Clipboard.GetText();//将剪贴板中的内容显示在richTextBox1控件中
}
- 2023-08-14 00:35:02下载
- 积分:1
-
颜色拾取器,能拾取当前鼠标的网页所需要色彩值。非常好用,希望大家喜欢!...
颜色拾取器,能拾取当前鼠标的网页所需要色彩值。非常好用,希望大家喜欢!-color picking device that can pick up the mouse"s current website needed color value. Very good, hope you like them!
- 2022-03-30 21:57:39下载
- 积分:1