-
i2c
io口模拟i2c,很好的代码,稍作修改,就可以在你的平台上使用了。(io port analog i2c, good code, slightly modified, you can use on your platform.)
- 2012-07-25 17:49:27下载
- 积分:1
-
mushroom
绘制一个虚拟场景,其中有:天空、地形、虚拟摄像机、广告牌技术、粒子系统等内容。通过碰撞检测实现一个物体把另一个物体碰撞后导致其中一个物体消失的效果,就像一个物体把另一个物体吃掉了一样。本程序是通过控制大嘴花吃掉跑道上的蘑菇,达到游戏的目的。
(Draw a virtual scene, including: the sky, terrain, virtual camera, billboard technology, particle system, etc. Through collision detection to achieve an object to another object collision led to the effect of one of the things vanish, as an object ate another object. This program is by controlling the big flower eating mushrooms on the runway, achieve the goal of the game.)
- 2013-12-17 08:54:57下载
- 积分:1
-
C# 修复Access数据库的一个范例程序
C# 修复Access数据库的一个范例程序,不过不知道到底能不能修复吧,这个修复过程的编写,可参考以下代码:
//声明临时数据库的名称
string temp = DateTime.Now.Year.ToString();
temp += DateTime.Now.Month.ToString();
temp += DateTime.Now.Day.ToString();
temp += DateTime.Now.Hour.ToString();
temp += DateTime.Now.Minute.ToString();
temp += DateTime.Now.Second.ToString() + ".bak";
temp = strPathMdb.Substring(0, strPathMdb.LastIndexOf("") + 1) + temp;
//定义临时数据库的连接字符串
string temp2 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + temp;
//定义目标数据库的连接字符串
string strPathMdb2 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + strPathMdb;
JRO.JetEngineClass jt = new JRO.JetEngineClass();//创建一个JetEngineClass对象
//使用JetEngineClass对象的CompactDatabase方法压缩修复数据库
jt.CompactDatabase(strPathMdb2, temp2);
File.Copy(temp, strPathMdb, true);//拷贝临时数据库到目标数据库(覆盖)
File.Delete(temp);//删除临时数据库
MessageBox.Show("修复完成");
这个程序中使用了三个类库:Interop.ADODB.dll、Interop.ADOX.dll、Interop.JRO.dll。
- 2022-01-26 03:31:51下载
- 积分:1
-
BF561Booting-(C)
AD公司BF561引导例程,可帮助初学者快速掌握引导程序的开发(AD company BF561 boot routine can help beginners to quickly master boot program development)
- 2012-03-28 19:33:00下载
- 积分:1
-
SQLServer2000UsePDF
SQL Server 2000的使用、开发说明,给出了通过ODBC、DAO ADO访问数据库的方法(SQL Server 2000 s use and development that is given through ODBC, DAO ADO methods to access the database)
- 2008-04-20 12:50:22下载
- 积分:1
-
ADC0832P1602
51单片机ADC0832+LCD1602 proteus 仿真源程序,包括proteus原文件,可以直接仿真。在keil+proteus 7.8上测试通过。(51 MCU ADC0832+ LCD1602 proteus simulation program, including proteus original documents can be directly simulated. In keil+ proteus 7.8 on the test.)
- 2013-10-15 17:57:21下载
- 积分:1
-
IMX6DQCEC
IMX6DQCEC.PDF是用于飞思卡尔系列处理器进行开发的重要文档 可以让你更好地熟悉这款处理器 更好地进行开发(IMX6DQCEC.PDF is an important document for the development of the series processor, which allows you to better know the processor and develop better.)
- 2015-08-12 10:05:22下载
- 积分:1
-
3udf
ANSYS Fluent中使用的udf编写,包括边界条件、源项、物料系数udf的编写,包括基本的udf类型。(The UDF compilation used in ANSYS Fluent includes boundary conditions, source terms, material coefficient UDF compilation, including basic UDF types.)
- 2019-05-29 13:51:35下载
- 积分:1
-
传世脱机代码VC
传世脱机代码VC
传世脱机代码VC
传世脱机代码VC
传世脱机代码VC传世脱机代码VC
传世脱机代码VC
传世脱机代码VC
- 2022-01-26 01:54:52下载
- 积分:1
-
CPP-charpt-1
提供很好的C++的学习PPT,此版本是英文版本的资料。内容适合初学者的。(THIS IS C++ PPT,AND IS VERY EASY TO STUDY.)
- 2017-03-14 21:17:59下载
- 积分:1