-
中兴通讯vxworks调试
中兴通讯vxworks调试指南,内部幻灯片。(ZTE Vxworks debugging tutorial slide.)
- 2019-01-13 17:45:04下载
- 积分:1
-
altera_pcie
Altera PCIE docuemntation
- 2018-08-14 16:30:51下载
- 积分:1
-
verilog.HDL.examples
许多非常有用的 Verilog 实例: ADC, FIFO, ADDER, MULTIPLIER 等(many very useful Verilog examples : ADC, FIFO, ADDER, MULTIPLIER etc.)
- 2020-06-26 04:40:02下载
- 积分:1
-
targetalloc
很好用的遗传算法武器目标分配问题优化算法源代码(Genetic algorithms with a good distribution of the target source)
- 2011-10-25 12:20:49下载
- 积分:1
-
GraphTheory
讲述数据机构的图论部分和程序设计的关系,适合学习算法的同学学习阅读,很不错的一本书。(Graph theory algorithm and programming)
- 2013-12-04 20:12:39下载
- 积分:1
-
高精度重力测量
数码管显示 串口控制 lcd1602 带继电器控制
//读取HX711
//****************************************************
unsigned long HX711_Read(void) //增益128
{
unsigned long count;
unsigned char i;
HX711_DOUT=1;
Delay__hx711_us();
HX711_SCK=0;
count=0;
EA = 1;
while(HX711_DOUT);
EA = 0;
for(i=0;i
- 2022-03-07 06:35:06下载
- 积分:1
-
cwnd_point
通过HWND获得CWND指针的小例子,可以编译通过(HWND pointer obtained through the CWND small example, you can compile)
- 2010-03-08 13:28:36下载
- 积分:1
-
Digital-image-processing
(2001何斌+光盘)Visual c++数字图像处理(第二版),使用VC进行数字图像处理的相关资料,十分实用!((2001 Bin+ disc the) Visual c++ digital image processing (second edition), digital image processing using VC, very practical!)
- 2012-11-20 20:24:04下载
- 积分:1
-
CAN_DebugTool_V1.0.6
CANoe-based debugging tool for communication, easy to use in automotive diagnostic and IO convenient control, programming is C #(CANoe-based debugging tool for communication, easy to use in automotive diagnostic and IO convenient control, programming is C#)
- 2015-07-11 11:21:50下载
- 积分:1
-
shubiaozuotu
所有的鼠标驱动程序都遵循一定的原则INT33H是系统专门留给DOS使用的,绝大多数标准化驱动程序都使用这一软中断实现驱动本例主要实现鼠标中断编程的事例(All of the mouse driver must follow the principle of INT33H is reserved for system use DOS, the vast majority of drivers have standardized the use of this soft-interrupt-driven in this case to achieve the main achievement of the mouse interrupt programming examples)
- 2007-11-28 10:59:15下载
- 积分:1