搜索资源列表
SPLAY
- The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it.
yejingxianshi000001
- *** *** *液晶显示*** *** ******************OCM4X8C串口****************** CS EQU P2.0 STD EQU P1.2 SCLK EQU P1.3 PSB EQU P1.4 RST EQU P1.5 RS_STU EQU 20H.0 LCD_X EQU 30H LCD_Y EQU 31H LCD_X1 EQU 3
TurboPascalAdvancedProgramming
- 第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACR
三维地形
- <p><strong>GIS (Geographical Information System) is a computer support system that represents data using maps. It helps people access, display and analyse data that has geographic content and meaning. For tho
银河帝国Web游戏
1.完善管理员后台,如增加后台刷舰队,建筑,资源,研究等。
2.修改登陆界面。
3.修正程序安装。声明 :所有用户均可免费下载OGameCN源代码,并可对其进行修改或美化!不得将本软件用于商业用途,请您保留 http://www.OGameCN.com 和
所属分类:PHP源码
- 发布日期:2009-02-14
- 文件大小:8.45mb
- 提供者:foraiyou
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * *
AM29LV160
- AM29lv160的编程代码-AM29lv160 programming code
pcit32_lattice
- PCI接口的Verilog源代码-PCI connection Verilog source code
SPLAY
- The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it.
Writing_Solid_Code
- ,《编程精粹》主要讲述如何编写可靠的代码,如何使程序错误变得更少,是本难得的好书。 -, Programming the essence, focuses on how to write reliable code, how to make the process error becomes less, is the rare books.
yejingxianshi000001
- *** *** *液晶显示*** *** ******************OCM4X8C串口****************** CS EQU P2.0 STD EQU P1.2 SCLK EQU P1.3 PSB EQU P1.4 RST EQU P1.5 RS_STU EQU 20H.0 LCD_X EQU 30H LCD_Y EQU 31H LCD_X1 EQU 3
TurboPascalAdvancedProgramming
- 第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACR
bu9434KV_func_eng
- bu9435是一款MP3解码IC,可以独立使用,也可以通过I2C接口作为SUB IC.不错的选择!-bu9435 is a MP3 decoder IC, can be used independently or through I2C interface as SUB IC. good choice!
new_pso_matlab_code
- 本程序是用matlab实现的标准PSO代码,其中还含有对此中pso算法的解释说明的PDF文档。-This procedure is used matlab code to achieve the standard PSO, which also contains this PSO algorithm in the explanatory notes of the PDF document.
12864p-101
- 耀宇科技有限公司的128*64LCD的驱动程序-Yao-Yu Technology Co., Ltd. 128* 64LCD driver
lanxin
- 广州蓝欣电子有限公司的电磁炉资料,包含pcb图,常用芯片资料,原理图及相关开发资料.-From Guangzhou Lan Xin Electronics Co., Ltd. information of induction cooker, including pcb maps, information on commonly used chip, the development of schematic diagram and rel
pso
- pso算法,比较好的算法,简单,可以用于多目标优化-pso algorithm, a better algorithm, simple and can be used for multi-objective optimization
cc01
- 用Cohen--Coon整定公式来求P,PI,PID的个参数,其中Gc是校正器的传递函数,kp为比例系数, Ti为积分时间常数,Td为微分时间常数,输入参量vars为带迟滞--惯性环节模型的KT τ 输入参量vars为带迟滞--惯性环节的K T ι,已知参数k=vars(1);T=vars(2);ι=vars(3)。-With Cohen- Coon tuning formula to seek P, PI, PID' s par
Oppenheim--A.--Discrete-Time-Signal-Processing--P
- Alan W Oppenheimer & co: Signals and Systems Book is designed as a text for undergraduate course in signals and systems.
1-p^2-1mod-p
- 从1-p^2-1中找出与p互素的元素,计算1-p^2-1模p的值,并按模值分类。已验证p=5,7。-Find numbers 1-p^2-1 which is co-prime to p,compute values mod p, and classify them according to values mod p.