-
longbeige
龙贝格算法。。。。。。。。。。。 (Romberg algorithm. . . . . . . . . . .)
- 2011-05-14 18:47:16下载
- 积分:1
-
pearlite TO structure transform
说明: 去除晶粒内部杂质,只突出显示晶界的程序。(The process of removing impurities within grains only highlights the grain boundary.)
- 2020-06-21 03:00:01下载
- 积分:1
-
网上书店
这个一个关于网上书店系统的代码,其中是使用C#语言编写的代码,有根据书籍的类比进行了分类,然后可以搜索不同的书籍(根据书名,作者,或者是类别),每本书下面有相关的价格介绍和书籍类容介绍,系统同时对书籍购买和书籍数目做了统计,实时跟新库存状态
- 2022-05-16 19:06:53下载
- 积分:1
-
3
输入圆的半径求周长和面积。程序由三个函数组成:主函数进行输入输出和函数调用,perimeter函数求周长,area函数求面积。(Enter the radius of the circle circumference and area requirements. Program consists of three functions: the main input and output functions and function calls, perimeter function evaluation perimeter, area function for the area.)
- 2013-12-25 20:53:57下载
- 积分:1
-
webkitbrowser
webkitbrowser 动态链接库及使用方法,可用于开发自己的webkit内核浏览器(WebKit browser dynamic link library and its usage can be used to develop its own WebKit kernel browser)
- 2018-12-14 00:51:36下载
- 积分:1
-
CC2430node-node
zigbee CC2430点对点源代码可以用于测试CC2430是否能工作(zigbee CC2430 source peer-to-peer CC2430 can be used to test whether the work)
- 2009-06-18 10:09:16下载
- 积分:1
-
jciap
说明: Realize image watermarking, de-noising, plus noise and other functions, Including Deng's correlation, absolute correlation, correlation of slope, improved absolute correlation, D-S evidence theory data fusion.
- 2017-08-13 19:21:33下载
- 积分:1
-
操作系统读者写者实验
创建一个控制台进程。此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先的读者-写者问题。
读者-写者问题的读写操作限制(包括读者优先和写者优先):
1)写-写互斥,即不能有两个写者同时进行写操作。
2)读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
3)读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。
- 2022-03-23 13:36:21下载
- 积分:1
-
(3) FFmpeg视频解码器
FFmpeg视频解码器的详细介绍,首先讲解了视频编码的基础知识,然后进行编码器的介绍(The detailed introduction of FFmpeg video decoder, first explained the basic knowledge of video coding, and then introduce the encoder)
- 2020-07-04 18:40:06下载
- 积分:1
-
Cstrapdown
说明: 用C++实现捷联惯导软件中的四元数计算随着面向对象技术的发展, 以及计算机内存容量
和硬件速度的不断提高, 在导航系统软件设计中采用
面向对象的思想正成为趋势, 使程序设计者的着眼点
真正从代码的编写、功能的实现转移到了对现实系统
的确切描述。面向对象的程序设计, 由于尊重现实世
界中对象的特征, 特别是对象的封闭性、继承性, 正
在软件设计的各个领域中成为主流。(Using C++, software SINS quaternion calculated as the development of object-oriented technology, and computer memory capacity and speed of the hardware continues to improve, the navigation system software design using object-oriented thinking is becoming a trend The focus of the real programmers write code from the functional implementation of the system shifted to the exact description of reality. Object-oriented programming, because respect for the characteristics of objects in the real world, in particular, the closed objects, inheritance, being in all areas of software design into the mainstream.)
- 2011-03-14 15:29:56下载
- 积分:1