资源列表
MOUSE_SHARP
- tc下鼠标库,看看吧!
PERCALCU_v2
- 计算器的C语言的源程序代码 (source code written in C programming language for calculation).
hw1
- 使用OpenMP,并行化两个向量的乘积 特点:使用多种并行方案reduction,critical,atomic,schedule(static) 分别输出使用时间,
data
- 不定长信号合并,%执行信号相加: y(n) = x1(n)+x2(n) %调用方式:[y,n] = sigadd(x1,n1,x2,n2) % y:叠加后的信号序列的序列号,包括n1和n2 % x1: 第一个信号序列,序列号为n1 % x2:第二个信号序列,序列号为n2(n2可以与n1不同)
meiju
- 易语言实现 枚举当前所有运行程序的标题,实现非法标题检测,也可作为反破解手段之一,提供给初学者研究-Easy language to enumerate all currently running program' s title, to achieve illegal header detection, but also as an anti-crack one of the means available to beginners
Main
- 花费最短时间旅游完全国所有5A级景点,并介绍了相关算法的使用,例如贪婪算法-Take the shortest time to travel the whole country all the 5A level scenic spots, and introduced the use of the related algorithms, such as greedy algorithm
Tree+Postorder
- 层次输入建立二叉树并后序遍历,三叉链式存储,递归遍历-import levels and the establishment of a binary tree after preorder, trigeminal chain store, recursive traversal
park
- (五)测试数据:n=0 n=-1 n=2 a 1 2 a 2 3 a 3 4 d 3 5 n=2 a 1 5 a 2 10 d 1 15 a 3 20 a 4 25 a 5 30 d 2 35 d 4 40 e 0 0 (六)测试结果:error error 没付钱,没停就走了 第一辆车付50元 第二辆车付125元 第三辆车没出来 第四辆车付25元 第五辆
cifafenxi
- 词法分析,输入一系列无符号数,可以分析其中的数字,字母。这是编译原理种的一个简单小程序。
dfa
- 读入一个DFA,并基于该DFA,判断能否识别给定字符串-judge if it is dfa
44
- 简化的歌德巴赫猜想:任何一个大于6的偶数均可以表示为两个素数之和。现从键盘输入一个0~65535之间的无符号整数,试验证歌德巴赫猜想。 如输入数12,输出: 12=5+7 如输入数20,输出: 20=3+17 20=7+13 如输入数7,输出: Must be even 如输入数3,输出: Must be greater than or equal to 6 -Sim
LSTM做文本情感分类
- PYTHON 爬虫 LSTM做文本情感分类源码,简单分析摆渡情感新闻.
