-
p2a11_2.0
很好的获取捷联航姿参数的说明文件,具有指导意义(obtained SINS parameter)
- 2015-03-11 11:35:11下载
- 积分:1
-
Snake_App
一个简单的贪吃蛇游戏的程序,程序运行时会有操作指导。(Snake game is a simple procedure, the program will be run-time operation of the guidance.)
- 2007-12-19 12:25:20下载
- 积分:1
-
DiffieHellmanExample_src
Diffie-Hellman
- 2008-10-27 18:51:17下载
- 积分:1
-
OpenCV
opencv入门 适合小白的opencv教程,讲解了关于OPENCV的基本概念 PDF格式(opencv entry for the white opencv tutorial to explain the basic concepts of PDF format on OPENCV)
- 2016-09-16 12:11:51下载
- 积分:1
-
File-Association
Ever wanted to programmatically associate a file type on the system with your application, but didn t like the idea of digging through the registry yourself? If so, then this article and code are right for you.
- 2016-12-10 01:28:09下载
- 积分:1
-
DESIGN
#include<reg51.h>
delay()
{int i
for(i=0 i<32767 i++)
}
main()
{delay()
P0=0xcf
P1=0x01
delay()
P0=0x92
P1=0x02
delay()
P0=0x86
P1=0x04
delay()
P0=0xcc
P1=0x08 }(# Include <reg51.h> delay () (int i for (i = 0 i < 32767 i++) ) main () (delay () P0 = 0xcf P1 = 0x01 delay () P0 = 0x92 P1 = 0x02 delay () P0 = 0x86 P1 = 0x04 delay () P0 = 0xcc P1 = 0x08 ))
- 2010-04-23 09:59:49下载
- 积分:1
-
MFC
这本书全名为<MFC深入浅出——从MFC设计到MFC编程>李久进编著,华中理工大学出版
有人认为这本书比侯捷的<深入浅出MFC>更好
也有人认为他们各有特点:侯捷的那本<深入浅出MFC>更关心的是MFC的设计,或者说更像是想知道MFC是如何做到它所做到的东西的——从目的上说,是希望在了解了MFC的实现方法以后,自己也做出一个类似的东西来(你看别人的源代码的时候,就是这个目的)。而李久进的那本<MFC深入浅出>更关心的是MFC的使用,看完这本书,当你需要做某件事的时候,你会很清楚MFC是在哪个函数中完成这个工作的,你知道应该重载哪个函数,知道如何实现你的功能...相信读者看后自有评判.()
- 2007-10-21 21:23:08下载
- 积分:1
-
My21Narcissus
21位水仙花数的寻找,里面用到了大数乘法等细节上的东西。(find the 21 digits narcissus.)
- 2012-09-07 11:42:41下载
- 积分:1
-
九宫格
九直行九横列,共分成九个九宫格,每行列都由1到9、不能重复的阿拉伯数字组成,每个九宫格亦然(Nine, nine rows and nine columns are divided into nine sections. Each row is composed of 1 to 9 figures that cannot be repeated)
- 2018-06-18 23:49:57下载
- 积分:1
-
stm32f10x的I2C采用中断方式接收发送数据源码
I2C的初始化见附件,也可参照stm32f10x的资料规格书。下面是接收和发送的数据的中断函数处理的函数名,具体代码见附件:void I2C1_EV_IRQHandler(void){}
- 2022-03-05 04:34:23下载
- 积分:1