资源列表
c++yongyuanxuexi
- 这是一个航空管理系统,请大家多多指教啊。-This is an aviation management system, please exhibitions ah. Thank you
UDP-server-client
- 基于UDP 的客户端和服务端程序,完成本机端口间的的通信-UDP-based client and server program to complete the communication between the local port
Form1
- 实现了运动物体的跟踪检测,在c#上编译运行通过
Hook
- c# Hook 全局键盘 鼠标 禁用键盘鼠标-c# Hook keybroad ,mouse
IO--SPI-
- 运用单片机的4个IO口来模拟spi的功能,以此解决串口通信的问题。-Microcontroller IO port analog spi, in order to resolve the problems of serial communication.
People
- 类的设计,选1:设计一个用于人事管理的People(人员)类。 * 考虑到通用性,这里只抽象出所有类型人员都具有的属性: * number(编号)、sex(性别)、birthday(出生日期)、id(身份证号)等。 * 其中“出生日期”声明为一个“日期”类内嵌子对象。用成员函数实现对人员信息的录入和显示。 * 要求至少包括:构造函数和析构函数、拷贝构造函数。-Design of class, choose 1: the design of a People for the
CDOTnetexcelTOGRID
- 这是用C#。NET2003,EXCEL转化为GRID,可以成批到入到GRID,并且通过GRID可以成批导入到数据库里-This is a C#. NET2003, EXCEL into GRID, can bulk into the GRID, and through the GRID can be bulk imported into database
Prim
- 算法特点:该算法的特点是当前形成的集合T始终是一棵树。将T中U和TE分别看作红点和红边集,V-U看作蓝点集。算法的每一步均是在连接红、蓝点集的紫边中选择一条轻边扩充进T中。MST性质保证了此边是安全的。T从任意的根r开始,并逐渐生长直至U=V,即T包含了 C中所有的顶点为止。MST性质确保此时的T是G的一棵MST。因为每次添加的边是使树中的权尽可能小,因此这是一种"贪心"的策略。 -Algorithm characteristics: the algorithm is characteriz
rar
- 现在假设我们想要获得多个订阅者的返回值,以List<string>的形式返回,该如何做呢?我们应该记得委托定义在编译时会生成一个继承自MulticastDelegate的类,而这个MulticastDelegate又继承自Delegate,在Delegate内部,维护了一个委托链表,链表上的每一个元素,为一个只包含一个目标方法的委托对象。而通过Delegate基类的GetInvocationList()静态方法,可以获得这个委托链表。随后我们遍历这个链表,通过链表中的每个委托对象来调
3
- 美国人写的关于车牌定位的源代码,经过一周的时间我才能把它的详细解释弄出来。-Americans write about license plate positioning of the source code, after a week of time I can get it explained in detail.
chuankoxianshi(0)
- 静态串行移位8位数码管显示函数集,很不错得哦-static displacement eight Serial Digital Display Function Set, a very good oh
bb
- 采用全新的方法对车牌进行定位,字符分割,识别,结果超于你的想象。-To adopt a new method to locate the license plate, character segmentation and recognition, the results beyond your imagination.