搜索资源列表
密码编码学:加密方法的C与C++实现
- 密码编码学:加密方法的C与C++实现
基于mapx+vb实现的一个交通行业的系统代码
- 基于mapx+vb实现的一个交通行业的系统代码
实现2进制到10进制,16进制和8进制的转化
- 实现2进制到10进制,16进制和8进制的转化。
parallel-dijkstra 并行化思路实现dijkstra算法
- 并行化思路实现dijkstra算法。假设有p个处理器,N个顶点。给每个处理器分配N/p个顶点,求出局部的最小值,复杂度为O (N/p)。然后后一半的处理器将自己的最小值发送给第前p/2个处理器。前一半处理器接收到传来的值后,与局部的最小值比较,作为新值。继续循环,直到剩下一个处理器为止。-Parallelized dijkstra algorithm. Suppose there is p a processor, N vertex. Give each processor distributi
easyVM_Small
- easyVM是一个虚拟机,模拟了8086及一些简单外设,可以跑MS-DOS 6.22。 是一高校毕业设计作品。 在看雪论坛上置顶精华,是不可多得的研究虚拟机的参考资料和代码实现。-easyVM is a virtual machine, to simulate the 8086 and some simple peripherals, you can run MS-DOS 6.22. Is a college graduate design work. Watching the snow For
PL0_java
- 用JAVA语句实现的PL/0编译器,内有测试程序及代码说明-Achieved using JAVA language PL/0 compiler, there are testing procedures and code descr iption
atmeg16
- 应用ATMAGE16L单片机实现PWM功能 和adc数模转换,数码管显示,按键扫描等应用。-Application ATMAGE16L Singlechip adc function and PWM digital-to-analog conversion, digital display, keypad scanning applications.
LL1_grammar_analysis_code
- 功能基本实现,录入合法的LL1文法,将输出LL1预测分析表-Function of the basic implementation, input the valid LL1 grammar, you ll get the output-LL1 prediction analysis table
ds1302
- 用DS1302实现万年历的程序,包括阴历的显示,有日期,星期,年月日,时间的显示,显示是用动态的。-DS1302 calendar with implementation procedures, including the display of the lunar calendar, there is the date, week, date, time display, display is dynamic.
versionofFetion
- Delphi版飞信源代码 用Delphi实现飞信功能-Delphi source code version of Fetion implementation using Delphi Fetion function
touchscrean
- 用单片机控制触摸屏,控制芯片89C52,ADS7843,实现手写功能和存储功能-Touch screen control with single-chip microcomputer to control the chip 89C52, ADS7843, the achievement of hand-written features and storage capabilities
open-flash-chart-2-gamera
- 用c#或vb.net实现生成,修改pdf文件的源码,可以实现类似acrobat reader的功能,开发工具vs2005.net 语言C#,源码版本:1.2版-PDFsharp is a .NET library for creating and modifying Adobe PDF documents programmatically from any .NET language like C# or VB.NET. PDFsharp defines classes for the obje
dianziyinyue
- 可以在单片机上实现的电子音乐盒汇编语言代码!-Can be achieved in single-chip electronic music box assembly language code!
fenzhenspeechenhance
- 一个用谱减法实现的语音消燥程序,该程序在本网站下载通过修改可直接运行,效果良好,便于初学者入门。-The realization of a spectral subtraction with extinction dry voice program to download on this site can be directly run by modifying the results were very good, easy entry for beginners.
1
- 编制如记事本的文本编辑器程序,可实现记事本的功能-Prepare like notepad text editor program Can realize notepad function
dianziqin
- 实现使用单片机设计电子琴,运用4*4行列式矩阵,8个按键任意组合-MCU designed to achieve the use of electronic organ, using 4* 4 determinant matrix, any combination of eight key
JSON
- 一本介绍JSON的客户端与服务器端实现异步传输数据的电子书,为PDF文档,内容简单易懂-1 Introduction JSON client and server-side asynchronous transfer of data to achieve e-books, as PDF documents, content, easy to understand
1
- 用PCA实现PWM 根据C8051的特点 使用PCA实现脉宽调制技术-To use PCA to achieve PWM according to the characteristics of C8051 to use PCA to achieve pulse-width modulation technology
time
- 微机原理实验——可编程定时器。在TPC2003装置下,利用8255和8253芯片实现。 -Microcomputer Engineering Experiment- Programmable timer. The TPC2003 device, using 8255 and 8253 chip.
Tiny-P-syntax-analysis
- 利用递归下降法实现Tiny+的语法分析,语义分析与及三地址码生成。语法分析能输出生成的语法树,语义分析创建符号表和变量类型检验,代码生成是生成三地址码。要求分析程序能给予出一定的错误提示-Recursive descent method to achieve Tiny+ syntax analysis, semantic analysis and three-address code generation. Syntax analysis can Output generated synta