-
用 Newton迭代求f(x)=1/3*x^3
用 Newton迭代求f(x)=1/3*x^3-x=0的根的源程序-with Newton iteration f (x) = 1/3* x ^ 3-x = 0 the root of the source
- 2022-03-22 07:16:05下载
- 积分:1
-
三星s344b0x蜂鸣器测试/如果(关键= =)/ /如果(beepfreqlt;20000)/ beepfreq…
三星S344B0X蜂鸣器测试
// if(key== + )
// if(BeepFreq100)
// BeepFreq -=100
// SetBeepPwm(BeepFreq, 50)
// printf("Now beep frequence is %d
", BeepFreq)
// Delay(2000000)
// StopBeepPwm() -Samsung S344B0X buzzer testing// if (key ==)// if (BeepFreqlt; 20000)// BeepFreq = 100// if (key ==-)// if (BeepFreqgt; 100)// BeepFreq-= 100// SetBeepPwm (BeepFreq, 50)// printf ( "Now beep frequence is% d n", BeepFreq)// Delay (2000000)// StopBeepPwm ()
- 2022-07-08 17:03:10下载
- 积分:1
-
指纹识别系统设计时利用频域傅里叶进行频域增强的一段程序...
指纹识别系统设计时利用频域傅里叶进行频域增强的一段程序-Fingerprint identification system designed for the use of frequency-domain Fourier frequency domain a period of enhanced procedures
- 2022-08-16 23:32:19下载
- 积分:1
-
这是一个内存分配管理程序。在一些实时通讯系统中,需要经常分配和释放内存,会造成较多的内存碎片。这个程序可以在一开始分配一大片内存,从而避免频繁申请和释放内存。大...
这是一个内存分配管理程序。在一些实时通讯系统中,需要经常分配和释放内存,会造成较多的内存碎片。这个程序可以在一开始分配一大片内存,从而避免频繁申请和释放内存。大大提高程序的执行效率。-This is a memory allocation management procedures. In some real-time communication systems, the need for frequent distribution and release memory, the memory caused more debris. This procedure can be started in an allocation of a large memory, thus avoiding the frequent application and release memory. The process greatly enhanced the efficiency of enforcement.
- 2023-01-18 18:45:04下载
- 积分:1
-
1.沿袭今晚在线论坛独有的双风格分桢形式
2.社区最多可进行3级分类,大部分论坛应该够用了。
3.多种发帖类型: 普通帖、积分浏览帖、金钱购买帖、散分(...
1.沿袭今晚在线论坛独有的双风格分桢形式
2.社区最多可进行3级分类,大部分论坛应该够用了。
3.多种发帖类型: 普通帖、积分浏览帖、金钱购买帖、散分(求助)帖、 回复可见帖
4.更贴心得发帖辅助功能,可自动识别URL和图片。
5.采用类似今晚在线文章系统的后台管理等级无限级自定义分类,真正适合多用户管理。
6.其它基本具备了GVbbs v5.0的全部功能这里不再敖述。
管理员目录admin 用户名gamvan 密码为-1. This followed a unique online forum-style form of two sub-Lo. Communities up for three classifications, most of the Forum should be enough. 3. Posting a variety of types : general security, Integral View proposal, money to buy invitations and scattered (for assistance) invitations and reply can be seen TIE 4. More experience affixed posting ancillary functions that can automatically identify URL and photos. 5. Similar articles online tonight systems management background levels since the unlimited class classification definition, is really suitable for multi-user management. 6. Other basic GVbbs v5.0 with the full functionality of today is AO stated. Administrators directory admin username password to 111,111 gamvan
- 2023-04-04 05:55:04下载
- 积分:1
-
课程自动安排系统采用“并行回溯”的算法,只需设置好学校基本信息和排课的各项限制条件后,其余事情则由计算机来完成。...
课程自动安排系统采用“并行回溯”的算法,只需设置好学校基本信息和排课的各项限制条件后,其余事情则由计算机来完成。
-Course automatically schedule system uses a " parallel backtracking" algorithms, just to set a good school all the basic information and arranging schedule constraints, the remaining things from your computer to complete.
- 2022-05-09 13:24:36下载
- 积分:1
-
网络聊天室、聊天程序、socket、C++
使用C++语言开发,使用套接字编程,实现的基于C/S架构的网络聊天程序
- 2023-04-14 07:10:05下载
- 积分:1
-
Dynamic Library has prepared on the use of other non
动态库编写,编写其他非VC使用的动态库,一个简单的测试例子-Dynamic Library has prepared on the use of other non-VC dynamic library, a simple test case
- 2022-07-01 01:16:52下载
- 积分:1
-
提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局
部最优解的变异算子。改进后的算法能有效地弥补标准...
提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局
部最优解的变异算子。改进后的算法能有效地弥补标准禁忌算法对初始解依赖的缺陷,同时也避免了搜索停滞的现象。通过对具
体实例和随机问题的测试,表明改进后的禁忌搜索算法有更好的性能。
关-An improved tabu search algorithm to solve knapsack problem. The algorithm is based on tabu search techniques, using I & D strategies, while designed for the local optimal solution of the two kinds of mutation operator. The improved algorithm can effectively compensate for the standard tabu search algorithm depends on the initial solution defect, but also to avoid the phenomenon of search stagnation. Through specific examples and random-question test, indicating that the improved tabu search algorithm has better performance. Guan
- 2022-05-24 04:09:08下载
- 积分:1
-
反向传播代码逐步
通过基于tensorflow的keras深度学习框架,自己动手搭建自己的深度神经网络,通过对网络逐层的可视化,理解卷积层池化层的作用,可以看到梯度传播算法的参数对最后分类结果的影响。
- 2023-03-26 12:45:14下载
- 积分:1