-
携程
说明: 携程网首页的仿写,只有静态效果,有需要的可以看看(Ctrip's copy of the home page, only the static effect, there is a need to look at)
- 2017-08-01 15:32:59下载
- 积分:1
-
用vb写的数控仿真系统
仿真机床切割,可生产可编辑的轨迹代码,方便操作.(Simulated machine tool cutting, can produce editable trajectory code, easy to operate.)
- 2020-06-28 11:40:01下载
- 积分:1
-
FT4_V1TEST_HEX
单片机12864显示万年历,用来测试12864的点阵!(Microcontroller 12864 show calendar, to test the 12864 lattice!)
- 2011-11-08 17:16:21下载
- 积分:1
-
QuizMaster1793799142004
QuizMaster for viusal basic.
- 2016-01-03 14:37:31下载
- 积分:1
-
webshd
一个适用于公司、企业、个人的出库管理系统,她是在WEB进销存管理系统上简化而来的,使更多不需要太多功能的使用者而进行销售的一系列管理,包括了销售、
统计、客户、产品等相关功能,使得我们的销售更是有据可查。
(One for companies, enterprises and individuals, the library management system, she is from on the web inventory management system to simplify, and sales of a series of management so that more users do not need too many features, including sales, statistics, customers, products, making our sales is well documented.)
- 2012-07-21 13:58:26下载
- 积分:1
-
kdfd
宽频放大器,有以下功能:
预置增益,增益加/减,显示输出电压有效值,自动增益
显示有效值.
增益输入及加减
自动增益没有实现(Wideband amplifier has the following functions: Preset gain, gain plus/minus, the display output voltage RMS, automatic gain display rms. AGC gain input and subtraction is not implemented)
- 2013-07-19 21:19:44下载
- 积分:1
-
PPM_PCM_FM_2.4G
2.4g和FM(72MHZ,40MHZ,35MHZ……)是个啥信号波,就是我们的控制内容,手拿遥控器推一推摇杆,信号波的频率就会改变(2.4g and FM (72MHZ, 40MHZ, 35MHZ ......) is Gesha signal wave is our control content, holding the remote control push, rocker, will change the frequency of the signal wave)
- 2013-06-04 12:50:31下载
- 积分:1
-
yggl
vb集合asp开发的一个员工管理的源代码。(vb collection asp developed a staff management source code.)
- 2012-09-07 09:00:36下载
- 积分:1
-
Ethernzt-Athernet
OMRON FINS 串口 以太网通讯协议软件原代码(The original Code of OMRON FINS Serial Ethernet Communication Protocol Software)
- 2018-07-30 12:43:58下载
- 积分:1
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1