-
VC++编的状态服务器,有良好的线程模型,可靠的网络通信。
VC++编的状态服务器,有良好的线程模型,可靠的网络通信。-VC series of the state server, a good-threaded model, a reliable communications network.
- 2022-03-03 03:34:55下载
- 积分:1
-
与MAXQ多的FIR滤波器的实现
Implementation of FIR filter with the MAXQ Multiple-And-Accumulate unit specify module and ROM routine definition files
- 2022-12-03 14:40:03下载
- 积分:1
-
这是一个演示使用VB对USB
这是一个演示使用VB对USB-HID设备进行数据读取写入的通讯示例。可以遍历所有USB设备,由于没有类似调试设备,这个源代码没有测试,但里面的一些API函数可以让大家喜欢研究USB通讯开发的网友提供些帮助,这个代码转载与另外一个网站,如果作者看到有更完善的源代码可以发来更新下,感谢作者。-This is a demonstration using VB on the USB-HID device to read data written communication example. You can traverse all the USB devices, because no such test equipment, the source code is not tested, but inside some of the API functions will allow everyone likes USB communication development User research provide some help, this code is reproduced with another Web site to see if the author have a more complete source code can be made to update the next, thanks author.
- 2023-06-17 17:45:04下载
- 积分:1
-
万年历(通过Dos界面显示)
本程序用VS2010编译运行,附件里包含工程。
1、能够查询日期和星期。
2、查询的范围为:1900/01/01到2099/12/31。
3、两种输入查询方式。输入:年/月,或者:年/月/日。
4、对应于两种输入方式的输入方式。当输入为:年/月时,输出显示:该月的日期与星期的对应表;当输入为:年/月/日时,输出显示:只显示当日是星期几。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-07 13:21:56下载
- 积分:1
-
ssh整合源码和登陆教程,可以学习一下了哦,很不错的。
ssh整合源码和登陆教程,可以学习一下了哦,很不错的。-ssh integration and landing tutorial source, can learn about the Oh, very good.
- 2022-07-16 16:51:05下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
静态链表.这是刚刚学习数据结构的时候编写的第1个小小程序,用构造类型编写的静态链表,实现了基本的赋值,插入,删除等功能。...
静态链表.这是刚刚学习数据结构的时候编写的第1个小小程序,用构造类型编写的静态链表,实现了基本的赋值,插入,删除等功能。-static List. This is just learning the structure of the data, prepared by the time a small program that will prepare the structure type static chain and achieve the basic assignment, insert, delete capabilities.
- 2022-06-20 07:54:46下载
- 积分:1
-
Area Based Motion Detection- Boss Watcher
Introduction
Working in artificia
- 2022-07-04 01:54:06下载
- 积分:1
-
我自己编写的无向图邻接表
我自己编写的无向图邻接表-myself prepared by the undirected graph adjacent table
- 2022-02-06 03:17:57下载
- 积分:1
-
此例子虽然小,但是确实我的一位同学提出的,呵呵,当然她不是学计算机的,还着实让我想了一阵子.不要嫌弃简单,你会吗? 用vb调用excel,excel做数据库,可...
此例子虽然小,但是确实我的一位同学提出的,呵呵,当然她不是学计算机的,还着实让我想了一阵子.不要嫌弃简单,你会吗? 用vb调用excel,excel做数据库,可不是access啊.-small, but actually one of my classmates made, Oh, of course she is not a computer, but also did so for a while I think. Despise not simple, you would call it using vb excel, excel do database access is not ah.
- 2022-02-14 03:02:10下载
- 积分:1