-
advertisement type retrievel
advertisement type retrievel
- 2022-04-27 09:22:20下载
- 积分:1
-
这是一个简单的马术管理软件,能够实现从选手注册到对选手信息的管理,最后到进行比赛,最后排名。适合C初学者掌握基本结构以及指针和链表。...
这是一个简单的马术管理软件,能够实现从选手注册到对选手信息的管理,最后到进行比赛,最后排名。适合C初学者掌握基本结构以及指针和链表。-This is a simple equestrian management software, can be realized from the player" s registration information to the management, to carry out the final game, the final ranking. Suitable for beginners to master the basic structure of C as well as the pointer and linked list.
- 2022-08-12 20:03:11下载
- 积分:1
-
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长...
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two strings of all the matches between the two characters in the situation, if the match is one, otherwise to 0. And one of the longest diagonal obtained sequence, the location of its corresponding sub-string match is the longest position. The longest increasing sub-sequence source C implementation of the LCS!
- 2022-08-19 18:20:36下载
- 积分:1
-
几个与三菱PLC通讯VB源码
VB6 Code for testing FX series PLC connection with you can modify from this code for another purpose
- 2022-02-01 03:04:41下载
- 积分:1
-
the code to achieve common DCT, fast DCT, fast IDCT algorithm
the code to achieve common DCT, fast DCT, fast IDCT algorithm
- 2022-02-09 14:25:49下载
- 积分:1
-
To generate Pixels array for graphics lcd
To generate Pixels array for graphics lcd
- 2022-08-07 18:34:00下载
- 积分:1
-
多文本软件
文字软件,用于多功能自动翻译,目前支持6种语言的自动翻译-Text software for multi-functional automatic translation, currently supports 6 languages, automatic translation
- 2023-04-16 20:40:03下载
- 积分:1
-
QT学生管理系统
这是一个学生管理系统,基于QT平台,使用各种窗口制作的,可以查询、修改学生及老师信息的简单学校管理系统,数据库部分不在内,需要根据说明文档自己建。
- 2022-11-16 14:20:03下载
- 积分:1
-
As the source is collected by the Internet (former English), there may be a litt...
由于源码是由网上收集的(原英文),可能会有少许未能完善之处。但经过测试,大部分基本的运算还是可以的,当然包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(2)4 * (log(tan (itan 1))) 等。值得一提的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易懂。
-As the source is collected by the Internet (former English), there may be a little failure to perfect. However, after testing, the majority of basic computing can, of course, including the commonly used functions (trigonometric functions,反三角函数, hyperbolic trigonometric functions, absolute value and even some .......), infinitely more complex expression can be calculated, such as: ln e+ rnd (2)+ 3 (2) 4* (log (tan (itan 1))) and so on. It is worth mentioning that, it also function mapping, data and custom constants and other functions. In addition, the procedures after I finished (only in the interface), more easy to understand.
- 2022-08-24 10:12:19下载
- 积分:1
-
实现俄罗斯方块的源代码,功能简单,操作容易,可供参考!...
实现俄罗斯方块的源代码,功能简单,操作容易,可供参考!-the source code carried out the Russia diamonds,function is easy,operating is easy,for reference !
- 2022-11-20 00:45:02下载
- 积分:1