-
PKI
pki 功能文档,对初学者有很大帮助,可以了解pki的相关功能(pki doc useful for beginner)
- 2009-02-13 15:57:49下载
- 积分:1
-
3d
说明: 基于Direct3d的图形学入门代码,9个星球的自转公转,矩阵变换的运用基础(The use of graphics-based foundation Direct3d entry code, nine planets revolve rotation matrix transformation)
- 2014-12-24 20:17:48下载
- 积分:1
-
TextToDbf
将.list后缀(地质学中常用的一种格式)的纯文本文件转换成dbf格式的vf数据库文件。
采用超线程技术,对于大尺寸的文件操作不会使界面卡死,稍作修改可成为通用的文本文件导入数据库的程序。(Will. List suffix (geology used in a format), plain text file into dbf format database file vf. The use of Hyper-Threading Technology for the large size of the file operations interface card does not die, with some slight modifications can be a text file to import generic database procedures.)
- 2007-08-07 14:01:51下载
- 积分:1
-
deep-in-C-lanuage
很有深度的C语言书籍,对有一定基础的读者有较大帮助(Very deep C-language books, on a basis of great help readers)
- 2013-09-23 11:50:51下载
- 积分:1
-
ie插件bho关于网页数据的修改
此ie 的bho插件,主要为了修改一网站上的显示数据。
- 2022-03-25 16:43:39下载
- 积分:1
-
能够清晰的画出所需函数图
多样性保证了蚂蚁在觅食的时候不至走进死胡同而无限循环,正反馈机制则保证了相对优良的信息能够被保存下来。我们可以把多样性看成是一种创造能力,而正反馈是一种学习强化能力。正反馈的力量也可以比喻成权威的意见,而多样性是打破权威体现的创造性,正是这两点小心翼翼的巧妙结合才使得智能行为涌现出来了。引申来讲,大自然的进化,社会的进步、人类的创新实际上都离不开这两样东西,多样性保证了系统的创新能力,正反馈保证了优良特性能够得到强化,两者要恰到好处的结合。如果多样性过剩,也就是系统过于活跃,这相当于蚂蚁会过多的随机运动,它就会陷入混沌状态;而相反,多样性不够,正反馈机制过强,那么系统就好比一潭死水。这在蚁群中来讲就表现为,蚂蚁的行为过于僵硬,当环境变化了,蚂蚁群仍然不能适当的调整。既然复杂性、智能行为是根据底层规则涌现的,既然底层规则具有多样性和正反馈特点,那么也许你会问这些规则是哪里来的?多样性和正反馈又是哪里来的?我本人的意见:规则来源于大自然的进化。而大自然的进化根据刚才讲的也体现为多样性和正反馈的巧妙结合。而这样的巧妙结合又是为什么呢?为什么在你眼前呈现的世界是如此栩栩如生呢?答案在于环境造就了这一切,之所以你看到栩栩如生的世界,是因为那些不能够适应环境的多样性与正反馈的结合都已经死掉了,被环境淘汰了!
- 2023-07-14 06:20:06下载
- 积分:1
-
my_net
我的网口控制程序,是基于51单片机写的,很有价值的,现分享出来(My network port control procedures, is written based on 51 single-chip, very valuable, it is shared out)
- 2009-05-15 08:42:08下载
- 积分:1
-
stm32f4小车控制最终版
说明: 利用F407进行小车的控制开发,功能包括蓝牙控制小车,DHT11测温,HC-SR04超声波测距,蜂鸣器(2只老虎),流水灯,密码,电机调试(PWM),RTE开发模式,包含一些寄存器开发代码。(F407 was used to control and develop the car, including bluetooth control car, DHT11 temperature measurement, HC-SR04 ultrasonic ranging, buzzer (2 tigers), water light, password, motor debugging (PWM),RTE development mode, including some register development code.)
- 2020-07-27 18:39:55下载
- 积分:1
-
Switching-power-practical-techniques
开关电源实用技术——设计与应用(第二版)嵌入式,电路开发参考书,内容丰富,有很好的参考价值(Switching power supply practical techniques- Design and Applications (Second Edition) embedded circuit development reference books, content-rich, good value)
- 2012-08-27 19:46:12下载
- 积分:1
-
ffmpeg-20181015-c27c7b4-win64-dev
说明: FFmpeg是一套可以用来记录、转换数字音频、视频,并能将其转化为流的开源计算机程序。采用LGPL或GPL许可证。它提供了录制、转换以及流化音视频的完整解决方案。它包含了非常先进的音频/视频编解码库libavcodec,为了保证高可移植性和编解码质量,libavcodec里很多code都是从头开发的。
FFmpeg在Linux平台下开发,但它同样也可以在其它操作系统环境中编译运行,包括Windows、Mac OS X等。这个项目最早由Fabrice Bellard发起,2004年至2015年间由Michael Niedermayer主要负责维护。许多FFmpeg的开发人员都来自MPlayer项目,而且当前FFmpeg也是放在MPlayer项目组的服务器上。项目的名称来自MPEG视频编码标准,前面的"FF"代表"Fast Forward"。(FFmpeg is an open source computer program that can be used to record, convert digital audio and video, and convert them into streams. Use LGPL or GPL license. It provides a complete solution for recording, converting and streaming audio and video. It includes a very advanced audio/video codec library, libav codec. In order to ensure high portability and quality of codec, many codes in libav codec are developed from scratch.
FFmpeg is developed on Linux platform, but it can also be compiled and run in other operating system environments, including Windows, Mac OS X and so on. The project was initiated by Fabrice Bellard and maintained by Michael Niedermayer from 2004 to 2015. Many FFmpeg developers come from the MPlayer project, and currently FFmpeg is also placed on the server of the MPlayer project group. The name of the project comes from the MPEG video coding standard. The previous "FF" stands for "Fast Forward".)
- 2020-06-19 08:20:02下载
- 积分:1