资源列表
kyxscms_v1.0.0
- KYXSCMS提供了基础小说功能,包括: 1.网站采集功能,可采集任何小说网站 2.数据联盟,即时不会设置采集功能也可以获取大量小说数据 3、前台模板自适应(PC、手机、平板自动适应) 4、搜索联想功能 5、书架功能 7、评论功能 8、会员功能 9、最近阅读功能 10、顶踩功能 11、小说管理功能 12、自适应小说阅读器(KYXSCMS provides basic novel functions, including: 1. Web site collection function, ca
SSD+SAD+NCC算法
- 立体匹配 计算机视觉 SSD+SAD+NCC算法(SSD+SAD+NCC algorithm)
libview关机程序
- libview小程序控制电脑关机,可以设置延时
FoxFz_Band
- 高速采集 高速战斗 拦截封包 自动战斗 自制封包等等((High speed acquisition, high speed combat, intercept packets, automatic combat, homemade packets and so on))
Node.js开发实战详解源代码
- 超实用的Node.js代码段源码,找了半天才找到,很不错(Super-practical Code snippet source code for Node.js)
希尔伯特谱
- Hilbert谱表示的是信号幅值在整个频率段上随时间和频率的变化规律,下面将分享完整的希尔伯特谱代码。(Hilbert spectrum represents the change rule of signal amplitude with time and frequency in the whole frequency band. The complete Hilbert spectrum code will be Shared below.)
RPWM-matlab
- clock divider program by using VHDL
STM8S-A10_I2C读写EEPROM(硬件)
- 硬件方式读取eprom,移植性强Hardware read eprom, portability(Hardware read eprom, portability)
R_codes
- 该文档中包含大量代码,首先是一些R语言基本语法练习的,然后是一些机器学习相关的,最后是一些评分卡指标计算、建模相关的。(This document contains a lot of code, first some basic grammar exercises of R language, then some machine learning related, and finally some scorecard index calculation, modeling related.)
VB自定义汇总文件夹中的EXCEL文件
- VB自定义汇总文件夹中的EXCEL文件,实现将指定的文件夹中的电子表格文件汇总。(VB customizes the EXCEL file in the summary folder to realize the summary of spreadsheet files in the specified folder.)
vb+ftp服务器管理
- VB编写的FTP服务器,功能还是不错的,实现文件服务器功能。(VB compiled FTP server, function or good, to achieve the file server function.)
matlab 常微分方程数值解法 源程序代码
- 11.1 Euler方法 380 11.1.1 Euler公式的推导 380 11.1.2 Euler方法的改进 383 11.2 Runge-Kutta方法 385 11.2.1 二阶Runge-Kutta方法 385 11.2.2 三阶Runge-Kutta方法 388 11.2.3 四阶Runge-Kutta方法 390 11.2.4 隐式Runge-Kutta方法 391 11.3 线性多步法 392 11.3.1 Adams外推公式