-
CSmtp
使用Base64编码实现的相应的邮件的发送的程序,// Original class CFastSmtp written by
// christopher w. backen <immortal@cox.net>
// More details at: http://www.codeproject.com/KB/IP/zsmtp.aspx(Achieved using the Base64 encoding to send the message corresponding procedures,// Original class CFastSmtp written by// christopher w. backen <immortal@cox.net>// More details at: http://www.codeproject.com/KB/IP/zsmtp.aspx)
- 2010-05-26 13:06:49下载
- 积分:1
-
代码
分为主机,从机两部分,从机收集温度并动态显示在数码管上;主机和从机通过nrf24l01模块进行无线通信,主机把从机(3个)的温度数据显示在lcd1602上(It is divided into two parts: the master and slave, which collect the temperature from the slave and display it dynamically on the digital tube; the master and slave communicate with each other through the nRF24L01 module, and the host displays the temperature data of the slave (3) on the lcd1602.)
- 2020-06-16 11:00:02下载
- 积分:1
-
CSGO海王0716免费版
说明: 自瞄稳定上分 先开游戏再开辅助。按INS注入辅助(Self-targeting stability is divided into games and assistants. Injection assisted by INS)
- 2020-06-24 03:20:01下载
- 积分:1
-
DataMiningBasedOnClassificationAndAssociationRules
本文从基于数据库的知识发现开始,较系统全面地介绍了KDD、数据挖掘都基本概念,并研究了数据挖掘所采用都技术方法和应用领域:在现有研究工作的基础上,提出用连续量代替离散量来表示客体的思想,同时采用积分面积来表示两个客体之间都距离,并对客体进行分类。利用上述方法对学生都数据进行挖掘,得到了一些有用的结论,从而指导学校都教学工作。(Based on the knowledge discovety in database this paper presents a introduction of KDD,an concept of data mining and a research into the technical approach and fields of application of data mining.Based on the present research work,this paper is devoted to the idea of presenting the segregation amount by using the whole amount.Integral square is adopted to indicated the distance between two units.And the above-stated method is used to analyze the students data.And some useful information is thus obtained.So it is instructive to teaching at colleges.)
- 2009-06-02 09:45:51下载
- 积分:1
-
GA
说明: 针对电路故障的诊断提出了一种基于遗传算法的方法,将遗传算法与MATLAB结合实现了电路故障诊断。(For the proposed circuit fault diagnosis method based on genetic algorithm, genetic algorithm combined with the MATLAB implementation of the circuit fault diagnosis.)
- 2010-05-05 09:51:45下载
- 积分:1
-
OpenGL-House
用OpenGL设计的房屋,用OpenGL设计的房屋,(OpenGL house)
- 2020-09-13 14:07:58下载
- 积分:1
-
GM8622-Breakout-Schematic
Datashhet gsm862 infoirmation
- 2010-05-25 19:07:26下载
- 积分:1
-
使用了GPU加速的行人检测代码
Usage:
1. . cmake
2. make
3. ./acf_detection path/to/videofile
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-03 06:47:11下载
- 积分:1
-
vc_matlab-engine
自己编写的vc调用matlab程序,可以再vc的环境下实现matlab窗口显示图像,对初学者很有用(I have written matlab program called vc, vc environment can be achieved matlab window display images, useful for beginners)
- 2011-10-12 19:33:39下载
- 积分:1
-
Prim
编程实现Prim算法,基于最小堆数据结构,生成最小代价生成树。
(其中随机生成点和边,形成连通图)
根据输入的顶点数的不同,分析时间复杂度。(Implement Prim’s algorithms based on min-heap and disjoint set data structure for constructing a minimum cost spanning tree.
Generate weighted undirected complete graph for given size n according to the following approach:
1) Randomly generate n points ( ) on a plane
2) Randomly generate k pairs of points as edges of the graph.
3) The weight of an edge of the graph is defined as the the Euclidean distance between two endpoints of the edge.
)
- 2011-06-11 16:28:53下载
- 积分:1