-
MUSIC-
基于最小冗余线阵的谱相关共轭循环MUSIC算法(MUSIC algorithm based on conjugate cyclic spectral correlation minimum redundancy linear arrays)
- 2013-12-26 12:39:53下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
lay_v1.2
说明: 邮件群发源码!!!! (Bulk mail source! ! ! )
- 2011-04-13 14:55:41下载
- 积分:1
-
vb_温湿度_Access
100% 可以运行的温湿度显示软件,数据保存在数据库之间的通信 串口通信(100% operational temperature and humidity display software, data stored in the database communication serial port)
- 2020-06-18 06:20:01下载
- 积分:1
-
Optimized-JS-V8
面向对象、设计模式与性能
有些C/C++开发者有些奇怪的观念。他们认为使用面向对象和设计模式会降低程序的性能。但V8证明了这种观念是错误的。V8的实现使用了许多设计模式,但依然非常高效。
下面列出V8中使用的两个模式:
工厂模式
当Javascript引擎执行一个脚本时,引擎为遇到的每个变量、函数或数组都创建一个实例。JSObject是所有这些对象的父对象(Object oriented, design patterns and performance
Some C/C++ developers have some strange ideas. They believe that the use of object-oriented and design patterns will reduce the performance of the program. But V8 proved that this idea is wrong. V8 implementation uses a number of design patterns, but still very efficient.
The following lists the two models used in V8:
Factory mode
When a Javascript engine s a script, the engine creates an instance of each variable, function, or array encountered by the engine. JSObject is the parent of all of these objects.)
- 2016-08-30 23:02:34下载
- 积分:1
-
web
用asp语言实现从数据库中读取数据,并用折现图的形式表现出来。(Asp language used to read data from the database, and manifested in the form of discounted figure.)
- 2014-07-20 16:08:52下载
- 积分:1
-
VB.net
实用CAN与上位机通讯例程,适用于基于CAN总线的自动系统参考。(Practical CAN and PC communication routines for automated reference system based on CAN bus.)
- 2016-03-26 13:53:23下载
- 积分:1
-
RGB_Colour1618447212003
RGB Colour Wheel for Visual Basic
- 2016-01-28 22:22:18下载
- 积分:1
-
DS18b20WDHS
DS18B20温度换算器,可以检验单片机传感器检测出来的值。注意,是VB.net源码。(DS18B20 temperature converter, you can test the value of single-chip sensor detects.Note it is VB.net source.)
- 2013-05-04 20:55:17下载
- 积分:1
-
extraction-of-high-frequency-data
新浪网页上提取债券数据 实时的高频数据(Real-time data extraction bonds frequency data on the Sina website)
- 2013-11-27 14:30:10下载
- 积分:1