搜索资源列表
GAMEPORT
- a sample code for initialize and access game port. you will have a basic game port technology about the game port-a sample code for initialize and access gam e port. you will have a basic game port technolog y about the game port
d-tools
- * Descr iption : This is an example of a startup task. As mentioned in the book s text, you MUST initialize the ticker only once multitasking has started.
psam
- 1、 所有密钥的装载与导出都采用密文方式; 2、 密钥管理系统采用3DES加密算法,采用根密钥生成系统、主密钥生成系统、初始化卡生成系统、密钥注入系统四级管理体制; 3、 在充分保证密钥安全的基础上,支持IC卡密钥的生成、注入、导出、备份、更新、服务等功能,实现密钥的安全管理; -1, the loading and export all keys are in cipher text 2, the key management system uses the 3DES encry
LFSRRC4
- 伪随机数发生器LFSR RC4加密与解密 根据算法原理,首先初始化S-BOX,产生伪随机序列密钥流,选择所加密文件与密钥流异或生成密文 -Pseudo-random number generator LFSR RC4 algorithm for encryption and decryption based on the principle, first initialize the S-BOX, pseudo-random sequence generated key stream,
justforfun
- srand[getpid[]] /* initialize some of the memory */ memset[heightmap, 0, MAPSIZE*MAPSIZE] memset[vpage, 0, RENDERWIDTH * RENDERHEIGHT] printf["Creating dx d fractal terrain\n", MAPSIZE, MAPSIZE] heightmap[0] = [rand[] 128] +
yacc
- srand[getpid[]] /* initialize some of the memory */ memset[heightmap, 0, MAPSIZE*MAPSIZE] memset[vpage, 0, RENDERWIDTH * RENDERHEIGHT] printf["Creating dx d fractal terrain\n", MAPSIZE, MAPSIZE] heightmap[0] = [rand[] 128] +
DP_RAM_lab
- 用SmartGen 生成一个2k*8 Dual Port RAM,并通过串口发送数据初始化RAM。然后通过串口返回到上位机的串口调试程序显示。-SmartGen generated using a 2k* 8 Dual Port RAM, and sending data through the serial port to initialize RAM. And back through the serial port to the PC serial port debugger displ
alloc
- Memory Allocation in C-write part of a dynamic storage allocation package. The package provides three function calls: void initalloc(), to initialize the data structures involved char* alloc(int n), which returns a pointer to a block
qudong
- 嵌入式系统基本驱动,对硬件寄存器进行初始化还有给设备分配I/O,申请DMA通道等-Embedded systems the basic drive, to initialize the hardware registers are allocated to the device I/O, applications such as DMA channels
GlVideoManager
- VideoMan (Video Manager) is an open-source C++ library that helps you developing video based applications. We created VideoMan to increase our productivity developing computer vision applications, but it can be used in many other ways. With Vid
u-boot-1.3.1.tar
- uboot 源码,版本 1.3.1This directory contains the source code for U-Boot, a boot loader for Embedded boards based on PowerPC, ARM, MIPS and several other processors, which can be installed in a boot ROM and used to initialize and test the hardware o
order
- 用c++ 实现的用类的构造函数初始化数组,是一种新的思路,学习完后会对c++有新的认识-Using c++ implementation with the class constructor to initialize the array, is a new idea, learn c++ would have exhausted a new understanding of
IdslogInitDB
- vc 对数据初始化 清空数据库记录 然后可以重新写入数据库数据-vc empty database records the data to initialize
kefangyuding
- 网上客房预订系统是一个典型的数据库开发应用程序,由前台展示区和后台管理组成,规划系统功能模块如下: 前台展示区 前台展示区的主要功能是宾馆简介、地理位置、客房服务、会展中心、餐饮美食、商务服务、在线订房、意见反馈、其他、本地景点。 后台功能管理 后台功能管理的主要功能是初始化网站的基础信息、管理前台图片信息、宾馆相关的信息管理、景点管理、宾馆房间类型管理、订单管理、反馈信息管理和系统信息管理。 -Online room booking sy
seriNub
- VC++注册码加密源程序(含注册机、解密机),本方法可有效控件版权软件被破解,保护你的软件产权不受侵害,压缩包内有两个源码包,一个是注册机源程序,另一个是解密机的源程序,一套完整的参考实例。 解密:初始化目标、生成解密匙、解密完成。 -VC++ registration key encryption source code (including RI, decryption machine), this method can effectively control the copy
s3c-u-boot-1.1.6_rel-4-3-1_20080811.bz2
- This directory contains the source code for U-Boot, a boot loader for Embedded boards based on PowerPC, ARM, MIPS and several other processors, which can be installed in a boot ROM and used to initialize and test the hardware or to download and
xllp_lcd
- // Initialize the GPIO registers for proper LCD Controller operation LCDSetupGPIOs(pXllpLCD) // Initialize the LCD Controller and frame descr iptors LCDInitController(pXllpLCD) // Clear LCD Controller status register LCDClearS
Guitar-Shop-Program
- 吉他店程序实现 C++吉他店及店内库存乐器类管理程序,C++程序 一共有四个类,不仅可以卖吉他,还有其他类的乐器可以出售,而且,要提供初始化库存信息,所以用了TXT文件输入输出,比较简单,还有可以根据不同的属性查询乐器,有:名称,价格,制造商,背板材料,模型,类型等,而且如果没有此乐器,要显示库存没有,我又增添了乐器出库(卖出)四个类:1、库存管理员类 2、仓库类 3、乐器类 4、吉他店类(组合类)-Program for the guitar shop guitar shops and C
initialize
- initialize a filesystem handle given superblock parameters for Linux.
initialize
- initialize a filesystem handle given superblock parameters. Used by mke2fs when initializing a filesystem.