_printf
_printf是C编程函数printf的自定义实现。 自2017年5月1日启动该程序以来,该项目是3组学生所学的C编程知识的应用。
原型: int _printf(const char *, ...);
例子
细绳
输入: _printf("%s\n", 'This is a string.');
输出: This is a string.
特点
输入: _printf("The first letter in the alphabet is %c\n", 'A');
_printf
_printf是C编程函数printf的自定义实现。 此项目是14组学生所学的C编程知识的应用。
原型: int _printf(const char *, ...);
一些例子
整数
输入: _printf("There are %i dozens in a gross\n", 12);
产出: There are 12 dozens in a gross
特点
输入: _printf("The first letter in the alphabet is %c\n"
自动机
一个轻量级的库,使用Scala3编译器(Dotty)实现自动机。
与ENSEIRB-MATMECA模块IF114相关:“有限自动机和应用程序”。
注意:该项目正在建设中。
例子:
import com . automatty . _
trait Alphabet
case object A extends Alphabet
case object B extends Alphabet
// Automata that check if any symbol A is precede
Brute是用于锈蚀语言有趣实验的示例程序
Brute 0.1.0
USAGE:
brute [OPTIONS] --hash --max --min
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
--algo Algorithms md5 [default: md5]