搜索资源列表
Java
- 首先到sun下载最新的jmf,然后安装。http://java.sun.com/products/java-media/jmf/index.jsp 然后,说一下需求 1. 用摄像头拍照 2. 在文本框输入文件名 3. 按下拍照按钮,获取摄像头内的图像 4. 在拍下的照片上有一红框截取固定大小的照片。 5. 保存为本地图像为jpg格式,不得压缩画质 技术关键,相信也是大家最感兴趣的部分也就是如何让一个
Mscomm_GPS
- 运行文件:GPS_Disp.exe 测试数据:\TestData\temp.log 0529-2.log 操作说明: 1. 文件 1.1 打开记录文件... 新建或打开一个文件,以记录实时读入的GPS数据,“GPS信息示例”中显示有关信息 1.2 关闭记录文件 关闭并保存正在记录数据的记录文件 1.3 打开回放文件... 打开一个已存在的回放文件 1.4 播放回放文件 播放回放文件,在“GPS信息示例”栏中显示有关
MyControls_1
- Windows mobile的自定义控件,文本输入框。只显示下划线,下划线随输入内容的长度而变化-Custom control of Windows mobile, text input box. Show only underlined, underlined with the input of the length of the contents of Change
NMEA_Simulator
- This code outputs various NMEA strings to a com port. The code was originally used to test naviation programmes. First select the required com port and the required NMEA message string. There is a default starting position but this can be c
PlainTextEditor
- symbian s60 2rd简单而不简约的文本Editor编辑框源码-symbian s60 2rd simple text instead of simple edit box Source Editor
Comm
- 文本框的内容由串口1传送到串口2,并在另一文本框中显示。-The contents of the text box by serial port 1 to send to the serial port 2, and in another text box display.
SCommTest
- 电脑间串口通信两台计算机串口连接,一台内用龚建伟的串口调试助手发送数据,另一台用Vc的MSComm控件来接收数据,Vc界面中有一接收数据的文本框,一个“接收数据”按钮-Serial communication between the computer serial port to connect two computers, a serial port to debug on with GONG assistant to send data, another with the Vc of the
chatWithTCP
- 利用TCP实现多客户聊天系统 (1)服务器运行,多个客户端都能够连接到服务器,注意,客户端还可以输入昵称。当连上时,服务器显示连上的人的昵称; (2)客户端界面上有两个文本框,上面的文本框负责输入昵称,下面的文本框负责输入聊天信息。当聊天信息输入后,单击“发送”按钮,能够让各个客户端都收到聊天信息,聊天信息打印在界面下方,在打印聊天信息的同时,还能够打印这条聊天信息是谁说的。 - Multi-client chat using TCP system
LD19LabelAndEditor
- 这是symbian第三版的程序,是我在学习时写的,标签和文本框的使用程序,没有其他多余的代码,供爱好者参考学习。-This is a symbian third edition of the program, is learning to write in the label and text box to use the program, no extra code, for enthusiasts refer to learning.
myCommPort
- C#写的一个串口通信工具。用户选在串口后,在上面的文本框中输入要发送的数据,然后按“发送”。串口接收到数据后,点下面的按钮,能够将串口接受到的数据在下面的文本框中显示出来。-C# to write a serial communication tools. After the user selects the serial port, in the above text box, enter the data to send, then press " send." Seria
EditPane
- 文本框输入后,切换到其他页面,可以保存数据。回到页面可以恢复页面-Text box to enter to switch to other pages, you can save the data. Back to the page can be restored page.
Android-UI-controls-document
- 1.文本框TextView TextView的作用是用来显示一个文本框,下面我用两种方式为大家呈现TextView, 第一种是通过xml布局文件呈现 ,第二种是通过代码来呈现,由此可见Android 的界面开发真的是非常灵活。 -1. The TextView text box The role of the TextView is used to display a text box, below I in two ways TextView presenting t
OtsTextBoxCtl.java
- A custom text box for j2me apss to use
TextSpeech
- 从文本框输入需要读的内容,然后点击按钮开始读取。支持中文。-Need to read input from a text box, then click the button to start reading. Support for the Chinese.
LoadStaticMap
- Google靜態地圖下載 這個範例是用來抓取我們所要求的經緯度座標的地圖,在經度與緯度的文字方塊內輸入座標,按下載入的時候,會向GoogleMap伺服器索取地圖圖片,如果索取失敗會顯示錯誤訊息。-Google Static Maps download this sample is used to capture the latitude and longitude coordinates of our requirements map, enter coordinates in longit
Zujian
- 文本框(TextView)与编辑框(EditText 普通按钮和图片按钮 单选按钮和复选按钮 图像视图(ImageView-Text box (TextView) edit box (EditText ordinary button and Image button radio button and check button image view (ImageView.
Android_SharedPreferences
- 实现了使用Android内部的SharedPreferences 保存读取数据;以及使用Android 内部Files 存储读取数据。 1. 实现本地简单保存读取文件功能。 文件名输入框有自动提示功能(也就是输入过程中能 够自动提示与我们输入内容相关的内容,以供选择),提示相关内容不能重复(最完美的情况是不出现相同文件名提示,遗憾的是此程序未能实现) 。此外,退出程序后重新进入程序,自动提示效果依然存在。(使用了AutoCompleteTextView 控件实现自动提示效果)
ClipIP
- 使用 Clipboard Manager, 能將機器MAC address, paste 至 Test box-By using clipboard manager, we can copy and paste the machine MAC address into a text box
AutoCompleteTextViewTest
- 自动完成文本框,当用户输入一个字符,自动进行匹配。-Text box automatically when the user enters a character, automatically match.
Android-AutoCompleteText
- Android应用程序开发中自动完成文本框的实现实例-Example of the realization of the text box auto completion in Android application development