-
HDLstyle
学习xilinxVHDL语言的一本好书,为官方资料,可方便读者熟悉xilinx的代码风格(A good VHDL,it s fittable for the reader to be familiar with the style of xilinx)
- 2009-10-02 08:42:47下载
- 积分:1
-
System optimization batch code, and they hope to have everyone help.
系统优化方面的批处理代码,希望对大家有帮助。-System optimization batch code, and they hope to have everyone help.
- 2022-07-23 18:15:13下载
- 积分:1
-
kmeans1
说明: 利用改进k-means算法对客户进行分类,改进rfm模型(Using improved k-means algorithm to classify customers and improve RFM model)
- 2018-12-25 15:44:39下载
- 积分:1
-
MyFBallDemo
说明: 仿360悬浮球,可拖拽,可自动边缘隐藏。。。。。(Simulated 360 suspension ball)
- 2020-05-08 13:59:01下载
- 积分:1
-
C# 调用外部的EXE文件
C# 调用外部的EXE文件,程序中主要是使用System.Diagnostics.Process.Start(textBox1.Text);来执行外部的exe文件。
private void button1_Click(object sender, EventArgs e)
{
openFileDialog1.Filter = "exe文件(*.exe)|*.exe";//设置打开文件的格式
if (openFileDialog1.ShowDialog() == DialogResult.OK)//判断是否选择了exe而文件
textBox1.Text = openFileDialog1.FileName;//显示选择的文件
}
private void button2_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start(textBox1.Text);//执行exe文件
}
- 2023-06-03 22:35:03下载
- 积分:1
-
changeIP
说明: 用c++写的一个程序,可以用来设置2组ip,并且迅速的在两个ip之间切换,以实现不同ip的转化。(With c++ Write a procedure that can be used to set up 2 ip, and quickly switch between the two ip in order to achieve the transformation of a different ip.)
- 2008-09-10 18:02:40下载
- 积分:1
-
src
说明: Petri网中XML根结点为net,其属性有id、type,其子结点有四个,分别为token,place,transition,arc。根据传入矩阵生成Petri网(In Petri nets, the root node of XML is net, and its attributes are ID and type. There are four sub-nodes: token, place, transition and arc. Generating Petri Nets from Input Matrix)
- 2019-03-15 15:46:29下载
- 积分:1
-
一些初级的基本磁盘操作系统的知识,但没用,计算机网络系统…
DOS的一些初级知识,别看没用了,计算机组网课装系统时可能会学一下,总之了解了解:)- Some of the primary BDOS knowledge, though useless, the computer system network loaded class may learn about, know know a word:)
- 2022-01-25 22:48:47下载
- 积分:1
-
F2812 FLASH烧写软件,大家都来看看哦
F2812 FLASH烧写软件,大家都来看看哦-F2812 FLASH programmer software, we all look at看哦
- 2022-05-01 02:24:21下载
- 积分:1
-
Python机器学习算法
说明: python机器学习算法,相关算法的python实现。(Python machine learning algorithm)
- 2019-04-18 09:53:04下载
- 积分:1