资源列表
weisuijimoxin
- 用于研究轮轨不平顺关系时的伪随机模型计算程序-Used to study the relationship between wheel and rail irregularities pseudo-random simulation program
ts2
- 很好用的汉字库生成软件,生成汉字文件为bin格式,可以直接烧写到存储芯片中-Good use of Chinese characters library generation software to generate Chinese characters for the bin file format, can be directly programmed into the memory chip
FreeEIM
- FreeEIM 仿QQ功能的企业即时通讯软件VC++的源代码,最后更新于2010年8月份,完成数据库更改的任务。将聊天记录改用数据库形式,暂且使用Access。 本软件的窗口和功能都与QQ有点相似,可发送文件、窗口抖动、发送表情等修改功能,并尽量去除所有不相关内容,坚决不对用户敏感内容作任何操作(例如注册表)。为了让软件100 绿色,FreeEIM飞鸽传书把唯一一处修改注册表的指令也删除了,也就是说,使用者下载使用后,只要删除此软件,FreeEIM飞鸽传书是半点资源也不会污染到的。-
VBA
- VBA入门教程,适合新手入门级使用,欢迎下载-VBA Tutorial for beginners to use entry-level, are welcome to download
judgebrackets
- 假设一个算术表达式中可以包含三种括号:圆括号“(”和“)”,方括号 “[”和“]”以及花括号“{”和“}”,且这三种括号可按任意的次序嵌套使 用。该算法用于判断给定表达式中所含括号是否配对出现。-Suppose an arithmetic expression can contain three types of brackets: parentheses " (" and " )" , in square brackets " ["
dataminingwithmineset
- this paper deals with cofi tree implementation methodology
IPC-SM-782
- Surface Mount Design and Land Pattern Standard
oofemvs2010-20
- oofem在vs2010下的sln文件,文件路径和.h以及.c文件的添加已经做好-oofem under the vs2010 sln file, the file paths and. h and. c file is ready to add
lottery
- 福彩双色球随机生成程序,delphi 不同随机数自动生成。-Fucai two color random generator, delphi different random number generated automatically.
xianshiyinshiqiurechuandaofangcheng
- 本程序运用c++,采用显式和隐式格式求解热传导方程-Use of explicit and implicit solving the thermal conduction equation
RS-code
- RS码源码程序,VC工程,可以纠正3、4、5、6个错误,很实用的学习程序-RS code source programs, VC works, can correct a mistake 3,4,5,6, very useful learning process
The-C-programming-Language-
- 《C程序设计语言》是由C语言的设计者Dennis M. Ritchie和著名计算机科学家Brian W. Kernighan编写的一部介绍标准C语言及其程序设计方法的权威性经典著作。全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。 -"C Programming Language"by the C language, and the famous designer Denn