资源列表
Book
- some book talking about the circuit design and RF circuit
SX1278Driver_20170531归档
- sx1278归档文件,驱动代码,希望对西药的人有帮助。(Sx1278 archive file, driver code)
Ch07
- sss
sim_driver ME 操作 SIM
- sim card driver, 在cyw下编译,支持sim卡读写操作,比如authenticate,等等操作(this is sim card driver. code is wrote in cyw, supporting sim card read and write like authenticate, language.)
Linux那些事儿之我是Sysfs
- Sysfs文件系统是一个类似于proc文件系统的特殊文件系统,用于将系统中的设备组织成层次结构,并向用户模式程序提供详细的内核数据结构信息。(Understanding device models and sysfs file systems)
二重指针
- (1) 从静态存储区域分配。内存在程序编译的时候就已经分配好,这块内存在程序的整个运行期间都存在。例如全局变量,static 变量。 (2) 在栈上创建。在执行函数时,函数内局部变量的存储单元都可以在栈上创建,函数执行结束时这些存储单元自动被释放。栈内存分配运算内置于处理器的指令集中,效率很高,但是分配的内存容量有限。 (3) 从堆上分配,亦称动态内存分配。程序在运行的时候用malloc 或new 申请任意多少的内存,程序员自己负责在何时用free 或delete 释放内存。动态内存的生存期
D2GS
- DiabloII Battlenet server key files of configration
*Java开发手册V1.2.0
- 阿里Java编程规范,帮助大家规范自己写的代码。日常工作中肯定用得到(Ali Java programming specifications)
976447
- Is a type of online training system, there are some important knowledge points
代理经销商管理系统
- 这是ssm框架,前台利用bootstrap,实现后台crm系统,为java爱好者提供学习((This is the SSM framework, the front desk using bootstrap, to achieve the background of the CRM system, Java enthusiasts to provide le))
FE-MTR1300-Manual.doc
- Mtr1300 video camera
CSharpExamples
- 开源Directshow接入源码,视频采集,显示,调整帧率(Open source DirectShow Access source code, video capture, display, adjust frame rate)