-
C-library
包含c语言的所有库函数,并附有实例,非常实用的程序员手册。(C language contains all the library functions, together with examples, very practical programmers manual.)
- 2011-05-11 09:08:02下载
- 积分:1
-
MarantzController
A remote controller for Marantz AV Receivers by TCP/IP. Support custom Hotkey and custom command. Maybe Support any devices use TCP/IP. Depend on dot net framework 4.6.
- 2019-06-14 11:18:34下载
- 积分:1
-
pyspinw-3.0-linux64
计算magnon spectrum,以及色散关系,基于MATLAB平台。(calculate magnon spectrum.)
- 2020-06-18 08:40:01下载
- 积分:1
-
《Python网络数据采集》
《Python网络数据采集》
第一部分 创建爬虫
第1章 初见网络爬虫 2
1.1 网络连接 2
1.2 BeautifulSoup简介 4
1.2.1 安装BeautifulSoup 5
1.2.2 运行BeautifulSoup 7
1.2.3 可靠的网络连接 8
第2章 复杂HTML解析 11
2.1 不是一直都要用锤子 11
2.2 再端一碗BeautifulSoup 12
2.2.1 BeautifulSoup的find()和findAll() 13
2.2.2 其他BeautifulSoup对象 15
2.2.3 导航树 16
……(Python Network Data Acquisition)
- 2019-05-07 11:58:38下载
- 积分:1
-
小波域数字图像水印算法MATLAB实现代码
小波域数字图像水印算法MATLAB实现代码-wavelet domain digital image watermarking algorithm in MATLAB code
- 2022-08-07 15:29:02下载
- 积分:1
-
享元模式-网站01
imutacion que te permite aprender xd
- 2020-06-24 20:00:02下载
- 积分:1
-
RoboMaster M3508直流无刷减速电机
说明: 大疆RM3508无刷电机驱动,CAN通信(Dajiang RM3508 Brushless Motor Drive, CAN Communication)
- 2020-06-19 17:00:01下载
- 积分:1
-
ADV7842_HDMI_VGA
驱动,一份adv7842的驱动,可以借鉴使用(driver,adv7842 driver,luoji)
- 2020-12-13 01:19:15下载
- 积分:1
-
code
说明: 基于蚁群算法的 TSP 求解,分别采用蚁群算法和蚁群算法-粒子群混合算法进行优化求解,使用不同的交叉和变异适应度函数更新粒子,从而实现 TSP问题的优化求解,更加逼近实际问题。(Based on the TSP solution of ant colony algorithm, ant colony algorithm and hybrid algorithm of ant colony algorithm particle swarm optimization are used to solve the TSP, and different fitness functions of crossover and mutation are used to update the particles, so as to achieve the optimal solution of TSP, which is closer to the actual problem.)
- 2020-03-11 10:47:21下载
- 积分:1
-
VC++添加托盘图标的CTrayIcon类应用例子
CTrayIcon 类的运用,编这个类是因为看到网上很多的文章介绍怎样把图标添加到系统区,但是有点繁琐,所以就把它封装在CTrayIcon类里,供以后的人方便使用,先介绍一下这个类的功能:
在状态栏系统区方便的显示图标,以动画显示图标
类的使用方法如下:
在窗口类中包含#include "TrayIcon.h".
再申明一个类的实例 CTrayIcon w_myTray;
在需要添加图标的地方调用 w_myTray.SetIcon(youIcon,Tip,ID);
在需要动画的地方调用w_myTray.SetAnimIcon(&youImglst);
在循环或OnTimer()里调用w_myTray.ShowNextIcon()就可以动画显示了.
具体就请下载本源码吧。
- 2023-06-06 01:55:03下载
- 积分:1