资源列表
directx简易键盘设备控制代码
- 用于控制游戏中的人物运动的directx组件。优点在于只要包含即可生效,简单实用,而且系统消耗较小。
弹簧连接体
- 物理-Physics
assignment2
- DrScheme 运算符的规则,run (parse (4 + 3 * 2)) will show you (+ (4) (* (3) (2))) -DrScheme operator rules, run (parse (4+ 3* 2)) will show you (+ (4) (* (3) (2)))
xsxxgl_Vc
- 1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 2)能够将指定的信息从文件中删除。 3)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 4)可以统计全部学生的总成绩,及其在班上的排名。 5)能够统计各科的平均成绩及及格率。 6)要求有错误提示功能,例如性别只能输入男女,输入错误提示重新输入。 7)如果检索不到相应的信息应提示用户。-1) can be read from the screen of a student s info
duidui
- 用c++实现一个堆,一种数据结构。提供c++源代码。-dui
arc_arc_int
- arc to arc cutting point python sample with tix - "interactive"-arc to arc cutting point python sample with tix- "interactive"
memory
- 模拟操作系统中可变分区分配回收模拟程序memory.c-Simulation of the operating system variable partition recovery simulation program memory.c
daleitai
- 该源码是关于打擂的,用VB语言编程实现。经过调试,可直接使用。-The source code is about Da Lei, and with the VB programming language. After debugging, can be used directly.
testcodeforatmega
- embedded code to test atmega micro controller-embedded code to test atmega micro controller
123
- 停车场管理的一个程序,来自数据结构的实习,下啦下啦,能运行的-bike bike good good,what what
InsertStr
- 题目:输入一个新的字符串,将所有字符串从大到小输出。 要求: 1.利用指针数组 2.编写函数 insert(char * name[], char* str, int *n) name代表指针数组(其指向的字符串已经从大到小排好序),*n代表当前指针数组的实际长度。 函数的功能是:将str指向的字符串的地址插入到name中适当的位置,使得name数组中各个元素所指向的字符串是按照大小顺序排列的。插入后*n的值加1. 4.main主函数的功能 [1]指针数组的定义
Folder_Structure
- The function(or the code)finds the number of .bas(can be used for .txt or any other file format)contained in a folder and stores the directory path in an array. This can be later used for accessing the file. This reduces the manual intervention and h