-
Read text from word file by c#
这是我用C桌面应用程序从word文件中读取文本的代码,对于许多应用程序或许多web应用程序的学生和开发人员来说非常简单和重要;
- 2022-02-21 01:01:48下载
- 积分:1
-
A wince of mine to give the feeling of the game I hope that we can also try
一个给予wince的扫雷游戏 我的感觉还可以 希望大家-A wince of mine to give the feeling of the game I hope that we can also try
- 2022-04-01 03:59:35下载
- 积分:1
-
media players, can hold MP3 and movies.
媒体播放器,可放mp3和电影。-media players, can hold MP3 and movies.
- 2022-01-25 20:29:49下载
- 积分:1
-
ipcdemo.zip ipcdemo.zip
ip cdemo.zipipcdemo.zip
ipcdemo.zip ipcdemo.zip
ip cdemo.zipipcdemo.zip-ipcdemo.zip ipcdemo.zip
ip cdemo.zip
ip cdemo.zipipcdemo.zip
- 2022-01-21 20:02:05下载
- 积分:1
-
vc++编写的神曲辅助v2.0
资源描述 自己开发的当前热门页游神曲辅助,已经更新到2.0版,界面虽然不美观,但其中的核心代码都有注解说明,特别适合初学者学习!
- 2023-04-16 13:10:03下载
- 积分:1
-
电子邮件客户端,包括邮件收发功能。。。。需要设置smtp。。。pop方可连接制定服务器进行邮件收发...
电子邮件客户端,包括邮件收发功能。。。。需要设置smtp。。。pop方可连接制定服务器进行邮件收发-E-mail clients, including e-mail to send and receive functions. . . . Need to set up smtp. . . before connecting the development of pop mail server
- 2022-11-28 13:25:05下载
- 积分:1
-
用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。...
用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-An applet program, use java to achieve stack and queue in data structure. It can be used to demonstrate the implement of the stack.
- 2022-03-03 18:01:03下载
- 积分:1
-
3ds file loader with opengl
(GLUT LIBRARY)
3ds file loader with opengl
(GLUT LIBRARY)
- 2022-06-01 23:23:09下载
- 积分:1
-
几个CSharp的使用com对象的例子
几个CSharp的使用com对象的例子--Several examples about using com object of CSharp
- 2022-06-16 21:13:22下载
- 积分: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