-
PIC 4 位数液晶显示接口
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*项目 016-4 位数液晶模块的接口CCS 编译器由 Michel 柴 (c) 2004 年 9 月。http://users.skynet.be/bk317494/---bavin@skynet.be-----......享受 !仅用于个人或教育的开放源码。*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////#include < 18f452 h =""> / / 设备选择#device adc = 10 * = 16#fuses XT、 NOWDT、 NOPROTECT、 NOLVP、 放、 NOBROWNOUT、 NOOSCSEN、 CCP2C1、 NOSTVREN、 NODEBUG#use delay(clock=4000000) / / 4 兆赫 !ADC 不是最优 20 MhZ + 电力消费双打#use rs232 (波特率 19200,传输分类 = = PIN_C6,垃圾车 = PIN_C7)#use i2c (主,sda = PIN_C4,沙田至中环线 = PIN_C3,快速)#zero_ram#PRIORITY#use fast_io(A)#use fast_io(B)#use fast_io(C)#use fast_io(D)#use
- 2022-07-17 12:47:31下载
- 积分:1
-
文件分割器的实现 1.用CFileDialog类让用户选择需要进行分割或合并的文件(根据用户选择的操作) 2.在这里我们在切分文件之后,对分割后的文件名进行一个...
文件分割器的实现 1.用CFileDialog类让用户选择需要进行分割或合并的文件(根据用户选择的操作) 2.在这里我们在切分文件之后,对分割后的文件名进行一个处理,原则是文件名(不含扩展名)+pti (i为本分文件的序号)+.sld。自己定义了一种扩展名,因为如果别人切分一个exe文件,你分割以 后全部是exe文件,别人一执行,很可能会出现异常的。 3.根据用户填写的分数,计算每一份的大小,除不尽的加进最后一份。每份文件的最后写入一些附加 信息,如文件的扩展名,分数-separate document for the realization of one. With CFileDialog class allows users to choose the need for separate or combined document (user selectable operation) 2. Here we segmentation document, right after the split for a file name, the principle is that the paper (not including extensions) PTI ( i document as part of the serial number). ARX. His definition of an extension, because if someone splitting an exe file, you split after all exe file, and people, it is likely to be abnormal. 3. Users fill in the scores for each of a size, with the exception of the one into the last one. Each of the final document included some additional information, such as the file name extension, scores, etc.
- 2022-05-21 14:49:59下载
- 积分:1
-
generate a regular text files gas detection procedures, the document format for...
一个定时生成瓦斯检测文本文件的程序,文件格式为KJF2000系列.-generate a regular text files gas detection procedures, the document format for KJF2000 series.
- 2022-10-04 21:35:03下载
- 积分:1
-
目录生成的代码
文件目录生生成代码-directory generated code
- 2022-03-26 12:41:21下载
- 积分:1
-
used to write the file compression tool advise you get it perfect it
用java写的文件压缩工具 大家提出意见 把它弄完善吧 -used to write the file compression tool advise you get it perfect it
- 2022-08-22 20:24:18下载
- 积分:1
-
on rfc's summary, the note also detailed enough? I think enough of it in det...
关于rfc的总结,这样的说明还不够详细吗?我觉得已经够详细了吧-on rfc"s summary, the note also detailed enough? I think enough of it in detail
- 2022-07-28 09:54:36下载
- 积分:1
-
本程序实现的功能主要以块方式对文件进行复制拷贝,然后读取文件中数据把块作为
缓冲通过串口发送数据。具体程序见界面上三个按纽的响应函数...
本程序实现的功能主要以块方式对文件进行复制拷贝,然后读取文件中数据把块作为
缓冲通过串口发送数据。具体程序见界面上三个按纽的响应函数-the program"s main function right way to block copying of documents. Then read data include documents as a block buffer data sent through the serial port. See specific procedures three button interface response function
- 2022-03-13 17:43:28下载
- 积分:1
-
对INI文件的读写Windows / Linux / DOS系统
对Windows/Linux/Dos系统的INI文件进行读写
- 2023-05-26 05:55:03下载
- 积分:1
-
Office2000
像Office2000似的办公软件
可编辑文件 图片-Office2000-like office software as editable file picture
- 2022-09-06 08:40:03下载
- 积分:1
-
是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在M...
是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件.
一共提供了5个对外接口:
-Is a data compression algorithm based on LZARI class. Haruhiko Okumura 1989 July 4 daily c language to write algorithms to achieve this. But to use some of the above global or static variables, in the MFC under inconvenient to use them. I rewriting it into a c++ classes, so that it can easily compress and decompress, but more importantly, I added two new interfaces, this class can compress/decompress a memory buffer, rather than the file. a total of provides a five external interface:
- 2022-07-11 01:47:09下载
- 积分:1