-
matlab-json-master
This package contains Matlab class to serialize/decode matlab object in
json format. The software uses org.json java package to convert json to
java object and then translates it into Matlab object.
- 2013-09-28 06:38:56下载
- 积分:1
-
Introduction-to-Algorithms
算法导论,英文版,算法方面的经典书籍。适合英文好的同学食用(Introduction to Algorithms, English, arithmetic aspects of classic books. English for good students to eat)
- 2015-08-23 11:27:01下载
- 积分:1
-
drlt
C#多人聊天程序源码下载,客户端实现过程:创建Socket聊天实例,得到服务器的IP地址,创建远程终结点,连接到远程服务器,异步等待数据,当连接上的客户有写的操作的时候,调用回调函数,该类保存Socket以及发送给服务器的数据,EndReceive完成BeginReceive异步调用,返回服务器写入流的字节数,用UTF8格式来将string信息转化成byte数组形式。
多人聊天服务端:创建侦听的Socket,将Socket 绑定到本地的终结点上,开始侦听,最大的连接数是 5,开始一个异步操作接受客户的连接请求,(Multiplayer chat program)
- 2013-12-01 20:51:15下载
- 积分:1
-
最终版跷跷板
说明: 本实验开机后,先初始化MPU6050,然后利用DMP库,初始化MPU6050及使能DMP,最后,在死循环里面不停
读取:温度传感器、加速度传感器、陀螺仪、DMP姿态解算后的欧拉角等数据,通过串口上报给上位机(温
度不上报),利用上位机软件(ANO_Tech匿名四轴上位机_V2.6.exe),可以实时显示MPU6050的传感器状
态曲线,并显示3D姿态,可以通过KEY0按键开启/关闭数据上传功能。同时,在LCD模块上面显示温度和欧拉
角等信息。DS0来指示程序正在运行。另外,本例程也可以通过USMART调用MPU_Read_Byte/MPU_Write_Byte
等函数,来实现对MPU6050寄存器的读写操作(仅在UPLOAD OFF状态下).(This experiment starts with initializing MPU6050, then using DMP library, initializing MPU6050 and enabling DMP. Finally, it keeps on in the dead cycle.
Read: temperature sensor, accelerometer, gyroscope, Euler angle after attitude calculation of DMP and other data, report to PC through serial port (temperature).
The sensor of MPU6050 can be displayed in real time by using the upper computer software (ANO_Tech anonymous four-axis upper computer_V2.6.exe).
The state curve and 3D posture can be displayed, and the data upload function can be turned on/off by KEY0 button. At the same time, temperature and Euler are displayed on the LCD module.
Angle and other information. DS0 to indicate that the program is running. In addition, this routine can also call MPU_Read_Byte/MPU_Write_Byte through USMART
Equivalent function to achieve the read-write operation of MPU6050 registers (only in UPLOAD OFF state).)
- 2020-06-24 18:40:02下载
- 积分:1
-
1905
很好的搜索:
给你很多长度不定的木棒,将他们分成几组,每组中的总长度作为这组的标示值,请给出一种分组方法,能使得所有标示值中的最小值最大。
Input
多组,每组两行,第一行是一个N和K,代表有N根木棒,分成K组,第二行是N个数字,代表木棒的长度。(N不超过100,K不超过20,每根木棒长度不超过1000)
Output
输出所有标示值中的最小值的最大值。
Sample Input
5 3
1 3 5 7 9
5 3
89 59 68 35 29
Sample Output
8
89(err)
- 2007-12-28 16:47:08下载
- 积分:1
-
基于粒子群算法的mppt算法GitHub
基于粒子群算法的mppt算法,PSO算法,MPPT最大功率点跟踪(MPPT algorithm based on particle swarm optimization)
- 2020-11-04 17:19:51下载
- 积分:1
-
chart
自己写的一个示波器控件,支持多波形,鼠标左键拖动缩放,范围自动变化等各项功能。(Own wrote an oscilloscope controls, support for multiple waveforms, the left mouse button drag zoom, automatic range changes and other functions.)
- 2021-01-29 11:58:39下载
- 积分:1
-
简单的窗口程序收音机
简单的窗口程序收音机,实现基本功能.
- 2022-01-22 17:53:47下载
- 积分:1
-
[安卓开源]带详细注释的水果消消看源码
一款游戏,有详细注释,可以运行在安卓平台上。(A game, with detailed annotations, can run on Android platform.)
- 2020-06-21 14:20:02下载
- 积分:1
-
Delphi(Pascal)基础好书,适合初学者
Delphi(Pascal)基础好书,适合初学者-Delphi (Pascal) the basis of good books for beginners. . .
- 2022-05-16 11:38:45下载
- 积分:1