搜索资源列表
ReadURLfile
- 从网站上读取html文件,并显示,对于网络变成有一定作用-read from the Web site html documents, and shows that the network has become a role
CadLib
- 读取显示.dxf格式文件,并可以生成.dxf格式文件.-read show. Dxf format, and can generate. Dxf file format.
Linux-MAC20081224.rar
- 在linux下,c语言编写,可以根据对方的IP,查看其MAC地址,也可以扫描局域网在线IP的MAC和主机名。原理:建立socket ,构造netbios-ns包,循环sendto()把数据发送给对方并recvfrom()读取返回信息。根据返回的netbios回应包,读取对方的主机名,组名和mac地址。 显示结果如下: IP: 192.168.116.124 Host Name: BRN_8EEE6A/BRN_8EEE6A MAC: 00-80-77-8E-EE-6A I
read_file_in_c
- linux 下 使用C语言读取文件并查找显示为数字字符;-linux using C language to read documents and find the figures appear as characters
EncipherDecipher
- 显示一个框架,允许用户指定一个密码和文件名。加密的内容可以写入一个编辑器窗格或从文件读取,并解密-Displays a frame that allows users to specify a password and a file name. Contents written to an Editor Pane can be encrypted and written to a file, or encrypted contents can be read from a file and de
daima
- /* 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示 首文件内容,不过,该程序很不严谨,也没有任何错误处理,对U盘兼容性较差,只是用于简单试 验,作为参考. 这个程序可以支持WINDOWS按FAT16格式化的U盘,因为程序精简,所以只兼容超过50 以上的U 盘品牌,如果换 成CH375A芯片则兼容性可提高到85 ,当然,如果使用WCH公司的子程序库或者正式版本的C源 程序兼容性更好 -daima
RyxGps
- 这是一个用VC++写的模拟程序,用以模拟GPS接受信息并分析将结果显示出来,数据来源是卫星,通过定时读取而得来,只要能够保证定时读取到数据,就可以进行分析,确定卫星的位置,然后演示不同坐标系的转换,同时还有文件信息如何提取并显示。 -This is a written with VC++ simulation program to simulate the GPS information and analysis of the results received is displayed, t
ReadiniFile
- mfc编程解析Windows的boot.ini文件,读取其中的内容并显示出来-MFC programming on the analytical Windows of boot.ini file, read the content and displayed
umut
- 这个程序是读取linux文件目录下的所有文件并显示在CGI网页上-this is opendir for cgi in linux 。。。。。
TESTGETICON
- 获取文件图标将其显示出来,并将其添加进CIMageList显示,其主要实现的是将ICON图标保存,再读取显示!vs2003-Get the file icon to display it and add it into the CIMageList show that its main achievement is the ICON icon to save, and then read the display! vs2003
1
- 用C++语言做的一个手机话费查询系统, 1、输入记录功能(从键盘输入:各次交费金额, 各次呼出电话号码、日期、时间长短、长途与否。 设长途每分钟1元,短途每分钟0.3元) 2、统计余额、各次呼出电话金额。 3、统计长话总金额、短话总金额。 3、排序功能(按时间长短,显示各次呼出的电话号码)。 4、查询呼叫某电话的次数。 5、增加记录、删除记录、修改记录功能。 6、统计结果保存在文本文件中。 7、从文本文件中读取数据、显示。 要求:设计一个总菜单,分别
readbitinfo
- 三个VC++读取并显示BMP位图的小程序,通过读取位图资源显示位图、通过位图文件直接得到位图大孝通过装入位图文件显示位图。-Three VC++ to read and display BMP bitmap program by reading the bitmap resource displays a bitmap, the bitmap size, by loading a bitmap file to display the bitmap bitmap file directly.
VC--READ-OR-WRITE--EXCEL
- VC读写EXECL文件,并将读取到的数据进行存储,显示!-VC literacy EXECL file and will read the data for storage, display!
fileinfomation
- 首先选择文件,然后读取文件信息并显示,使用QT进行开发-First the file, and then read and display file information
mapwidget
- 说明在QT中如何读取并显示地址文件或图片,地图可放大和缩小-Explain how to read and display the address of the file or picture in QT, the map can zoom in and out
File-Operations
- 在 Linux 中 FIFO 是一种进程之间的管道通信机制。Linux 支持完整的 FIFO通信 机制。 本实验内容,通过使用文件操作,仿真 FIFO(先进先出)结构以及生产者-消费者运行模型。 本实验中需要打开两个虚拟终端,分别运行生产者程序(producer)和消费者程序(customer)。此时两个进程同时对同一个文件进行读写操作。因为这个文件是临界资源,所以可以使用文件锁机制来保证两个进程对文件的访问都是原子操作。 先启动生产者进程,它负责创建仿真 FIFO 结构的文件(其实