-
lib9660-master
9660 格式,9660 文件格式 c 语言源代码(9660format,9660file format source code)
- 2020-06-25 14:20:02下载
- 积分:1
-
APSO
将粒子群优化算法与自适应算法相结合,能够自适应调整位置速度,能较少误差。(The combination of particle swarm optimization algorithm and adaptive algorithm can adaptively adjust the position and speed with less errors.)
- 2018-11-30 14:49:49下载
- 积分:1
-
问道ECT中文对照表%28所有文件%29
Ask the ETC control table
- 2020-11-15 00:39:42下载
- 积分:1
-
用vc++开发的拼图游戏,初学者还是很有用的。
用vc++开发的拼图游戏,初学者还是很有用的。-vc development with the picture arrangement game, beginners or very useful.
- 2023-05-13 11:10:03下载
- 积分:1
-
DjangoBlog-master
说明: 基于diango框架的个人博客系统实现。语言为python(The implementation of personal blog system based on diango framework. The language is Python)
- 2019-06-20 15:52:21下载
- 积分:1
-
九宫格小游戏,自动出题和解题.九宫格(即3格宽×3格高)的正方形状,每一格又细分为一个九宫格。在每一个小九宫格中,分别填上1至9的数字,让整个大九宫格每一列、每...
九宫格小游戏,自动出题和解题.九宫格(即3格宽×3格高)的正方形状,每一格又细分为一个九宫格。在每一个小九宫格中,分别填上1至9的数字,让整个大九宫格每一列、每一行的数字都不重复。
-Squares of small games, questions and solve problems automatically. Squares (ie, 3 cells wide × 3 grid H) of square-shaped, each divided into a fine grid squares. Small squares in each of the respective fill in the figures 1-9, so that the whole big squares in each row, each row will not repeat the figures.
- 2022-08-31 16:30:03下载
- 积分:1
-
读写内存变量文件
读写内存变量文件-or memory variable documents
- 2022-12-27 06:30:03下载
- 积分:1
-
蚂蚁定时修改列表v1.0%28多任务版%29
提供列表自动定时替换功能.支持文本替换定时使用替换盘符内任意位置的文本文件内容.(Provides automatic list timing replacement function. Supports text substitution timing using text file content at any location within the substitution disc character.)
- 2020-06-23 19:00:02下载
- 积分: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
-
Delphi调用Windows控制面板程序组件集
Delphi调用Windows控制面板程序组件集,也就是调用控制面板中的一些小程序,比如打开系统属性、打开显示属性、鼠标设置、Internet属性、电话和调制解调器、声音和多媒体、网络和拨号连接、添加删除程序、电源管理、日期和时间等,可能一时半会用不上,经常写Delphi的先收藏吧。
- 2022-07-27 16:31:35下载
- 积分:1