-
shijian
做的时钟电路的程序,非常好用,试验过的,(time)
- 2010-01-27 08:53:28下载
- 积分:1
-
用于查找一个合适的代理服务器。方法是从某代理网站(经作者多次测验,该网站提供的代理网址比较好用,但连接某个特定网站可能会有问题)的网页中提取出代理网址和端口,依...
用于查找一个合适的代理服务器。方法是从某代理网站(经作者多次测验,该网站提供的代理网址比较好用,但连接某个特定网站可能会有问题)的网页中提取出代理网址和端口,依次测试,直到找到一个可以连接的为止。免去作者每次都要手工的在IE里面测试的麻烦。纯属个人的玩具程序。-looking for a suitable proxy. Method Acting is a website (repeated tests by the author, the website provided by the Web site more user-friendly agent, but connect to a particular site may be a problem) of the Web pages extracted agent web site and ports, followed by tests until they found a can connect far. Always remove the author of the manual testing IE inside the trouble. The toys are purely personal process.
- 2022-08-20 06:47:37下载
- 积分:1
-
四轴飞行器
读取陀螺仪 加速度计数据
/*
********************************************************************************
** 函数名称 : void READ_MPU6515(void)
** 函数功能 : 读取MPU6515
********************************************************************************
*/
int16_t T_X,T_Y,T_Z,A_X,A_Y,A_Z; //X,Y,Z轴
void READ_MPU9255(void)
{
//int16_t T_X,T_Y,T_Z,A_X,A_Y,A_Z; //X,Y,Z轴
//int16_t A_X,A_Y,A_Z;
I2C_SelectSlave(0x68);
BUF[0]=IIC_RdReg(GYRO_XOUT_L);
BUF[1]=IIC_RdReg(GYRO_XOUT_H);
T_X=(BUF[1]
- 2023-06-26 21:25:02下载
- 积分:1
-
a good code generator for a big ASP.NET Web site.
一个不错的代码生成器,用于ASP.NET写大的网站用.-a good code generator for a big ASP.NET Web site.
- 2022-03-20 22:51:58下载
- 积分:1
-
SVMclassification
使用支持向量机对人体姿态进行分类的程序,用的libsvm(support vect machine classification)
- 2015-04-10 17:48:36下载
- 积分:1
-
Holtek
使用HT83B08触摸按钮代码,使用C代码完成,按键数目2-8个可选,灵敏度可选,芯片型号BS83B08-3/BS83B12-3/BS83B16-3 Revision: 1.20,芯片类型:8-Bit Touch Key Flash MCU
- 2022-02-12 08:54:12下载
- 积分:1
-
USB-2.0-Host
its a useful document about USB2 HOST
- 2011-06-22 05:30:53下载
- 积分:1
-
CHilbert
C++buidler里面希尔伯特的实现。希望能对大家有些帮助。(the realization of Hilbert with C++ buidler.)
- 2012-05-20 22:29:08下载
- 积分:1
-
公交车换乘-链表
这个系统可以查询芜湖市某一站所经过的公交,或者一辆公交所经过的所有站。还可以查找从一站到另一站的公交或连续换乘。(The system can query all the stops of a certain station in Wuhu or all the stations that a bus passes through. You can also find buses or continuous transfers from one station to another)
- 2018-05-17 09:12:37下载
- 积分:1
-
WENO-master
sod 激波管问题的简单实现,包括weno3和weno5,makefile可正常运行,方便使用(Sod shock tube simple implementation of the problem, including weno3 and weno5, makefile can be normal operation, easy to use)
- 2017-09-14 17:37:48下载
- 积分:1