资源列表
oa-up
- 在OA服务器上建立以下目录(请以实际OA安装目录为准): D:\MYOA\webroot\ispirit\update 下载最新版本的OA精灵客户端 ispirit2009.exe,拷贝至上述目录。 本说明中的update.ini,拷贝至上述目录。 用记事本修改update.ini 中的 VERSION=20090907 请将20090907修改为最新版本号即可。 这样设置好后,客户端重新登录时或手工更新,就会升级到最新版本了。 -In t
kf_s
- kalman filter with one input variable
plu
- 多项式的计算问题,这个小程序实现了多项式求积的算法-Polynomial computational problems, this small program to achieve a polynomial quadrature algorithm
koskie_gajic2
- k-g算法中平均信干比随用户数变化曲线图代码-kg algorithm, the average signal to interference ratio with the number of users change the code graph
task31
- 工序调整:因为实际因素的影响,在任务11开始之前必须先完成任务15,而在任务9(顶部施工)开始到第7周后必须穿插1周时间的安装工作,因而任务10中的“照明系统”工作周数也相应减少1周;-Adjustment process: since the actual factors, the task must be completed 11 missions before the start of 15, while in task 9 (top construction) began to be i
xls1
- 用python写的操作xls的程序,可能会对大家有所帮助-xls python operating procedures
message-flood
- 中山大学sicily新手赛题目,题目解题思想比较简单!-Sun Yat-sen the sicily novice tournament title, the title is relatively simple problem-solving thinking of!
Josephus
- 约瑟夫环的问题 用链表来实现的 可以输入人数 退出的号和从第几个人开始计数-Josephus linked list, you can enter the number of exit number and start counting from the first few people
vc-win32application
- 显示了vc中win32 application 的编程实例-The show vc win32 application programming instance
Test
- 输出星星金字塔,利用循环语句控制空格和星星的输出以达到输出星星金字塔的效果-output star
zuoye11
- 1.编写递归函数计算Fibonacci数列,能避免重复计算 输入:input.txt,仅包含一个整数n(0-90) 输出:程序应能检查输入合法性,若有错误,输出错误提示“WRONG”;否则输出F(n)。两种情况都输出一个回车(形成一个空行)。所有实例均应在30秒内输出结果。 提示:可用一数组保存Fibonacci数列,用一个特殊值表示还未计算出Fibonacci数,递归调用前先检查数组,若已计算,直接取用,不进行递归调用;若未计算,调用递归函数,计算完成后保存入数组。实际上,这
POJ1635.tar
- POJ 1635,树的同构,哈希方法实现-POJ 1635, tree isomorphism, hash method