-
JHGJGHJGFJG
题目:取一个整数a从右端开始的4~7位。
程序分析:可以这样考虑:
(1)先使a右移4位。
(2)设置一个低4位全为1,其余全为0的数。可用~(~0<<4)
(3)将上面二者进行&运算。
2.程序源代码:(Topic: take an integer a from the right end of the four to seven began.
Program analysis: it can be to consider:
(1) to make a move to the right four.
(2) sets a low four total for the 1, all the rest for 0 of the number. Can be used to (~ 0 < < 4)
(3) will above the difference and operations.
2. The source code:)
- 2012-05-26 20:20:03下载
- 积分:1
-
92026545
VC界面风格的实现,这套代码实现了VC的整体框架,其界面功能风格都基本一致,你可在此基础上开发出自己需要的界面,()
- 2018-04-27 06:51:58下载
- 积分:1
-
mfc的素描软件代码
本代码主要是mfc为基础的,可以对bmp图片进行素描处理,并且能够保存图片的一套代码另外代码应用了很多常用的图形图像处理算法,如高斯滤波,滤镜等等
- 2022-03-16 18:07:29下载
- 积分:1
-
bch
BCH码的原理及BCH (15, 5)码MATLAB编译码仿真过程(BCH code of principles and BCH (15, 5) code decoding simulation MATLAB)
- 2010-11-21 17:44:34下载
- 积分:1
-
matlab-matrix-oprition
matlab的矩阵的所有的操作函数的使用。每个测试都通过的。(matlab matrix of all the operating functions of use. Each test is passed.)
- 2011-05-31 20:49:49下载
- 积分:1
-
DrawBezier
说明: 采用C++编写的实现了贝塞尔曲线图形化,使用软件vs2017(Graphization of Bessel Curve Written in C++ Language,Using software vs2017)
- 2019-01-07 21:38:05下载
- 积分:1
-
pedestrian detection master
使用C++,opencv实现行人检测,包含文件为 crop-image、find_save+hardexample、imag_detect、peopledetect以及video_detect,使用HOG实现行人的检测。
- 2022-02-05 05:41:15下载
- 积分:1
-
stm32连接esp8266控制继电器 - 副本
stm32f103系列单片机接,esp8266 wifi模块实现远程控制继电器。(Realization of remote control relay)
- 2021-03-30 14:59:09下载
- 积分:1
-
24point-for-C
算24的C语言控制台程序,VC6编译完成后运行可执行文件,可以选择开始游戏,查看游戏规则或者退出游戏3个选项(Calculate 24 games)
- 2014-02-07 16:08:41下载
- 积分:1
-
MFC编写的,密码登录界面
编写登录界面,验证是为合法的用户。MFC编写。
- 2022-02-03 09:21:58下载
- 积分:1