-
c2latex。工具使得 c 代码看起来相当在 TeX 或LaTex的文档中插入它。
c2latex。使在 TeX 或LaTex的文档中插入它看起来很漂亮的 c 代码的工具。
- 2022-08-10 21:26:48下载
- 积分:1
-
命名管道连接A.exe和B.exe
windows命名管道连接A.exe和B.exe,A用来显示,B用来输入字符串并变为大写,C程序功能通过使用管道(pipe)通信的方式,实现 A 和 B 的连接,即让 A 进程的输出作为 B 进程的输入
- 2023-09-09 05:10:02下载
- 积分:1
-
有关pic运算平台的一些设计,里面均为汇编格式,有许多可以借鉴的地方...
有关pic运算平台的一些设计,里面均为汇编格式,有许多可以借鉴的地方-Pic of the computing platform design, which are compiled format, there are many places where we can draw on
- 2022-03-03 02:08:20下载
- 积分:1
-
这是一个syntax_accidence分析仪当我学习编译原理的系统…
词法语法分析器,学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过.程序采用单文档设计,利用了分割窗体技术-This is a syntax_accidence analyzer made when I study compiling principle.The syntax and accidence analyzer is encapsuled in a class called CFenxi.The program is debugged under Visual C++ 6.0 .It is designed with single-document template, and adopts the window-splitting technology.
- 2022-01-25 21:21:07下载
- 积分:1
-
实现一个闹钟功能 在屏幕上显示一个时钟 用户输入时间后,设着闹钟时间 闹钟会发出特殊的响声提醒...
实现一个闹钟功能 在屏幕上显示一个时钟 用户输入时间后,设着闹钟时间 闹钟会发出特殊的响声提醒-To achieve an alarm clock
- 2022-05-13 14:26:12下载
- 积分:1
-
C language implementation Prim algorithm based on minimum spanning tree in undir...
C语言实现普里姆算法 根据无向网构造最小生成树-C language implementation Prim algorithm based on minimum spanning tree in undirected network structure
- 2022-08-24 00:31:09下载
- 积分:1
-
STM32的GPIO EWARM IDE LED的例子。
在EWARM IDE STM32测试源。
- 2023-04-15 11:25:04下载
- 积分:1
-
实现字符串的ASCII码的十进制和十六进制转换。中英文提示,可以循环查询。结果输出到文本文件中保存。是计算机编程学习中一个有用工具。...
实现字符串的ASCII码的十进制和十六进制转换。中英文提示,可以循环查询。结果输出到文本文件中保存。是计算机编程学习中一个有用工具。-Realize the ASCII code string and hexadecimal decimal conversion. Tips in both English and Chinese, you can cycle of inquiry. The results output to a text file saved. Learning computer programming is a useful tool.
- 2022-02-07 15:19:29下载
- 积分:1
-
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2...
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中 加入#include "StrToData.h"即可调用-function of long StrToData(CString strData,int jz) :changed character string to positive integer,changed character may be any decimal system,return:long Integer value,parameter:strData is the character string to be changed,jz is type of decimal system.
- 2022-01-21 02:18:21下载
- 积分:1
-
心电信号(ECG)采集/演示VC++源代码工程(VC6.0)
这个VC6.0软件工程源代码是有关心电信号采集、滤波器滤波、波形演示、心率识别等功能费。该工程可以设置滤波器参数、波形采样时间等参数。该工程编译通过,可运行。对研究可穿戴设备、心率识别、ECG波形分析等领域有着非常实用的参考价值。
- 2023-02-17 20:40:11下载
- 积分:1