-
elm_linear
ELM的C语言版本,黄广斌教授的研究成果(The C version of ELM, which is proposed by Prof. Guangbin Huang.)
- 2020-12-13 12:09:16下载
- 积分:1
-
hospitalManagementSystem
一般医院的收费及业务管理系统,运用vc6.0 + sql server 实现,包括所以源码(General hospital fees and business management systems, the use of vc6.0+ sql server implementation, including source code so)
- 2009-03-03 21:13:13下载
- 积分:1
-
ethercat-Master-Code_Version-3.10
现场工业以太网,ethercat主站代码windows平台实现(The industrial Ethernet, the Windows platform to realize ethercat master station code)
- 2015-06-10 14:53:08下载
- 积分:1
-
StockManager
自己编的基金管理系统,用vc编写,当时学管理信息系统时写的,还有实验报告(Compile their own fund management system, with vc writing, school management information system was written, as well as experimental report)
- 2009-11-01 22:43:34下载
- 积分:1
-
exam1
使用API函数编的一个窗口示例程序,目的在于说明如何编写简单的应用程序(Compiled using the API function, a window sample program, the purpose is to describe how to write a simple application)
- 2009-11-19 20:39:02下载
- 积分:1
-
huaweiGPRs
华为的gprs模块的使用教程,介绍的很详细,也适合其他gprs模块,非常适合开发使用
- 2010-08-03 09:05:44下载
- 积分:1
-
shangweijiduchuankoushujubinghuatu
上位机源码--读取串口数据并画实时曲线的vc 2B 2B源程序.rar(PC Source- read serial data and draw real-time curve vc 2B 2B source code. Rar)
- 2011-07-15 11:07:14下载
- 积分:1
-
Splitter_multi_view
Splitter多视图切换的源代码,vc++工程(Splitter switched multi-view source code)
- 2014-01-03 09:52:22下载
- 积分:1
-
UdpClient-UdpServer
用udp协议通讯示例--包括udp客户端与服务端的源代码。(Examples using udp protocol communications- including the udp client and server source code.)
- 2009-12-27 16:19:00下载
- 积分: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