资源列表
38211-f00
- 5G物理层协议,且版本较新,用来描述物理层信道和调制编码(5G physical protocol. It's launched lately. It describes physical channel and modulation.)
nbpxa
- OV7620 CMOS 光学传感器的PDF资料,希望对大家有帮助!()
七牛云接口并发测试程序
- 由于工程上需要定位系统瓶颈,故开发了七牛云接口并发测试程序,测试接口性能。该程序未公布我自己的SecretKey,使用者请填写自己的SecretKey。(This is a program for QiNiu interface test, you can do it for performacer test.)
Data_viz
- Data viz for skewed data and tabular data.
海康威视SDK
- 描述了海康威视的摄像头如何操作,是开发者指南,包括关键API说明(Describes how to operate Hikvision's camera, which is the developer's guide, including the key API instructions.)
获得系统时间字符串
- 获取计算机系统时间,并执行执行两台计算机自动对时(Get the computer system time and perform the execution of two computers automatically)
要饭系统源码
- 主要是提供别人打赏的网站,主要是娱乐类型的哦(It is very good, no problem .GOGOGO)
微信小程序微商城(带php后端)wxc
- 小程序商城是你的第一款微信小程序,具备微网微商城的相同'颜值'商品展示、购买下单、微信支付...同一后台统一管理,抢占第一波小程序红利!(The small program business city is your first WeChat small program, with the same 'Yan value' commodity display, purchase order, WeChat payment... The same backstage unified managem
【全美经典】小波十讲(Ingrid Daubechies 着)
- 《小波十讲(修订版)》主要内容简介:原书《小波十讲》(ten lectures on wavelets)是一本世界范围公认的经典学术名著,是当代数学著作中一本影响巨大的绝妙好书。(text book for wavelet analysis)
zuoye
- 对图像进行分割,同时根据贝叶斯分类准则,对图像进行准确分类,可以分别识别各种图形的形状(The image is segmented, and the image is accurately classified according to Bias classification rule, and all kinds of shapes can be identified separately.)
AdblockPlus20170709215506chromecj.com
- AdBlock是chrome浏览器中安装量高达4000万,几乎能够屏蔽整个互联网上的广告的一款非常著名的广告屏蔽插件。(AdBlock is a very famous ad blocking plug-in installed in Chrome browser with up to 40 million, which can almost screen advertisements on the Internet.)
Desktop
- 斐波那契数是0、1、1、2、3、5、8、13、21,用递归方法可以定义为F0=0,F1=1,Fn=F(n-1)+F(n-2)(n>=2,n∈N*),此程序作用为算出第n个斐波那契数的数值并输出(Calculate the n value and output Fibonacci number)