-
some very useful examples of VC++ programming in Database, giving you the quick...
一些VC++数据库编程实例,教你在VC++数据库编程领域里快速入门-some very useful examples of VC++ programming in Database, giving you the quick totorial in the field of database VC++ programming
- 2022-07-23 23:58:24下载
- 积分:1
-
use com to read/write excel files
windows下通过com服务读写excel的例子-use com to read/write excel files
- 2022-09-22 00:30:02下载
- 积分:1
-
用ATL COM组件的示例程序完成
用ATL完成com组件的示例程序-with ATL completed com Component Sample program
- 2022-02-02 18:45:03下载
- 积分:1
-
这是一个用c#编写的MIS金质打印通C#打印源码 2.2,可以看看的
这是一个用c#编写的MIS金质打印通C#打印源码 2.2,可以看看的-This is a C# MIS Print Program. (2.2)
- 2023-08-29 20:35:04下载
- 积分:1
-
Invoicing to the enterprise system management, clear and easy interface, easy to...
能对企业的进销存进行系统的管理,界面清晰方便,便于管理-Invoicing to the enterprise system management, clear and easy interface, easy to manage
- 2023-04-21 18:10:03下载
- 积分:1
-
无线网络协议 802_11e
IEEE 802.11e-2005年 or 802.11e是对核准的修订802.11 IEEE 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-02-07 04:15:03下载
- 积分:1
-
用Evc开发的能在Wince平台下运作的Dll及Plugin的实例代码,并有完整的测试程序及源码...
用Evc开发的能在Wince平台下运作的Dll及Plugin的实例代码,并有完整的测试程序及源码-Evc used in the development of the platform Wince operating Dll and Plugin code examples, and complete testing procedures and FOSS
- 2022-01-26 00:49:05下载
- 积分:1
-
WINIO use of a keyboard and write small examples. To illustrate that the WINIO u...
一个使用WINIO对键盘端口进行读写操作的小例子.想说明的是,使用了WINIO,对端口进行程序操作真的很简单.-WINIO use of a keyboard and write small examples. To illustrate that the WINIO use of the procedures for port operations really very simple.
- 2022-01-22 17:40:51下载
- 积分:1
-
贪吃蛇游戏
贪吃蛇游戏 win32项目编译 非MFC程序
*游戏制作思想:
*通过一个二维数组来描述画面,
*-2代表墙,0代表空白,0以上代表蛇
*例以1,2,3,4表示蛇(4为蛇头)
*其移动时,数字依次减一,
*并在将要去的位置设为4,
*则完成了蛇的移动
*同时利用多线程获取按键事件,
*使屏幕绘制与按键监听同时进行
*/
- 2022-01-27 17:14:38下载
- 积分:1
-
KNN邻近算法
使用python语言实现k-邻近算法,他的工作原理为:存在一个样本数据集合,并且样本集中每个数据都存在标签,输入没有标签的新数据后,将新数据的每个特征与样本集中数据对应的特征进行比较,然后使用该算法提取与样本集中特征最相近的数据的分类标签。
- 2022-05-18 04:28:36下载
- 积分:1