-
VCgamedesing
VC编程游戏,这本电子书不是太难,书中罗列了几个经典的小游戏:五子棋,俄罗斯方块。。。。(use VC++ to design little games,it is not very complex,which can help the VC beginers
)
- 2009-06-13 14:33:59下载
- 积分:1
-
51驱动无刷电机
直接用51单片机驱动无刷电机,用定时器产生pwm输出直接控制电调而控制无刷电机
void zd_70us() interrupt 1
{
TH0=(65536-70)/256;
TL0=(65536-70)%256;
FLAG_JS++;
if(FLAG_JS==215)
FLAG_JS=0;
if(FLAG_JS
- 2022-10-06 20:15:03下载
- 积分:1
-
setupAPI枚举无线网卡设备
通过API 枚举无线网卡设备,并控制设备驱动的开启禁用状态。
- 2022-01-30 22:06:26下载
- 积分:1
-
xiangqi
c++的象棋代码,里面有代码,调试成功,运行很好,我编写了将近一个月,是深入c++最好的资料,大家可以改一改,用于自己的项目。。。(C++ chess code, debugging success, there are code, running very well, I write nearly a month, is deeply c++ the best information, you can change, for their own projects...
)
- 2013-12-02 23:36:59下载
- 积分:1
-
C# 只运行一个实例的C#登陆且跳转程序
C# 只运行一个实例的C#登陆且跳转程序_首先 设置 连接到配置文件组建 App.config,当然 这里的 ConfigurationManager 系统是默认不使用其命名空间的 因此需要解析。连接SQLSERVER数据库后判断数据库密码等。本登录窗口防止多开,只能运行一个实例,多运行会被弹窗提示。
- 2022-12-05 17:35:03下载
- 积分:1
-
key
基于stm32vct6的4*4矩阵键盘扫描程序(4*4 keyboard program for stm32vct6)
- 2013-08-28 19:12:30下载
- 积分:1
-
the source is dynamic programming algorithm for optimal binary search tree probl...
该源程序是用动态规划算法求解最优二叉搜索树问题-the source is dynamic programming algorithm for optimal binary search tree problem
- 2022-01-28 04:36:16下载
- 积分:1
-
VPN客户端软件
主要包括新建连接(一般配置、身份认证配置)、建立连接、断开连接、删除连接等。
提供VPN新建、连接、断开和删除操作的VPN客户端,支持PSK(Pre-Shared Key,预共享密钥)与X.509数字公钥证书两种身份认证方式,为政府、企业提供安全的VPN连接操作。
- 2023-05-02 05:55:03下载
- 积分:1
-
QQMM
QQ 盗号模拟, 监视键盘程序。 做的比较粗糙点(QQ simulated ones, monitor keyboard procedures. Rough point of comparison to do)
- 2008-03-09 19:09:34下载
- 积分:1
-
Project_15352073_Dengdian_v2
停船问题退火解决,启发式算法解决泊位分配问题,退火是比较简单的,这里介绍简单的退火贪心来求解(To solve the problem of annealing, a heuristic algorithm to solve the berth allocation problem, annealing is relatively simple, this simple greedy annealing to solve)
- 2020-07-02 15:20:01下载
- 积分:1