资源列表
EX01100
- 该程序用VC++编写,主要功能是帮助大家理解结构体的定义、对结构体成员的赋值-The program with VC++ development, the main function is to help you understand the definition of the structure, the assignment of members of the structure, etc.
Example_Calculate
- 一个计算器示例:实现加、减、乘、除运算,注意在进行除法运算时,如果除数为0,那么【简单】就直接输出0来,【复杂】那么要对用户进行错误提示-Examples of a calculator: the realization of add, subtract, multiply, with the exception of computing, pay attention to during the division operation, if the divisor is 0, then a si
ExceltoSql
- excel 生成dml语句,可以生成oracle下的create table和create view 语句-excel generate dml clouse can generate racle s create table and create view clouse
Exercise1_4
- 控制系统仿真,龙各库塔法,欧拉法,RK4等,这是书上的-Control system simulation, Long each Kutta method, Euler, RK4, etc. This is a book
extract-number-from-a-string
- 从一串包含数字的字符串里面,提取出其中的数字,例如“a123x456 179d60? 302ta10b5876”中,提取出数字:123 456 179 60 302 10 5876。-Extracted the inside of the string contains numeric string, which figures, such as a123x456 179d60? 302ta10b5876 , extract the numbers: 123 456 17,960,302,1
factorials-exact-value
- 存储阶乘的结果避免输入的数太大而位数不够,甚至long double都不够-Results are stored factorial avoid too large input bits is not enough, not enough even long double
farmer
- 简单的算法求解农夫过河,没有人机互动界面~!-Simple algorithm for the farmer across the river, there is no human-computer interaction interface ~!
fee100
- Calculate the fee paid for a big project.
feinuo
- 信息论中的关于费诺的编程源代码,对随机产生二进制信源消息进行编码。-Information theory on Fenno programming source code, on randomly generated binary source information is encoded.
ferry
- 渡船问题,渡船每次载十辆车,每十分钟有一个渡轮到达,客车优于货车,模拟渡口管理-Ferry problem ferry every time contained ten car every ten minutes a ferry arrives better than trucks, buses, analog ferry management
Fibonacci_search_algorithm
- 用C++写的Fibonacci 查找算法的实现,可以稍作修改当成标准的C程序用。-With C++ Written Fibonacci search algorithm can be slightly amended C as standard procedure used.
FIFO102
- 模拟页式虚拟存储管理地址转换和缺页中断,并用FIFO算法处理缺页中断。-Simulation of virtual storage management page address translation and page fault, and FIFO method to deal with page fault.