使用MIG3.92 双控制器 在V6芯片上调试的时候出现以下问题:Place:909 - Regional Clock Net "i_MigDoubleInterface/c1_u_memc_ui_top/u_mem_intfc/phy_top0/clk_rsync" cannot possib.....
分类:
其他好文 时间:
2015-09-10 14:26:11
阅读次数:
571
#define CLK_FREQ ( 10000 )#define CORE_FREQ ( 168000000 )static void TIM_GPIO_Config( void ){ GPIO_InitTypeDef GPIO_InitStructure; // Enable GP...
分类:
其他好文 时间:
2015-09-10 07:05:00
阅读次数:
347
C++11中输出当前时间最直接的方法:std::time_t t2 = std::time(nullptr);cout (ms).count();auto const msecs = diff % 1000;std::time_t t = system_clock::to_time_t(n1);co...
分类:
编程语言 时间:
2015-09-09 21:04:55
阅读次数:
221
STM32 System and Timer Clock ConfigurationsI've started writing some software to drive a series ofTLC5940 16 Channel LED Driverchips on anST STM32F407...
分类:
其他好文 时间:
2015-09-09 01:02:34
阅读次数:
388
STM32 F4 Clock SourcesGoal:routing clock sources to the microcontroller output pin (MCO1)High-speed internal (HSI) clock is 16MHzHigh-speed external (...
分类:
其他好文 时间:
2015-09-09 00:57:38
阅读次数:
420
异常信息:Self referencing loop detected for property 'md_agent' with type 'System.Data.Entity.DynamicProxies.md_agent_5F7CB7C257B9164D0D18D2B3E8DA3838A3ED...
分类:
其他好文 时间:
2015-09-08 15:15:36
阅读次数:
312
1,导论①如何在分布式环境下定义系统中所有事件的发生顺序?②分布式环境下多个进程竞争资源时如何互斥?③什么是偏序,偏序的作用是什么,有什么不足?④什么是全序,全序的作用是什么,有什么不足?⑤为什么需要物理时钟,物理时钟如何同步?下面来进行介绍。2,偏序的定义、发生在先(happened before...
分类:
其他好文 时间:
2015-09-08 15:10:39
阅读次数:
297
==> default: Checking for guest additions in VM... default: No guest additions were detected on the base box for this VM! Guest default: additions a.....
分类:
系统相关 时间:
2015-09-07 19:25:03
阅读次数:
257
参考http://blog.sina.com.cn/s/blog_b1e4dca501013z88.html思路,给出非9重循环的程序实现:#include #include using namespace std;// clock的位置int A[9];// 思路 :首先确定“局部” :前三个操作...
分类:
其他好文 时间:
2015-09-05 22:12:07
阅读次数:
152
用AngularJS实现数据绑定实在太方便了(DOM 操作全依赖AngularJS): Simple app hello {{ clock }}!
分类:
Web程序 时间:
2015-09-05 13:38:13
阅读次数:
163