-
Save.xcodeproj
这是一个保存数据的例子,用简单的方法实现了本地保存。(This is an example of stored data, a simple way to achieve local preservation.)
- 2013-12-11 16:32:06下载
- 积分:1
-
C++设计模式
说明: c++设计模式,对入门的开发人员有较大的帮助(C + + design pattern is of great help to beginner developers)
- 2020-06-21 12:40:01下载
- 积分:1
-
计算器 5乘4
说明: 基于51单片机的计算器,5*4矩阵键盘,包含仿真工程文件和程序工程文件,还有word资料(Calculator based on 51 single chip microcomputer, 5 * 4 matrix keyboard, including simulation engineering files and program engineering files, as well as word data)
- 2020-12-23 20:48:55下载
- 积分:1
-
OSTU
二维OSTU方法 ,能够自动给出合适阈值 matlab环境下开发(Two-dimensional OSTU method that can automatically give the appropriate thresholds developed under matlab environment)
- 2011-11-07 10:48:47下载
- 积分:1
-
STM32F407-printf-keil5
该源码公示了怎样使用STM32F407的串口进行收发数据,在keil5编译环境中进行编译。需要将STM32F407的串口1与USB串口相连,即可以实现电脑桌面串口调试助手的调试。(The source of the public how to use STM32F407 serial port to send and receive data, compiled in keil5 compilation environment. We need STM32F407 serial port 1 is connected to the USB port, which can achieve desktop debugging serial debugging assistant.)
- 2016-05-23 10:10:14下载
- 积分:1
-
SendStr
ucos2.83在LPC2148上的例子,使用ADS1.2makefile的编译方式,完整可用的例子。包含多个外设的应用,完全原创(ucos2.83 in LPC2148 examples, the use of compiler ADS1.2makefile way, complete examples available. The application includes a number of peripherals, completely original)
- 2008-01-15 13:03:10下载
- 积分:1
-
AppleScript
ActionScript 值得推荐的actionscript入门教程(ActionScript cook book)
- 2013-10-15 11:50:58下载
- 积分:1
-
DynamicFusion-master
本程序基于dynamicfusion的方法,对动态场景实时三维重建。(This procedure is based on dynamicfusion method, real-time three-dimensional reconstruction of dynamic scene.)
- 2017-08-17 14:29:23下载
- 积分:1
-
atmega128串口通信
说明: 开发平台ICC FOR AVR,利用定时器超时来接收串口,并输出(Development platform ICC for AVR, using timer timeout to receive serial port, and output)
- 2020-09-05 14:16:47下载
- 积分:1
-
回溯法求砝码称重问题
编写c++代码。使用回溯法求解砝码称重问题,代码稍微修改也可用于求解0-1背包问题
问题描述:有n个砝码,现在要称一个质量为m的物体,请问最少需要挑出几个砝码来称?注意一个砝码最多只能挑一次
输入描述 Input Description:第一行两个整数n和m,接下来n行每行一个整数表示每个砝码的重量。
输出描述 Output Description:输出选择的砝码的总数k,你的程序必须使得k尽量的小。
样例输入 Sample Input
3 10
5
9
1
样例输出 Sample Output
2
- 2022-08-05 17:01:05下载
- 积分:1