搜索资源列表
chanpin
- 产品图片展示系统 c#版功能说明:自动将上传任意图片生成缩略图,缩略图的高度和宽度在web.config里进行设置,可带一任意类型的附件,图片说明,产品说明,为防止数据库过大,图片放入文件系统内,文本信息保存至数据库内。执行image.sql 创建数据库。修改web.config里的数据库连接串。-products Photo Display System c # version features : automatic upload arbitrary will generate thumbn
dszsg
- 自己做的,虽然很少,主要是串的连接,置换,删除和查找 -do for myself, although small, is the connection string replacement, delete and search
USB-u-51
- 通用串行总线(USB Universal Serial Bus)是一种计算机与外部设备连接的新技术,相对于PC传统的串/并行接口,USB具有较高的数据传输率、即插即用、热插拔、易扩充和低成本等优点。从USB标准颁布以来的短时间内,USB已成为PC必备的标准接口。-Universal Serial Bus (USB Universal Serial Bus) is a computer and external device connectivity, the new technology, c
yZCSharp
- 设置好sql数据库连接串后,可自动列出表,并生成相应的C#数据库操作类代码,如更新,删除,修改等,大大减少了你编码的工作时间,不仅是个实用的好工具,其源代码也很有参考价值-installed sql database connection string, the table can automatically list, and generating the corresponding C# code database operation types, such as updating, del
Cshape_serial
- 串口编程,实现通过串口连接并控制外围设备,连接外围几个摄像头并控制拍摄图片-Serial programming, implementation and control through the serial port to connect peripheral devices to connect peripherals and control some camera shooting Photos
VirtualInstrument
- FLUKE 45双显示数字万用表应用程序,串口连接。可进行数据采集并具有简单数据分析功能,包括最值、均值、方差等。运行环境-.Net 2.0-FLUKE IS 45 dual display digital multimeter application, serial connection. Data collection and simple data analysis capabilities, including the most value, mean, variance, and so
22
- 设2个字符串存分别在2个数组中,编写一个算法程序实现这2个串的连接运算,要求不能使用C语言中的字符串连接函数。-2 string deposit located in two arrays, the procedures for the preparation of an algorithm to achieve this two strings to connect computing, the requirements can not use the C language string co
blue
- 串口连接程序,支持蓝牙,主要是pc与ppc的短信互通-Serial connection procedures, support for Bluetooth, the main pc and ppc is the SMS exchange
ComProject
- 本程序通过 串口连接硬件部分进行参数设置,使用的是C#,关键接口部分在COMPORT.CS文件。-The procedure carried out through the serial port to connect the hardware part of the parameter settings, using C#, the key interface portion COMPORT.CS file.
12864ZKb
- 液晶显示程序12864带字库并口或者串口连接与微控制器-LCD program 12864 with a character or a serial connection and parallel micro-controller
s3c2410_gprs_
- s3c2410,通过串行口连接GPRSP 由C#语言开发-s3c2410 GPRS
chuankoutongxin
- 通过串口线连接两台电脑 实现文件汉字英文的传输工作 -Through the serial cable to connect two computers for file transfer work of the English character
rfid_oct24
- RFID连接Arduino然后用串口监视显示测得数据-How to use RFID connect to Arduino.Then use serial monitor show the detected data in PC.
Csharpserial
- C#串口调试程序与单片机串口连接发送信息-Csharp serial
12864
- 试验功能:测试基于c8051f410控制芯片的LCD12864的显示 串行方式连接;晶振24.5M-Test function: test based on c8051f410 control chip display LCD12864 serial connection crystal 24.5M
tlc2543
- TLC2543是德州仪器公司生产的12位开关电容型逐次逼近模数转换器,它具有三个控制输入端,采用简单的3线SPI串行接口可方便地与微机进行连接,是12位数据采集系统的最佳选择器件之一。这是我电子设计大赛是用的,希望采纳。-Is produced by Texas Instruments TLC2543 12 switched capacitor successive approximation ADC, which has three control inputs, a simple 3-wir
GPSSerialportSample
- 通过计算机连接的串口GPS进行定位,当前位置显示在Google Earth显示.卫星图需要联网或者提前缓冲好地图-Locate computers connected via serial port GPS, the current location displayed on Google Earth. Satellite map requires good networking or advance buffer map
chuanyunsuanqi
- 串运算器 实现字符串输入、显示、比较、字符串求长度、字符串连接、字符串置换、求子川、串插入等功能-String operator to achieve a string input, display, compare, find the length of the string, string concatenation, string replacement, Praying Sichuan, insert string functions
hebingzifuchuan
- 输入两个已经按从小到大顺序排列好的字符串,编写一个合并两个字符串的函数,使合并后的字符串,仍然是从小到 大排列。 输入: 两个已经排好顺序(升序)的两个字符串 输出: 一个合并在一起的有序(升序)的字符串 要求: 设计一个效率尽量高的算法,对每个字符串只扫描一遍就可以了。 如果采用先进行串连接,然后再进行排序的算法,则效率太低了。 -Enter both have small to large order, good strings to
C#串口通讯
- 用于与下位机进行串口通讯,RS-232这种适配于上位机和PC端进行连接,RS-232只限于PC串口和设备间点对点的通信。它很简单的就可以进行连接,由于串口通讯是异步的,也就是说你可以同时向两端或者更多进行数据发送,它们之间的传输数据类型是byte,串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。