资源列表
ForecastCheck201106
- 重庆市区县天气预报制作程序,直接提交生成预报文件,非常实用。-Chongqing county weather production process, directly to the generated forecast files, very useful.
spot
- 根据当地区县预报报文和温差数据,自动生成对应区县的风景区预报,特方便。-According to the local county forecast temperature data packets and automatically generate the corresponding county' s scenic forecasting, especially convenient.
TestCOM
- C#串口通信的源码,是学习串口通信编程的好材料-C# source code for serial communication, serial communication programming is a good learning materials
data-storage(4)
- 两个方法 1. openFileOutput (String name, int mode) name:文件的名称,不能包含分隔符"/",如果文件不存在,Android会自动创建它。创建的文件保存在/data/data/<package_name>/files目录下。 mode:操作模式 2. openFileInput (String name) -Two methods 1. OpenFileOutput (String name, int
NTCtest2
- 针对NTC热敏电阻阻值与温度(R-T)的非线性特性,为了提高测温精度,提出一种三 阶对数公式法对R-T特性进行分段曲线拟合。该测温系统以三阶对数公式为基础进行了软 硬件设计,实现了对船用柴油机的机油温度、冷却水温度的高精度测量-Since the NTC thermistor's resistance and temperature(R-T) there is a serious non-linear characteristics, in order to improve t
data-storage(5)
- Android中解析xml文件的方法 SAX:Simple API for XML DOM:Document Object Model pull 关于SAX SAX是一个解析速度快并且占用内存少的XML解析器。 SAX解析XML文件采用的是事件驱动,也就是它并不需要解析完整个文档,在按内容顺序解析文档的过程中,SAX会判断当前读到字符是否符合XML语法中的某部分,如果符合则出发事件。 所谓的事件其实就是一些回调函数
PDADemo
- VS2008串口电子万用表通讯测试程序,可动态实现实时显示电压,电流,电阻-VS2008 serial communications test program electronic multimeter can display real-time dynamic voltage, current, resistance
Content-Providers(1)
- 关于Content Providers Content Providers 是所有应用程序之间数据存储和检索的一个桥梁,作用是使得各个应用程序之间实现数据共享。 它是应用程序间共享数据的唯一方法。 在Android中没有一块公共的所有应用程序都能访问的数据存储地方。 把18.SQLite和22.22.Content Provider添加到项目中,先运行18.SQLite,然后在进行22.Content Provider测试 -About Content Prov
MATLABGUIcode
- matlabgui设计学习手册一书的完整源代码,是学习GUI的一本很强大的书-matlabgui design manual book to learn the complete source code, is to learn the GUI a very powerful book
Content-Providers
- 前提条件 存在一个用于存放数据的系统 实现步骤 1. 定义一个继承 ContentProvider的类 2. 声明一个Uri类型的常量CONTENT_URI 3.实现query()、insert()、update()、delete()、 getType()、onCreate() 4.在AndroidManifest.xml文件中进行声明 -There is a prerequisite for the system impl
CPrimerPlusCode
- 这是C++PrimerPlus原书代码,很全很强大的一本书-C++ PrimerPlus original code book, it is all very powerful book
DotToBitmap
- 此程序可以把任何二进制数据以点阵的形式显示在屏幕上,主要用来显示字库点阵、位图图片等。要显示的数据可以从文件中读取,也可以人工输入。-This procedure can be any form of binary data to dot matrix display on the screen, the main character dot matrix to display the bitmap pictures. To display the data can be read from t
