▍1. rda5815M-datasheet_v1.1
RDA锐迪科的DVB-S2调谐器RDA5815M的数据手册(RDA Microelectronics DVB-S2 tuner RDA5815M datasheet )
RDA锐迪科的DVB-S2调谐器RDA5815M的数据手册(RDA Microelectronics DVB-S2 tuner RDA5815M datasheet )
说明: VC++将文字处理成轮廓边框效果只显示文字的轮廓,不显示文字实体,有点像空心文字,图形 + 文字 + 矢量(VC ++ treats the text as outline border effect, only displays the outline of the text, does not display the text entity, a bit like hollow text, graphics + text + vector)
说明: 一个有登录界面 增删改查功能的qt project(A login interface to add, delete, modify and search function)
基于agent仿真的一个多主题模型,用netlogo编写的代码程序,,具有一定的改进意义。。(an agent based MAS model ,it may be usful for your reasearch,.thansks...it s a bull shit.if you down load it ,youwill stupid)
ffmpeg VC开发库,可以直接配置开发环境进行编译,调试。ffmpeg是个通用解码库。 (ffmpeg VC development libraries)
ffmpeg VC开发库,可以直接配置开发环境进行编译,调试。ffmpeg是个通用解码库。 (ffmpeg VC development libraries)
c++编写的简单的物品库存管理(the manangemet of small scale storage system)
便于停车场对车辆进行管理,本系统主要包括,会员注册,车辆出入库管理,会员查询等,采用序列化方式无需数据库。(It is convenient for parking lot to manage vehicles. This system mainly includes membership registration, vehicle access management, membership query and so on. It does not need database by serialization.)
说明: 便于停车场对车辆进行管理,本系统主要包括,会员注册,车辆出入库管理,会员查询等,采用序列化方式无需数据库。(It is convenient for parking lot to manage vehicles. This system mainly includes membership registration, vehicle access management, membership query and so on. It does not need database by serialization.)
说明: 遗传算法解决多流水线调度问题,比传统方法更快(Genetic algorithm for multi pipeline scheduling problem,faster than traditional methods.)
假设系统中有两个分别名为P1、P2的进程及两台均可进行输入、输出操作的设备d1、d2。两个进程可以从两台设备中的任何一台输入数据,并可以向其中的任何一台设备输出数据。编写C程序,模拟操作系统中使用的设备缓冲区管理算法,完成上述进程的输入、输出操作及数据处理任务。(assumption that the system has two named P1, P2 and the process can be carried out two input, Output operation of equipment d1, d2. 2 process from two equipment of any one input data, and can assure them in any one piece of equipment output data. C. preparation procedures, the operating system simulation equipment used in the buffer management algorithms, completion of the admission process, operation and output data processing tasks.)
校园导航系统 规划校园路线 算出最短距离等(Planning the campus with a campus navigation system Calculate the shortest distance, etc)
演示门限密码方案基本原理,使用miracl库(Demonstrate the basic principle of threshold cryptography scheme, using miracl Library)
ELM的C语言版本,黄广斌教授的研究成果(The C version of ELM, which is proposed by Prof. Guangbin Huang.)
ELM的C语言版本,黄广斌教授的研究成果(The C version of ELM, which is proposed by Prof. Guangbin Huang.)
DAG调度HEFT算法实现 DAG analog multi-machine scheduling, HEFT algorithm VC6 achieved(DAG analog multi-machine scheduling, HEFT algorithm VC6 achieved)
MFC利用ChartCtrl快速实现波形显示实例源码