-
821
演示高斯光束经透镜后的变化,可自动输入相关参数(After the presentation Gaussian beams through lens changes, can be automatically input parameters)
- 2009-11-03 19:47:08下载
- 积分: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
-
离散粒子群算法DPSO
说明: PSO算法就是模拟一群鸟寻找食物的过程,每个鸟就是PSO中的粒子,也就是我们需要求解问题的可能解(The PSO algorithm is a process of simulating a group of birds looking for food. Each bird is a particle in the PSO, that is, we need to solve the problem.)
- 2021-04-14 16:48:55下载
- 积分:1
-
pycine-master
说明: 该程序用于Python读取vision research 公司phantom 高速相机的cine文件(this file is for reading cine files recorded by vision research phantom high speed camera)
- 2020-06-19 17:40:02下载
- 积分:1
-
BeFast_M5_GBPUSD
说明: Very good EA, legit.
- 2020-05-08 19:51:16下载
- 积分:1
-
Open source Visual basic POS for small to medium sized companies
Open source Visual basic POS for small to medium sized companies
- 2022-04-07 13:51:46下载
- 积分:1
-
AUTOMATIC-GEAR-SHIFTING-IN-TWO-WHEELERS
AUTOMATIC GEAR SHIFTING IN TWO WHEELER Motorcycles are widely used around the world particularly in INDIA. The gear shifting system of the motor-cycle is conventionally manual.
- 2020-06-20 15:40:01下载
- 积分:1
-
千年工具大全
说明: 千年服务端修改工具,千年db数据在线修改(Millennium server modification tool
Millennium server modification tool)
- 2020-07-07 15:58:57下载
- 积分:1
-
整除
说明: 输入一个奇数,然后判断最少几个 9 除于该数的结果为整数。(Enter an odd number and then determine the minimum of 9 and the result of the number is an integer.)
- 2020-06-17 17:40:02下载
- 积分:1
-
VC++截图程序【屏幕抓图】
VC++截图程序,可以抓取当前屏幕,实现的功能类似按下键盘的“PringScreenSysRq“键的功能。不同的是,这个程序还可以在抓取框中滚动抓取来的屏幕,可将其直接保存为BMP位图文件。最终运行效果抓取屏幕截图时的效果,如演示截图所示。
- 2022-03-14 19:58:34下载
- 积分:1