-
VC++.NET 时尚游戏开发编程40例,各种智力游戏
VC++.NET 时尚游戏开发编程40例,各种智力游戏
- 2023-07-25 02:20:04下载
- 积分:1
-
max7219 source
max7219源程序 -max7219 source
- 2022-01-28 18:14:18下载
- 积分:1
-
Delphi Access汽配商店业务管理系统源码
Delphi Access汽配商店业务管理系统源码,本程序需要配置ODBC数据源,在WindowXP 下,打开“控制面板”的“管理工具”选项,双击“数据源(ODBC)”,打开ODBC数据源管理器,选择“系统DNS”页面,单击【添加】按钮。在穿件数据库源页面选择 Microsoft Access Driver (*.mdb ) 驱动程序,单击【完成】按钮,弹出对话框,输入数据源名称(本例设为user),如图3所示。单击【选择】按钮,选择数据库路径,本例数据库名为 “mrqp.mdb”,在本实例目录下,单击【确定】按钮,完成ODBC的配置。
- 2023-03-23 06:30:03下载
- 积分:1
-
Particle swarm optimization tool kit, including the dynamic environment of the o...
粒子群算法工具包,包括动态环境的寻优,还可以直观看到粒子的搜索过程-Particle swarm optimization tool kit, including the dynamic environment of the optimization, you can also see the particles in an intuitive search process
- 2022-01-25 23:09:46下载
- 积分:1
-
Microcomputer Principle lecture PPT for all courses are all experiments (includi...
微机原理课程
所有讲义PPT
课程全实验(包括代码程序设计实验报告)
习题及答案
-Microcomputer Principle lecture PPT for all courses are all experiments (including the experimental design code procedures report) Exercises and answers
- 2022-04-21 21:47:47下载
- 积分:1
-
DOS下的图形界面的女王与# 39;S八小游戏。程序联合国…
Dos下图形界面的八皇后小游戏。 本程序在TC++3.0下编译调试通过!采用了Borland公司提供的图形库Graphics. 为了能使本程序脱离c/c++环境独立运行,我将图形驱动 EGAVGA.BGI以及字库TRIP.CHR和SANS.CHR均转换为相应的.obj文件,然后链接到可执行文件EIGHTQUEEN.EXE中!-Dos under a graphical interface Queen"s small eight games. The procedures under the TC 3.0 compiler debug through! Borland used to provide the graphics library Graphics. In order to enable this process from the c/c environment operate independently, I will drive EGAVGA.BGI graphics and font TRIP.CHR and SANS.CHR were converted to the corresponding. Obj file, and then link to the executable file which EIGHTQUEEN.EXE !
- 2023-03-08 20:25:03下载
- 积分: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
-
This is a partial color image segmentation procedure more appropriate for beginn...
这是彩色图像的局部分割程序,对初学者较为适宜,希望对大家又帮助-This is a partial color image segmentation procedure more appropriate for beginners, and they hope to also help the U.S.
- 2022-05-25 15:01:20下载
- 积分:1
-
现非常流行的非接触IC卡Mifare one S70的卡操作资料。操作S70卡必备。...
现非常流行的非接触IC卡Mifare one S70的卡操作资料。操作S70卡必备。-Is a very popular non-contact IC card of Mifare one S70 data card operated. Operation S70 card required.
- 2022-02-04 04:31:18下载
- 积分:1
-
水管理系统,数据库SQL Server 2
水费管理系统,数据库为sql server 2-water management systems, database sql server 2
- 2022-03-06 08:44:57下载
- 积分:1