搜索资源列表
C++
- 编写一个程序,在屏幕上出现一个圆心沿正弦曲线轨迹移动的实心圆,要求每隔4分之一周期,圆的填充色和圆的周边颜色都发生变化(颜色自己选取),同时圆的半径在四分之一周期内由正弦曲线幅值的0.2倍至0.6倍的线性增长。-The preparation of a procedure on the screen there is a center of a circle along the sinusoid trajectory mobile solid round, one request every 4
VC++6.0
- 模拟连连看看的程序源代码。 可运行的。-Simulation procedure again and again to see the source code. Can be run.
zhouhpfenshutongji
- 本程序执行命令包括: 1)输入比赛数据 2)查询相关记录 3)显示各学校的成绩单 4)显示各校团体总分报表 -This procedure orders include: 1) the importation of game data 2) inquiries related records 3) showed that the school report card 4) show that school groups Total statements
LEDDELAY
- 一个双字点阵的程序,能实现左右移动的功能.-A two-word dot-matrix procedure, to achieve the function of moving around.
led
- 一个点阵程序,字数能显示两百多个字,扩展内存可以显示更多的字-A dot-matrix procedure, the number of words can display more than 200 characters, extended memory can display more characters
clock
- 做出一个小时钟很有效果简单实用的程序不难那VB做的 -Make a small effect of the clock is very simple and practical procedure is not difficult to do that VB
huibianqipaopaixu
- 用汇编语言实现 循环程序设计 用汇编语言实现 起泡排序程序-Using assembly language program designed to achieve the cycle of assembly language to achieve foaming sort procedure
yuesefu
- 首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为下次报数上限,如此循环,直至所有人都出列为止。-Should first enter a value assigned to the initial reported that the maximum number of m, the procedure should be able to automatically save a list of the serial number of peo
3
- 最小2乘法的实现 这个程序没有实现动态的功能 输入的XY个数必须手动的在程序中改 麻烦-Minimum 2 to achieve this multiplication process does not achieve the function of the dynamic XY input number must be manually changed in the procedure of trouble
LED16x16chinesedisplay
- 这是一个基于51的LED16x16显示汉字程序,我用过了,没问题的。-This is a show based on 51 characters LED16x16 procedure, I used, and no problems.
atmegi1618B20
- ATmega16L学习板18B20测试程序-18B20 study ATmega16L plate test procedure
CableCircuitDetection
- 本程序是利用单片机编写的基于地址查询的电缆断路检测系统的程序代码-This procedure is the use of single-chip based on the address written inquiries cable open circuit detection system code
b
- 在程序中输入数组大小n,通过动态分配内存函数malloc产生一个整型数组,接着输入该数组的n个元数,并使用一个函数对组数进行排序(从小到大,要求用选择法实现)-In the procedure input array size n, through dynamic allocation of memory function malloc generate an integer array, and then enter the array of n-ary number, and use a f
dianzifuzai
- 电子负载程序,本电子负载有横流,恒压,横功率,横阻,四种工作模式-E-load procedure, the electronic load has cross-flow, constant pressure, cross-power, cross-resistance, four operating modes
55645
- 10种软件滤波方法的示例程序 1、限副滤波 /* A值可根据实际情况调整 value为有效值,new_value为当前采样值 滤波程序返回有效的实际值 */ #define A 10 char value char filter() { char new_value new_value = get_ad() if ( ( new_value - value > A ) || ( value - new_value
Branch-and-Price
- Branch—and—Price,一种广义分枝定界或分枝定界的扩展算法,它允许列生成过程应用于整个分枝定界树-The philosophy of branch-and-price is similar to that of branch-and-cut except that the procedure focuses on col- umn generation rather than row generation.
cal
- 1) 文本框的双向作用(即输入与输出) 2) 窗体的双重作用(容器与输出) 3) 事件过程的编写 4) 输入输出的简单实现 5) 窗体、文本框、标签、命令按钮等基本控件的常用属性的动-1) the role of two-way text box (that is, input and output) 2) form the dual role of (the container and output) 3) event procedure of the preparation
HOLIDAY-TEST-PROCEDURE
- Holiday Test Procedure after painting.
BIOS-Update-Procedure
- BIOS Update Procedure
A-simple-procedure
- #include<stdio.h> int main() { printf(“this is a c program.\n”) return 0 }-A simple procedure