资源列表
tulunjigou
- MATLAB编写的凸轮机构绕中轴线旋转的程序-MATLAB prepared by the cam rotation axis around which the procedure
code3
- 多段图的最短路径问题算法的具体实现,编译,运行通过了
jsload
- javascr ipt进度条,不错的-javascr ipt progress of the good
qubushu
- 图论程序全部树算法可算出任一个图的全部树-graph theory all the procedures tree algorithm can be considered as a map of all tree
Euler_fuction2
- //Euler 函数前n项和 /* phi(n) 为n的Euler原函数 if( (n/p) % i == 0 ) phi(n)=phi(n/p)*i else phi(n)=phi(n/p)*(i-1) 对于约数:divnum 如果i|pr[j] 那么 divnum[i*pr[j]]=divsum[i]/(e[i]+1)*(e[i]+2) //最小素因子次数加1 否则 divnum[i*pr[j]]=divnum[i]*divnum[pr[j]] //满足
yangliang12
- 实现单片机定时器中断,分别用位选段和段选断来实现LED灯和数码管的控制,本程序要在KEIL中执行方可完成。-The realization of single-chip timer interrupt, namely election with Duan & Duan bit off election to achieve the LED lights and LED control, the procedures to be implemented in KEIL to complet
p1
- with vlc, you can now open any file from the command prompt
STACK
- 堆栈使用的细则,包括出栈入栈,浅显易懂的程序-Stack use of rules, including the stack into the stack, and simple procedure
TwoWaySerialComm
- 双向传输协议,自动检测I2C等传输协议需要COM口的连接-Two-way transmission protocol, such as automatic detection of I2C Transfer Protocol COM port needs to connect
FPGAconfig
- 用NiosII软核配置FPGA的C语言源程序,比较经典,我用一年了,时序不需更改-NiosII with soft-core FPGA configuration of the C language source code, compare the classic, I used one year, no need to change the timing
R-K-code
- 该程序包含了数值积分中龙格库塔方法的核心程序并能够求解动力系统中的响应-This programme contains the kenerl code of Runge-Kutta in numerical integration and can solve the response of the dynamic systems
test109
- 1. 定义一个结构体数组,存放10个学生的学号,姓名,三门课的成绩2. 从键盘输入10个学生的以上内容,存入文件stud.dat,关闭文件3. 打开stud.dat文件,将数据读出,查看是否正确写入,关闭文件。4. 打开文件stud.dat文件,读出数据,将10个学生按照平均分数从高到低进行排序,分别将结果输出到屏幕上和另一文件studsort.dat中。5. 从studsort.dat 文件中读取第2,4,6,8,10个学生的数据。-Practice reading and writing f