-
Chang_display
改变屏幕分辨率,程序控制动态改变屏幕的分辨率。(change the screen resolution, dynamic programmed to change the screen resolution.)
- 2006-07-06 09:28:09下载
- 积分:1
-
browser address some of the ways! Everyone discussing!
解决浏览器问题的一些方法!大家一起讨论讨论!-browser address some of the ways! Everyone discussing!
- 2023-06-20 21:00:02下载
- 积分:1
-
julituoyin
距离波们拖引干扰,雷达信号,matlab仿真(matlab radar simulate)
- 2021-04-21 14:28:49下载
- 积分:1
-
question2
Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you.
//initialise port 2 for output
//set all outputs to 0
while(1)
{
FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100)
FIO2PIN &= ~0x04 // set bit 2 off
//set port2 bit 1 on
//set port2 bit 1 off
//set port2 bit 4 on
//set port2 bit 6 and bit 7 on
//set port2 bit 4 off
//set port2 bit 6 and bit 7 off
- 2010-03-09 01:40:03下载
- 积分:1
-
仓库管理系统
应用背景相信对于仓库管理的程序大家都不陌生,应用场合也是比较明确的,通过这一程序的编译和使用,可以让学习者更加清晰的掌握C++的数据结构处理,对于这方面感兴趣的朋友可以关注下。关键技术这一管理系统使用的程序处理技术比较标准,对于仓库类的数据分类和记录处理比较模板化,适合于感兴趣的人群,可以以此为基础继续完善深度定制开发,需要个人能够对数据处理较为熟练
- 2022-06-27 10:03:56下载
- 积分:1
-
use of a Turbo C sheet prepared by the Russian game, the graphics library is Gra...
一个使用Turbo C编写的俄罗斯方块的游戏,使用的图形库是TC自带的Graphics图形库。内附详细开发文档、开发日志和使用说明。-use of a Turbo C sheet prepared by the Russian game, the graphics library is Graphics TC onboard graphics library. Contains detailed documentation, log and use.
- 2022-01-25 15:09:17下载
- 积分:1
-
Availink_AVL6211
AVL6211 DVB-S2/DVB-S Channel Receiver
- 2020-11-11 10:49:45下载
- 积分:1
-
Delphi CnPack水波水纹效果
Delphi CnPack水波效果,利用CnPack代码的水纹水波算法制作的,只利用了GDI画图,在有的电脑上可能有闪烁。运行程序后,用鼠标在背景图片上晃动,即可看到水波荡漾效果。
- 2022-02-04 20:28:43下载
- 积分:1
-
COMPControlTIM
STM32F051比较器与定时器实现逐周期电流控制(The STM32F051 comparator with timer periodic current control)
- 2021-04-19 17:58:51下载
- 积分:1
-
cvxmod是一个Python
CVXMOD is a Python-based tool for expressing and solving convex optimization problems.
- 2022-05-22 04:28:17下载
- 积分:1