-
I spent the early c++ Realize the b
本人早期用c++实现的b树的数据结构实例,在vc2005上调试通过,给大家参考下!-I spent the early c++ Realize the b-tree data structure example, in debugging vc2005 passed, under reference to the U.S.!
- 2022-08-16 09:49:10下载
- 积分:1
-
导出DBGridEh表格数据到excel的空间,支持多表头,其中用到了xlsreadwrite控件...
导出DBGridEh表格数据到excel的空间,支持多表头,其中用到了xlsreadwrite控件-Export data to excel spreadsheet DBGridEh space, support multi-table first, which uses a control xlsreadwrite
- 2022-03-22 22:58:50下载
- 积分:1
-
消去法求解线性方程组。
MFC做的可视化界面。
消去法求解线性方程组。
MFC做的可视化界面。-Elimination method for solving linear equations. MFC to do visual interface.
- 2022-01-22 14:27:56下载
- 积分:1
-
文件描述:游戏炸弹人 创建人: MR LIN, 2004年6月19日
文件描述:游戏炸弹人 创建人: MR LIN, 2004年6月19日 -document Description : bombs games were founded : MR LIN, June 19, 2004
- 2022-09-13 11:05:03下载
- 积分:1
-
这是用高斯消去法求解非线性的FORTRAN语言…
这是用Fortran语言编写的高斯消元法,解非线性方程组,可用于解决各种非线性方程组-This is the Fortran language with the Gaussian elimination method, solve nonlinear equations can be used to solve various nonlinear equations
- 2022-10-05 23:45:02下载
- 积分:1
-
这是一个医院管理系统的日常管理的医院。
这是一个医院管理系统,用于医院的日常管理,也可下载学习-This is a hospital management system for the daily management of the hospital can also download the learning
- 2022-08-11 01:21:32下载
- 积分:1
-
桌面通知源码
桌面通知管理,制度管理,大事件管理,天气查询,桌面壁纸自定义更换。是企业内部管理,信息通知,宣传的利器。 经过多人团队研发,并投入使用。
- 2022-08-26 13:51:33下载
- 积分:1
-
●WinPopup增强版及VC++源程序 409K 2004
●WinPopup增强版及VC++源程序 409K 2004-12-23 这是一个免费的用于局域网的消息传送小工具, 您可以用它来取代Windows 自带的WinPopup.EXE,和后者比较它有以下特点:消息可以自动保存, 根据您的选择最多可以保存 30 天;消息大小不再限制在 38 字节, 每条消息最多可以达到 400 字节;对单个计算机发出的消息, 可以要求接收方确认"已收到";可以广播消息到局域网中的多个工作组;可将它缩小为系统状态条图标, 当有消息到达时, 它可以发出声音或闪动图标加以提醒;可定制的消息文本显示字体和颜色;可选择让它开机自动运行;自动收集网络信息, 您可以在“网络邻居”列表中选择接收人, 而不是手工输入它。压缩包中含有可执行程序和源代码。-enhanced version and VC source 409K 2004-12-23 This is a free for LAN messaging small tool, you can use it to replace the Windows WinPopup.EXE, and the latter is more it has the following features : automatic preservation news, according to your choice of the most more can be preserved for 30 days; news is no longer limited to the size of 38 bytes each message can be up to 400 bytes; right individual information from the computer, the receiving party may request confirmation "has received"; news to be broadcast a number of LAN Working Group; it can be reduced to the system- state of the icon, when news arrived, it emits sounds or flashing icon t
- 2022-06-20 23:13:46下载
- 积分:1
-
um=5.elmo
/*The program sets an arrays of positions and speeds.On the digital input #6 trigger, the program moves forward, waits one second and returns.The destination and speed of the motion are defined according to the values in the speed and position arrays, with an index set by digital inputs #1 through #5.When an error occurs, the program stops and digital output #1 is raised.The motions are executed by functions called by the main program.Errors are detected in the motion functions and returned to the main program.*///Global Variable declarationint Destination[32];int MotionSpeed[32];int MaxDest;int MaxSpeed;//Functions declarationfunction int Err = MoveForward(int MoveIndex); function int Err = MoveBack(int MoveIndex);//Program##PROGRAM1//Local variables declarationint i;float Coeff;//Program bod
- 2022-06-16 23:30:26下载
- 积分:1
-
G.723.1编码,不能直接使用,需进行必要的修改,其中一些…
G723.1代码,不可直接使用,需进行必要的修改,其中有些错误
-G723.1 code, not directly use, the need for the necessary changes, some of which are wrong
- 2022-03-07 01:14:47下载
- 积分:1