资源列表
suijixingjiaozheng
- 随机性问题梯度校正参数辨识方法,系统辨识课的作业(Parameter identification method for gradient correction of stochastic problem)
android通过NFC读取公交卡的余额和交易记录
- 通过NFC读取公交卡的余额和交易记录 ,android示例程序 通过NFC的读模式,读取公交卡的余额和交易记录。这是一个开源的工程,可以读取深圳通、羊城通、北京卡、八达通、武汉通等等(Read the balance and transaction records of the bus card by NFC, Android sample program Through the reading mode of NFC, the balance and transaction records
opkrationescape
- 二轴陀螺仪IDG300源程序,主要实现姿态实现算法和温度补偿及校准()
STM32_Clock_Configuration_V1.2.0
- STM32时钟配置工具箱,可直接生成器.c源文件(STM32 clock configuration toolbox, direct generator.C source file)
Python_for_Data_Science-master
- github的源码,大量jupyter文件方便学习和动手实践。很好的数据科学入门教程(GitHub source code, a large number of jupyter files to facilitate learning and hands-on practice. A good introductory course in Data Science)
stm32_f105-07_f2_f4_usb-host-device_lib
- STM32官方提供的USB Device驱动和应用案例,已经移植完成(The STM32 official USB Device driver and application case has been transplanted.)
farfial__longitudinal
- 二次插值的计算方法,其它优化设计方法的基础,()
The Visual LISP Developers Bible
- The Visual LISP Developers Bible - 2011 Edition
01beibao_fenzhijiexian
- 分治法实现01背包问题,输入为即将放入背包的物品的重量和对应价值的数组,输出为放置物品的最优方案(Realization of 01 knapsack problem by divide and conquer method)
qextserialport-1.2win-alpha
- QT串口类,可以直接使用开发串口上位机包含WINDOWS环境和LINUX(QT serial class, can directly use the development of serial host computer including the WINDOWS environment and LINUX)
TLVcode
- TLV编码与解码 TLV是tag, length和value的缩写.一个基本的数据元就包括上面三个域. Tag唯一标识该数据元, length是value域的长度. Value就是数据本身了. 举个例子, 下面是一个tlv格式的AID(应用标识符)字节串”9F0607A0000000031010”, 其中9F06是tag, 07是长度, A0000000031010就是AID本身的值了. 对于程序编写人员来说,我们关心的是,如果有类似上面这样的一串TLV编码的字节串从卡片传过来, 怎么样
判断给定有向图是否存在回路
- 判定有向图是否存在回路 输入约定 第一行为图中顶点的个数n; 第二行为途中弧度条数e; 第二行为顶点信息;接着e行为e条弧依附的两个顶点。(Determine whether there is a loop in a directed graph Input Convention The number of the vertices in the first behavior graph is n; second the number of radians in the way of
