-
编程微码domotic和PWM
应用背景这一计划ejecutable EN microdode德联合国比如de domotica PA microcontroladores DE系列16f6877a硒encuentra el档案馆ejecutable Y EL关键技术是一个程序commenzar旁一programar EN C EN EL程序微码EN EL CUALñpuede SER aplicado一mayores计划
- 2022-03-29 18:25:35下载
- 积分:1
-
编程网址地址集合
编程网址地址集合-programming website address pool
- 2023-08-06 05:20:03下载
- 积分:1
-
Transformation of the AD
有关AD变换相关的程序,用C编写,并且进行了相关调试。-Transformation of the AD-related procedures, prepared by C and were related to debugging.
- 2022-12-12 08:05:03下载
- 积分:1
-
库存管理
库存测试软件上载来测试你的编程思想。例如开发库存系统。
- 2022-01-25 23:58:16下载
- 积分:1
-
C C++ Entry classic example of a good facie, the C C++ Of learning would be of c...
C C++入门的经典例子,好好看下,对C C++的学习会有很大帮助,-C C++ Entry classic example of a good facie, the C C++ Of learning would be of considerable help,
- 2022-07-21 13:12:06下载
- 积分:1
-
基于VC++,用数字键盘和列表框设计计算器
基于VC++,用数字键盘和列表框设计计算器-Based on VC++, using the digital keyboard and the list box design calculator
- 2022-03-25 01:44:08下载
- 积分:1
-
slr(1),设计文档,希望对有些人帮助
slr(1),设计文档,希望对有些人帮助-slr (1), design documents, hoping for some people to help
- 2023-02-08 06:30:04下载
- 积分:1
-
Using MAPI with Outlook express to send emails
Using MAPI with Outlook express to send emails
- 2022-12-30 11:30:07下载
- 积分:1
-
学习C++过程中总结的方法 过程 以及可以使用的模式等,希望对大家有用哦...
学习C++过程中总结的方法 过程 以及可以使用的模式等,希望对大家有用哦-Learning C++ Process method of summing up the process and can use the model, so that useful for everyone Oh
- 2022-03-01 07:43:08下载
- 积分: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