-
dfgdfg
用 ASP.NET 做的 留言板 、 在线考试系统 上转文件、 视频播放(ASP.NET to do with the message board, online examination system on the transfer files, video playback)
- 2010-01-17 14:54:06下载
- 积分:1
-
用vb写的数控仿真系统
仿真机床切割,可生产可编辑的轨迹代码,方便操作.(Simulated machine tool cutting, can produce editable trajectory code, easy to operate.)
- 2020-06-28 11:40:01下载
- 积分:1
-
asp
大概意思就是当有人中QQ木马时会自动与此页面通信,并将受害者二次输入的QQ信息在当前目录下以以下形式存入一个命名为2008jhqqxx.txt的文档里,
QQ号---QQ密码---会员:是否---QQ登陆IP---具体时间
可见QQ木马是很强大的。(Probably mean is when someone QQ Trojan will automatically communicate with this page, and the victims of the second input QQ information in the current directory to the following form deposited in a naming 2008jhqqxx.txt documents, QQ number--- the QQ password--- Member: whether--- QQ landing IP--- specific time visible QQ Trojan is very powerful.)
- 2013-02-22 10:59:44下载
- 积分: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
-
DataAdapter
使用DataAdapter对数据库进行操作
将SQL-search.aspx程序可改为使用DataAdapter对数据库进行操作.
程序使用"Dim objAdapt As New OleDbDataAdapter(strcmd,objCon)"创建了DataAdapter对象。(Use DataAdapter to operate the database
The SQL-search.aspx program can be changed using the DataAdapter to operate the database. The program uses "Dim objAdapt As New OleDbDataAdapter (strcmd, objCon)" Creating a DataAdapter object.
)
- 2013-12-27 21:39:40下载
- 积分:1
-
Termo_vb6
Termometr read pc com post atmega8 usart
- 2014-10-15 21:12:32下载
- 积分: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
-
421q
说明: 基于asp的网站管理系统,课直接下载使用,对初学者有恨大帮助,希望对大家有用(based website management systems, direct download lesson use, for beginners to hate big help, we hope to useful)
- 2005-12-10 22:20:41下载
- 积分:1
-
fzxsjt_12434
百度贴吧WAP签到器百度贴吧WAP签到器(Baidu Post Bar, Baidu Post Bar WAP WAP sign is the sign is)
- 2014-01-08 08:46:34下载
- 积分: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