-
ACCESS
VB读取ACCESS.rar (VB to read ACCESS.rar)
- 2009-10-19 11:24:42下载
- 积分:1
-
9381121085
管理系统你想要就下吧 是用来做一个管理东西的小程序的 (management system on the basis of what you want to do with it is a small thing management procedures)
- 2007-06-16 06:23:49下载
- 积分:1
-
m009
简单的mp3播放器(simple mp3 player)
- 2004-12-23 13:31:48下载
- 积分:1
-
Desvirus
Traz de volta os arquivos ocultos e potegidos do sistema dentro de um diretorio especifico
- 2014-11-08 04:12:42下载
- 积分:1
-
11
说明: 一个统一的求无约束优化极值函数,方法名由参数传入例如:fmins(无约束方法,一维搜索方法,目标函数,初始点,精度)
(A uniform evaluation of unconstrained optimization extremal functions, methods, for example, by an argument: fmins (unconstrained one-dimensional search method, the objective function, the initial point accuracy))
- 2012-04-23 21:48:46下载
- 积分:1
-
使VB控件支持XP风格并需要要管理员权限运行
使VB6的控件支持xp风格,并实现管理员权限运行!(Make VB6 control support XP style, and realize administrator privilege operation!)
- 2020-06-21 08:00:02下载
- 积分:1
-
hanzixianshi
用opengl实现汉字的3D三维显示,并显示不同的颜色等字体特征(Opengl implementation of 3D characters with three-dimensional display)
- 2021-05-06 22:28:36下载
- 积分:1
-
five_vb_tcp
网络VB语言开发的五子棋,工作量是一周的本科毕业设计。(VB language network Gobang development, the workload is one-week graduate design.)
- 2008-12-10 14:52:50下载
- 积分: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
-
VBmemory
vb读写内存,可以改了做外挂,其实VB也是可以做外挂的(无DLL,VB加载.sys文件)(Vb to read and write memory, can be changed to do plugins, vb is actually can do plugins (No DLL,VB Loading Sys))
- 2013-11-16 10:43:53下载
- 积分:1