-
Hull三角网生成算法三角网生成算法,VB实现.Delaunay三角网生成算法,VB实现....
Hull三角网生成算法三角网生成算法,VB实现.Delaunay三角网生成算法,VB实现.-Hull TIN algorithm TIN algorithm, VB. Delaunay Triangulation generation algorithm, VB.
- 2022-07-15 21:05:15下载
- 积分:1
-
打字测试小程序,自己编写,纯粹为了温习一下文件操作。
打字测试小程序,自己编写,纯粹为了温习一下文件操作。-Typing test applet, I have written, simply click the document in order to study the operation.
- 2022-08-14 16:24:05下载
- 积分:1
-
详细介绍在.txt文档中读取数据的方法,初学vc的很有帮助
详细介绍在.txt文档中读取数据的方法,初学vc的很有帮助-Detailed in the introduction. Txt files to read data, the very helpful beginner vc
- 2022-03-01 18:00:13下载
- 积分:1
-
FreeRTOS v9.0 avr 单片机的 SPI 头文件 (书面 ATmega128,但它应该工作为其他 AVR 太)
这是一个用AVR写几个配置选项的广义SPI的头文件。对于配置您需要在C源文件中的更改的选项。目前该头文件只适合硬件SPI。我会更新同软件SPI过一段时间后。我试图使头文件可读,但仍然如果有人面临任何问题,请让我。我一到网上就尽快回复。任何建议都欢迎也是我第一次把我的头文件的OL。
- 2022-10-25 04:30:03下载
- 积分:1
-
电子设计领域的GDS文件导入导出,
电子设计版图gds文件导入导出及操作软件包,http://jgds.sourceforge.net。- The electronic design domain gds document inducts derives and
operates the software package, http://jgds.sourceforge.net.
- 2022-03-13 14:37:04下载
- 积分:1
-
编码转换工具 charset tool v1.0.2 我写的文本编码转换工具。可以对常见字符集做转换,包括简繁通,big5...
编码转换工具 charset tool v1.0.2 我写的文本编码转换工具。可以对常见字符集做转换,包括简繁通,big5-->gb2312.唯一缺点是要安装java JRE.-transcoding tool charset tool v1.0.2 I wrote the text encoding conversion tools. Can the common character set conversion done, including 66.248.97.196 Qualcomm, big5-- gt; Gb2312. The only drawback is to install java JRE.
- 2022-04-20 06:32:53下载
- 积分:1
-
sdcc 在 8051 的生成文件
#GNU 生成文件使用 SDCC
########################################################################
# GNU 生成文件证明 C 和汇编源文件的组合
# 文件名称: 生成文件
# 所有目标文件中的宏定义是按顺序都处理由 SDCC
# 到 "file.hex" 使用 GNU 使创建的文件,只是执行 "做"
########################################################################
TRG = led_pb
OBJ = led_pb.rel
设备 = mmcs51
SDCCCFLAGS =--模型小
ASLINKFLAGS =--代码-loc 0x8000 — — xram-loc 0xC000
- 2023-02-01 01:30:04下载
- 积分:1
-
文件发送与接收 windows sockt小程序
文件发送与接收 windows sockt小程序
-File send and receive windows sockt applet
- 2022-01-22 07:17:49下载
- 积分:1
-
脚本文件读写~自定义脚本实例~脚本文件读写~自定义脚本实例~...
脚本文件读写~自定义脚本实例~脚本文件读写~自定义脚本实例~-Script file to read and write custom scripts instance ~ ~ script file to read and write custom scripts instance ~ ~
- 2022-01-25 16:03:37下载
- 积分:1
-
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文...
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并与分解函数,合并文件后的文件中各子文件顺序存放-document merging algorithm to the original document as a unified binary files were read, followed by the introduction of a new binary file, so it completed the merger operation; Contrarians can separate document ... their first definition of a common document, for instance, the following format : Name length (4 bytes), file name, file size (4 bytes), the contents of the file. Then a new document, you will be included in the document were included (as binary files). As for the reduction yet, dialer after the merger documents, to be followed by the following process Reduction Document : Reading into the file name length, according to the length of availability of documents, and read into the length of documents, accord
- 2022-09-07 18:55:02下载
- 积分:1