-
Demo
显示RichEdit控件,VC++精选编程学习源码,很好的参考资料。(Display the RichEdit control, VC++ select learning programming source code, a good reference.)
- 2013-12-01 18:04:19下载
- 积分:1
-
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
-
半桥式LLC变换器仿真模型
说明: 采用Visio Studio编译生成动态链接库,嵌入Psim进行仿真。仿真模型提供了半桥谐振变换器的数模混合仿真,有动态链接库实现PWM的分配。(Visio Studio is used to compile and generate dynamic link libraries, which are embedded in Psim for simulation. The simulation model provides digital-analog hybrid simulation of half-bridge resonant converter, with dynamic link library to realize PWM allocation.)
- 2020-06-21 02:40:01下载
- 积分:1
-
遗传算法
说明: 新安江模型,应用遗传算法用于参数的自动率定(The Xin'An river model with genetic algorithm)
- 2017-12-26 10:33:42下载
- 积分:1
-
MiniGIS
该程序可以读取坐标文件,画出中国地图,是一个很不错的vc程序,对初学者很有用。(The program can read the coordinates of the document, draw the map of China, is a very good vc procedures, very useful for beginners.)
- 2014-03-22 22:48:26下载
- 积分:1
-
demo4_1
Source code to book Tricks of the Windows game programming gurus
- 2011-05-08 18:36:27下载
- 积分:1
-
ldpc-simplify
LDPC 译码算法 spa bp置信传播(LDPC spa bp LDPC LDPC)
- 2021-05-07 08:28:36下载
- 积分:1
-
762365
VC Database Books CD-ROMs Machinery Industry Publishing(VC Database Books CD - ROMs Machinery Industry Publishing)
- 2017-07-21 23:08:20下载
- 积分:1
-
DMX512
void DMX_SendPacket(void) //发送DMX512数据
{
//配置为普通IO
pDMX_buf = 0 发送起始码 00
GPIO_Tx_Config(0) //设置发送的引脚为普通IO
PA2 = 0 //输出低电平
delay_us(150) //延时150us
PA2 = 1 //输出高电平
delay_us(13) //延时13us
GPIO_Tx_Config(1) //设置发送的引脚为复用IO
//USART1->DR = 0x0100 | TXDData[0] //第0帧前导码(DMX512 receiving procedDMX512 receiving procedure ure DMX512 receDMX512 receiving procedure iving procedure DMX512 receiving procedure )
- 2016-02-19 09:23:42下载
- 积分:1
-
PainterUsePattern
绘图系统,VC++ MFC ,可以绘制直线,椭圆,点,圆,可以擦除(VC++ MFC painterusepatten draws basic graph)
- 2021-04-07 16:29:01下载
- 积分:1