-
weiqi-415
说明: JAVA编写的具有初步走棋功能的围棋程序。(JAVA CODE FOR WEIQI)
- 2009-08-26 11:33:13下载
- 积分:1
-
Hr1.0Alpha
安装方法:
1.建立数据库,运行SQL.txt 脚本
2.打开IIS建立虚拟目录如HR到本文件夹
3.更改web.config里connectionstring的值为您服务器的地址
使用方法,通常企业已经存在了很多用户资料,在后台,配置AD
点击初始化,把已有数据导入现有系统
(Installation Method: 1 to establish a database, run the script SQL.txt 2 Open IIS create a virtual directory to the folder as HR 3 Change the address to use in web.config connectionstring values for your server, usually a lot of companies already exist User data in the background, configure AD click initialization, the existing data into existing systems)
- 2014-04-02 11:55:21下载
- 积分:1
-
Segment_Page
段页式存储管理系统:建立一个基本段页存储管理系统的模型。(1-2人)
首先分配一片较大的内存空间,作为程序运行的可用存储空间
建立应用程序的模型,包括分段结构在内
建立进程的基本数据结构及相应算法
建立管理存储空间的基本存储结构。
建立管理段页的基本数据结构与算法。
设计存储空间的分配与回收算法
提供信息转储功能,可将存储信息存入磁盘,也可从磁盘读入
(as above)
- 2021-01-04 10:48:56下载
- 积分:1
-
The basic process of network communication using the form of blocking, code conc...
网络通信的基本过程,采用阻塞的形式,代码简洁-The basic process of network communication using the form of blocking, code concise
- 2022-09-01 17:40:03下载
- 积分:1
-
Remove_Tool
卸载过系统硬件的朋友应该知道每次移除一个硬件都需要从头开始,特别在一些测试公司,比如U盘,每次测试都会添加一个U盘的应该信息在硬件信息里面(显示隐藏硬件),这是一个批量移除硬件的工具,因本人在台资公司工作,所以代码为繁体字,请大家转换,另外此程序为工作使用,适合繁体2000,其他系统语言请自行修改即可.这是一个思路,非常值得下载.(Unloading system hardware had friends should know that every time a hardware needed to remove from the beginning, especially in some testing company, for example, U disk, each test would add a U disk should be information on the hardware inside information (Show hidden hardware) This is a batch tool to remove the hardware, because I work in Taiwan-funded companies, so the code for the traditional Chinese characters, please conversion, while the use of this procedure to work, suitable for English 2000, other systems can modify your own language. This is a ideas, well worth downloading.)
- 2008-12-23 23:12:28下载
- 积分:1
-
vcPP6.0
vc++6.0安装包,内附有补丁以及卸载程序,解压即可安装(vc++6.0 installation package, patches, and have included uninstaller, decompression can be installed)
- 2016-12-21 19:11:26下载
- 积分:1
-
本程序是一个LAMP的相册系统,基于GD库函数的使用,能够生成图片所略图;同时,系统支持多相簿功能,可将相片分类收藏,方便查询和浏览,支持本地相片上传和使用UR...
本程序是一个LAMP的相册系统,基于GD库函数的使用,能够生成图片所略图;同时,系统支持多相簿功能,可将相片分类收藏,方便查询和浏览,支持本地相片上传和使用URL地址两种方式上传相片。-This program is an album LAMP system, based on the use of GD library functions that can generate the image of the sketch the same time, the system supports multi-photo album function, can be classified photo collections, to facilitate search and browsing, support local photo upload and the use of URL Address are two ways to upload photos.
- 2022-01-25 21:19:37下载
- 积分:1
-
src
Java提供的API类BigDecimal,用来对超过16位有效位的数进行精确的运算。双精度浮点型变量double可以处理16位有效数。在实际应用中,需要对更大或者更小的数进行运算和处理。(BigDecimal Java API classes provided for more than 16 significant bits of the number of precise calculations. Double-precision floating-point variables can handle double the number of 16-bit effective. In practice, the need for a larger or smaller number of computing and processing.)
- 2016-07-12 10:24:52下载
- 积分:1
-
C-notes
C 语言常见问题集,本书共20章,原著:Steve Summit,翻译:朱群英, 孙云。这不是一本普通的基础入门书籍,他把所有C中可能遇见的难点,容易出错的地方全部收集其中,通俗易懂
第一章:声明和初始化
第二章:结构、联合和枚举
第三章:表达式
第四章:指针
第五章:空(null) 指针
第六章:数组和指针
第七章:内存分配
第八章:字符和字符串
第九章:布尔表达式和变量
第十章:C 预处理器
第十一章:ANSI/ISO 标准C
第十二章:标准输入输出库
第十三章:库函数
第十四章:浮点运算
第十五章:可变参数
第十六章:奇怪的问题
第十七章:风格
第十八章:工具和资源
第十九章:系统依赖
第十章:杂项(C language FAQ, book has 20 chapters, original: Steve Summit, translation: Zhu heroes, Sun Yun. This was not an ordinary introductory books, he may meet all the difficulties C, error-prone areas to collect them all, easily understood
Chapter One: Declaration and initialization
Chapter II: Structure, joint and enumeration
Chapter III: expression
Chapter IV: Pointer
Chapter V: empty (null) pointer
Chapter: Arrays and Pointers
Chapter VII: memory allocation
Chapter VIII: Characters and strings
Chapter IX: Boolean expressions and variables
Chapter X: C preprocessor
Chapter XI: ANSI/ISO standard C
Chapter XII: standard input output library
Chapter XIII: Library Functions
Chapter XIV: floating-point operations
Chapter XV: Variable parameters
Chapter XVI: strange question
XVII: Style
Chapter XVIII: Tools and resources
XIX: system dependent
Chapter X: Miscellaneous)
- 2010-09-21 23:24:48下载
- 积分:1
-
Jsp网络编程,入门与实践,针对初学者,包含了255个实例,介绍XML,Struts,JSTL等...
Jsp网络编程,入门与实践,针对初学者,包含了255个实例,介绍XML,Struts,JSTL等-Jsp Network Programming, Introduction to and practice, aimed at beginners, includes 255 examples introduce XML, Struts, JSTL, etc.
- 2022-02-14 14:38:20下载
- 积分:1