-
将 mapinfo的mif格式文件导入microstation的vba程序
将 mapinfo的mif格式文件导入microstation的vba程序-to MapInfo mif format into the vba procedures microstation
- 2022-08-16 15:49:49下载
- 积分:1
-
源文件下载,从网络上对初学者很小的有用
c语言算法源码
来自网络下载
文件小
对初学者有用-source download files from the network of small useful for beginners
- 2022-01-26 04:45:38下载
- 积分:1
-
学生选课系统 可工学生学习用!大家可以互相学习互相借鉴
学生选课系统 可工学生学习用!大家可以互相学习互相借鉴-students can learn from the students! We can learn from each other, learn from each other
- 2022-01-21 20:25:31下载
- 积分:1
-
this is the use of language in the sap abap environment developed an operation e...
这个是使用abap语言在sap环境中开发的一个操作例子-this is the use of language in the sap abap environment developed an operation example
- 2023-01-12 10:35:04下载
- 积分:1
-
数值分析迭代格式比较
数值分析迭代格式比较-iterative numerical analysis of comparative format
- 2022-03-18 03:36:28下载
- 积分:1
-
on a project
关于java的一个项目-on a project
- 2023-03-10 22:05:04下载
- 积分:1
-
DS1302 chip subroutine can be called directly, tried in single
DS1302芯片子函数,可以直接调用,在单片机上调试过了-DS1302 chip subroutine can be called directly, tried in single-chip rise
- 2023-01-10 22:55: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
-
This algorithm used a supervised artificial immune system to achieve the classif...
此算法利用一种有监督的人工免疫系统实现一个图像分类的分类器。-This algorithm used a supervised artificial immune system to achieve the classification of an image classifier.
- 2022-01-25 16:44:50下载
- 积分:1
-
词法分析程序的C语言程序框架,加深对词法分析原理的理解
词法分析程序的C语言程序框架,加深对词法分析原理的理解-lexical analysis procedure of the C Programming Language framework of lexical analysis to deepen the understanding of the principles
- 2022-03-18 16:39:54下载
- 积分:1