-
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
-
DFA_machine
its a c++ code to implement a DFA machine with a simple matrix definition.
- 2013-12-19 02:57:14下载
- 积分:1
-
reg_u_sub
Core floating point subtraction routine.
- 2015-06-12 18:31:24下载
- 积分:1
-
INS_EKF-master
ekf组合导航,惯性导航及其组合导航matlab代码(EKF integrated navigation, inertial navigation and integrated navigation matlab code)
- 2020-12-15 16:59:13下载
- 积分:1
-
IP多播C++Builder版。IP多播是一种比广播效率更高得UDP传输方式,具有更多得优越性。提供得源码有较详细得注释,值得一看。...
IP多播C++Builder版。IP多播是一种比广播效率更高得UDP传输方式,具有更多得优越性。提供得源码有较详细得注释,值得一看。-IP Multicast C Builder version. IP Multicast is a more efficient than broadcasting in UDP transmission mode, They have more advantages. Source code is provided in more detail in the Notes overseas.
- 2022-09-07 02:10:02下载
- 积分:1
-
ippsman
intel ipp所有信号处理相关的函数与说明,函数很全,本人正在试用,一般的算法都有现成的函数.对于试验阶段的人员来说,能省不少时间.使用起来很方便.
Intel® Integrated
Performance Primitives for Intel®
Architecture(intel ipp all signal processing functions associated with that function is very wide, I is now on probation, the general algorithms are off-the-shelf function. For the pilot phase of personnel, can save a lot of time. very easy to use. Intel ? IntegratedPerformance Primitives for Intel ? Architecture)
- 2020-08-27 20:08:15下载
- 积分:1
-
ManifestCreator
Create Manifest for VB6 in code by famous VB guru Lavolpe
- 2010-07-03 12:23:58下载
- 积分:1
-
Black_Jack1981413192006
simple c++ program for learners ,Black jack
- 2011-10-08 23:37:28下载
- 积分:1
-
C++ Builder的Socket通信
c++ builder socket 通讯-c++ builder socket communication
- 2022-03-25 14:43:40下载
- 积分:1
-
Freezing point dynamic DNS principle source of this procedure is that the remote...
冰点动态域名解析源码
本程序的原理就是远程获取网页地址,通过网页来对DNS服务器进行操作-Freezing point dynamic DNS principle source of this procedure is that the remote access to the web site, through the page to operate on the DNS server
- 2022-01-28 18:14:51下载
- 积分:1