MCPcopy Create free account

hub / github.com/Mzzopublic/C / functions

Functions976 in github.com/Mzzopublic/C

↓ 3 callersFunctionskip_leading_space
* Name: skip_leading_space * Purpose: put the diff on the first non-blank character * Date: October 31, 1992 * Passed: s: the string to sea
经典示例/218.功能强大的文本编辑器/DIFF.C:544
↓ 3 callersFunctionterm
经典示例/108.递归整数四则运算/108.c:73
↓ 3 callersFunctiontransac1
经典示例/219.图书管理系统/Library.c:442
↓ 3 callersFunctionunmark_block
* Name: unmark_block * Class: primary editor function * Purpose: To set all block information to NULL or 0 * Date: June 5, 1991 * Passed:
经典示例/218.功能强大的文本编辑器/BLOCK.C:138
↓ 3 callersFunctionvalidate_path
* Name: validate_path * Purpose: make sure we got a valid search pattern or subdirectory * Date: February 13, 1992 * Passed: dname: search p
经典示例/218.功能强大的文本编辑器/DIRLIST.C:91
↓ 3 callersFunctionverify_number
* Name: verify_number * Purpose: given a window number, verify the number * Date: October 31, 1992 * Passed: temp: string that contains num
经典示例/218.功能强大的文本编辑器/DIFF.C:650
↓ 3 callersFunctionwaitkey
* Name: waitkey * Purpose: call the BIOS keyboard status subfunction * Date: October 31, 1992 * Passed: enh_keyboard: boolean - TRUE if 101
经典示例/218.功能强大的文本编辑器/CONSOLE.C:460
↓ 3 callersFunctionwindow_3d
经典示例/162.设计立体窗口/162.C:25
↓ 3 callersFunctionwingame
经典示例/213.迷你撞球游戏/213.C:192
↓ 3 callersFunctionword_delete
* Name: word_delete * Purpose: To delete from the cursor to the start of the next word. * Date: September 1, 1991 * Passed: window: pointer
经典示例/218.功能强大的文本编辑器/ED.C:540
↓ 3 callersFunctionwrite_to_disk
* Name: write_to_disk * Purpose: To write file from memory to disk * Date: June 5, 1991 * Passed: window: pointer to current window *
经典示例/218.功能强大的文本编辑器/FILE.C:1619
↓ 2 callersFunctionAddSum
经典示例/074.K阶斐波那契序列/74.c:10
↓ 2 callersFunctionCreateFractalImage
===============================================================*/
经典示例/144.绘制布朗运动曲线/144.C:49
↓ 2 callersFunctionDestoryStack
����ջS,S���ٴ���
经典示例/107.堆栈四则运算/107.c:60
↓ 2 callersFunctionDraw
��������ӳ�����������һ����ť*/
经典示例/213.迷你撞球游戏/213.C:245
↓ 2 callersFunctionDrawClock
������*/
经典示例/153.图形时钟/153.C:65
↓ 2 callersFunctionDrawFractalImage
===============================================================*/
经典示例/144.绘制布朗运动曲线/144.C:72
↓ 2 callersFunctionHeapify
经典示例/047.堆排序/47.c:5
↓ 2 callersFunctionHelp
�����ǰ�������*/
经典示例/214.模拟扫雷游戏/214.C:763
↓ 2 callersFunctionHelpMassage
������Ϣ����F1���ô˺��� */
经典示例/211.双人竞走游戏/211.C:146
↓ 2 callersFunctionInitFace
��ʼ����Ϸ���� */
经典示例/211.双人竞走游戏/211.C:90
↓ 2 callersFunctionInitStack
���ݶ���IJ������� ����һ����ջ,�������ֵΪ0,���ʾ��ʼ��ʧ��
经典示例/107.堆栈四则运算/107.c:43
↓ 2 callersFunctionJudgeKey
经典示例/209.解救人质游戏/209.C:167
↓ 2 callersFunctionKleene_star
* Name: Kleene_star * Purpose: determine if character is a reg ex operator * Date: June 5, 1993 * Passed: let: letter to look at * Returns
经典示例/218.功能强大的文本编辑器/REGX.C:1200
↓ 2 callersFunctionListLength
经典示例/055.链表操作(2)/55.c:62
↓ 2 callersFunctionOpen
�Կ�����*/
经典示例/214.模拟扫雷游戏/214.C:703
↓ 2 callersFunctionPop
��ջ
经典示例/195.括号匹配/195.C:39
↓ 2 callersFunctionRandom
经典示例/214.模拟扫雷游戏/214.C:732
↓ 2 callersFunctionRect
经典示例/147.VGA256色模式编程/147.C:73
↓ 2 callersFunctionSet_Color
������Ϸ����ɫ����ʵ��������ȫ�ֱ���Player2Color��Player1Color������who���ж���һ����Ϸ�� */
经典示例/211.双人竞走游戏/211.C:380
↓ 2 callersFunctionTop
ȡջ��Ԫ��
经典示例/072.火车车厢重排/72.c:51
↓ 2 callersFunctionblock_fill
* Name: block_fill * Class: helper function * Purpose: fill the block buffer with character * Date: June 5, 1991 * Passed: block_buff: lo
经典示例/218.功能强大的文本编辑器/BLOCK.C:1704
↓ 2 callersFunctionbuild_backward_skip
* Name: build_backward_skip * Purpose: build Boyer-Moore backward skip array * Date: October 31, 1992 * Passed: bmp: pointer to Boyer-Moore
经典示例/218.功能强大的文本编辑器/FINDREP.C:460
↓ 2 callersFunctionbuild_forward_skip
* Name: build_forward_skip * Purpose: build Boyer-Moore forward skip array * Date: October 31, 1992 * Passed: bmp: pointer to Boyer-Moore s
经典示例/218.功能强大的文本编辑器/FINDREP.C:411
↓ 2 callersFunctioncalculate_backward_md2
* Name: calculate_backward_md2 * Purpose: Calculate mini delta2 for backward searches * Date: October 31, 1992 * Passed: p: pointer to patt
经典示例/218.功能强大的文本编辑器/FINDREP.C:539
↓ 2 callersFunctioncalculate_forward_md2
* Name: calculate_forward_md2 * Purpose: Calculate mini delta2 for forward searches * Date: October 31, 1992 * Passed: p: pointer to patter
经典示例/218.功能强大的文本编辑器/FINDREP.C:505
↓ 2 callersFunctioncenter_window
* Name: center_window * Purpose: To place the current line or cursor in the center of a window. * Date: June 5, 1991 * Passed: window: poin
经典示例/218.功能强大的文本编辑器/UTILS.C:2306
↓ 2 callersFunctionchkbook
经典示例/219.图书管理系统/Library.c:567
↓ 2 callersFunctioncirclePoint
���Ǹ��ݸ�����Բ������͵�����ֱ��ڰ˸����޻�����ӳ���*/
经典示例/139.图形法绘制圆/139.C:5
↓ 2 callersFunctioncomp_num
经典示例/084.素数幻方/84.c:123
↓ 2 callersFunctionconnect_macros
* Name: connect_macros * Purpose: hook up all (if any) macros to the function key definition table * Date: April 1, 1992 * Notes: we need t
经典示例/218.功能强大的文本编辑器/MACRO.C:369
↓ 2 callersFunctioncountvalue
经典示例/186.同时整除/186.C:3
↓ 2 callersFunctiondays
经典示例/077.打鱼还是晒网/77.c:52
↓ 2 callersFunctiondisplay_dirty_windows
* Name: display_dirty_windows * Purpose: Set up the editor structures and display changes as needed. * Date: June 5, 1991 * Notes: Display
经典示例/218.功能强大的文本编辑器/ED.C:2132
↓ 2 callersFunctionedit
经典示例/039.简单的文本编辑器/39.C:136
↓ 2 callersFunctionedit_next_file
* Name: edit_next_file * Purpose: edit next file on command line. * Date: January 6, 1992 * Passed: window: pointer to current window * No
经典示例/218.功能强大的文本编辑器/FILE.C:1029
↓ 2 callersFunctionenqueue
��ֵ�����************************************/
经典示例/066.图的广度优先遍利/66.C:49
↓ 2 callersFunctionexpression
* Name: expression * Purpose: break reg ex into terms and expressions * Date: June 5, 1993 * Passed: none, but looks at local global pattern
经典示例/218.功能强大的文本编辑器/REGX.C:754
↓ 2 callersFunctionfflag
经典示例/083.验证歌德巴赫猜想/83.c:40
↓ 2 callersFunctionfind_node
���ҽ��
经典示例/050.二叉搜索树操作/50.C:36
↓ 2 callersFunctionfind_word
* Name: find_word * Purpose: find a word on a line * Date: November 29, 1991 * Passed: p: pointer to a line of text * len
经典示例/218.功能强大的文本编辑器/WORDWRAP.C:721
↓ 2 callersFunctionfinish
* Name: finish * Purpose: To remove the current window and terminate the program if no * more windows are left. * Date: June 5, 199
经典示例/218.功能强大的文本编辑器/WINDOW.C:811
↓ 2 callersFunctionflush_keyboard
* Name: flush_keyboard * Purpose: flush keys from the keyboard buffer * Date: June 5, 1993 * Passed: enh_keyboard: boolean - TRUE if 101 ke
经典示例/218.功能强大的文本编辑器/CONSOLE.C:532
↓ 2 callersFunctioninithouse1
��һ�ص�ͼ���ʼ�� */
经典示例/215.推箱子游戏/215.C:113
↓ 2 callersFunctioninithouse2
�ڶ��ص�ͼ���ʼ�� */
经典示例/215.推箱子游戏/215.C:188
↓ 2 callersFunctioninithouse3
�����ص�ͼ���ʼ�� */
经典示例/215.推箱子游戏/215.C:152
↓ 2 callersFunctioninithouse4
���Ĺص�ͼ���ʼ�� */
经典示例/215.推箱子游戏/215.C:223
↓ 2 callersFunctioninputint
经典示例/119.超长正整数的加法/119.C:72
↓ 2 callersFunctioninsert_twokey
* Name: insert_twokey * Purpose: find an open slot and insert the new two-key combination * Date: April 1, 1993 * Passed: parent_key: 1st k
经典示例/218.功能强大的文本编辑器/CFGFILE.C:912
↓ 2 callersFunctionjoin_line
* Name: join_line * Purpose: To join current line and line below at cursor * Date: June 5, 1991 * Passed: window: pointer to current window
经典示例/218.功能强大的文本编辑器/ED.C:401
↓ 2 callersFunctionletter
* Name: letter * Purpose: determine if character is a recognized reg ex character * Date: June 5, 1993 * Passed: let: letter to look at *
经典示例/218.功能强大的文本编辑器/REGX.C:1213
↓ 2 callersFunctionlgam2
(a,x)
经典示例/111.绘制正态分布曲线/111.c:36
↓ 2 callersFunctionlgass
(a,d,x)
经典示例/111.绘制正态分布曲线/111.c:97
↓ 2 callersFunctionlist_and_pick
* Name: list_and_pick * Purpose: To show matching file names and let user pick a file * Date: February 13, 1992 * Passed: dname: directory
经典示例/218.功能强大的文本编辑器/DIRLIST.C:199
↓ 2 callersFunctionlittlewin
经典示例/209.解救人质游戏/209.C:24
↓ 2 callersFunctionload_file
* ����: ��һ���ļ����ص��ı�ָ��������To load a file into the array of text pointers. * ����: name: �����ļ������� * fp: ָ���ļ��ṹ��ָ
经典示例/218.功能强大的文本编辑器/FILE.C:292
↓ 2 callersFunctionmain
经典示例/101.常胜将军/101.C:2
↓ 2 callersFunctionmain
end of Heap_Sort */
经典示例/047.堆排序/47.c:39
↓ 2 callersFunctionmy_memcmp
* Name: my_memcmp * Purpose: compare strings using ignore or match case sort order * Date: October 31, 1992 * Passed: s1: pointer to string
经典示例/218.功能强大的文本编辑器/SORT.C:564
↓ 2 callersFunctionmy_output
经典示例/049.基数排序/49.C:38
↓ 2 callersFunctionmycircle
经典示例/213.迷你撞球游戏/213.C:268
↓ 2 callersFunctionnew_sort_order
* Name: new_sort_order * Purpose: change the sort order * Date: October 31, 1992 * Notes: New sort oder starts at the @ sign */
经典示例/218.功能强大的文本编辑器/CFGFILE.C:833
↓ 2 callersFunctionnfa_match
* Name: nfa_match * Purpose: try to recognize a pattern * Date: June 5, 1993 * Passed: none, but modifies local global nfa recognizer. * Re
经典示例/218.功能强大的文本编辑器/REGX.C:471
↓ 2 callersFunctionnum
经典示例/175.求取符合特定要求的素数/175.C:10
↓ 2 callersFunctionok
经典示例/084.素数幻方/84.c:98
↓ 2 callersFunctionpad_dest_line
* Name: pad_dest_line * Class: helper function * Purpose: To prepare a window/file for a block move or copy. * Date: June 5, 1991 * Passed
经典示例/218.功能强大的文本编辑器/BLOCK.C:274
↓ 2 callersFunctionposition_cursor
* Name: position_cursor * Date: October 1, 1991 * Notes: Given a key from the user, find out what action to do. */
经典示例/218.功能强大的文本编辑器/CFGKEYS.C:134
↓ 2 callersFunctionprint
��ӡ���*/
经典示例/058.双链表/58.c:59
↓ 2 callersFunctionprint
经典示例/092.分糖果/92.c:37
↓ 2 callersFunctionpush_dq
* Name: push_dq * Purpose: push state on deque * Date: June 5, 1993 * Passed: v: state to push * Returns: whether stack is OK or if stack
经典示例/218.功能强大的文本编辑器/REGX.C:655
↓ 2 callersFunctionquitgame
经典示例/213.迷你撞球游戏/213.C:183
↓ 2 callersFunctionreadline
经典示例/038.同时显示两个文件的内容/38.C:20
↓ 2 callersFunctionrecls
经典示例/145.艺术清屏/145.C:52
↓ 2 callersFunctionrecord_keys
* ����: �Ѽ�������ŵ������� * ����: line: Ҫ��ʾ��ʾ���� * ע��: ���nextֵ��-1���������˼�¼��ĩβ�� * ���nextֵ��STROKE_LIMIT+1��ʾ�ռ��Ѿ����� */
经典示例/218.功能强大的文本编辑器/MACRO.C:159
↓ 2 callersFunctionrecord_keys
* Name: record_keys * Purpose: save keystrokes in keystroke buffer * Date: June 5, 1992 * Passed: line: line to display prompts * Notes:
经典示例/218.功能强大的文本编辑器/CFGFILE.C:769
↓ 2 callersFunctionrect
����ʵ�ľ��� */
经典示例/212.迷宫探险游戏/212.C:316
↓ 2 callersFunctionregx_search_backward
* Name: regx_search_backward * Purpose: search backward for pattern using regular expression * Date: June 5, 1993 * Passed: ll: pointer
经典示例/218.功能强大的文本编辑器/REGX.C:426
↓ 2 callersFunctionrestore_overscan
* Name: restore_overscan * Date: April 1, 1993 */
经典示例/218.功能强大的文本编辑器/CFGCOLOR.C:131
↓ 2 callersFunctionsearch
经典示例/054.链表操作(1)/54.c:42
↓ 2 callersFunctionsearch_and_seize
* Name: search_and_seize * Purpose: search files for a pattern * Date: October 31, 1992 * Passed: window: pointer to current window * Note
经典示例/218.功能强大的文本编辑器/FILE.C:1183
↓ 2 callersFunctionsearch_backward
* Name: search_backward * Purpose: search backward for pattern using boyer array * Passed: ll: pointer to node in linked list to start search
经典示例/218.功能强大的文本编辑器/FINDREP.C:816
↓ 2 callersFunctionset_ancestry
经典示例/060.记录个人资料/60.c:132
↓ 2 callersFunctionsetfont8x8
(mode)
经典示例/161.定义文本模式/161.C:50
↓ 2 callersFunctionshow_control_z
* Name: show_control_z * Purpose: show state of control z flag * Date: June 5, 1991 */
经典示例/218.功能强大的文本编辑器/HWIND.C:234
↓ 2 callersFunctionshow_crlf_mode
* Name: show_crlf_mode * Purpose: display state of crlf flag * Date: June 5, 1991 */
经典示例/218.功能强大的文本编辑器/UTILS.C:1659
↓ 2 callersFunctionshow_dirty_window
* Name: show_dirty_window * Purpose: show changes in non-current window * Date: June 5, 1991 * Passed: window: pointer to current window *
经典示例/218.功能强大的文本编辑器/ED.C:2175
↓ 2 callersFunctionshow_eof
* Name: show_eof * Purpose: display eof message * Date: September 16, 1991 * Notes: line: ususally, line to is display "<=== eof ===>" */
经典示例/218.功能强大的文本编辑器/UTILS.C:921
↓ 2 callersFunctionshow_func_list
* Name: show_func_list * Date: October 1, 1991 * Notes: Show the available functions in the small pop-up window. */
经典示例/218.功能强大的文本编辑器/CFGKEYS.C:114
↓ 2 callersFunctionshow_insert_mode
* Name: show_insert_mode * Purpose: show insert mode in lite bar * Date: June 5, 1991 */
经典示例/218.功能强大的文本编辑器/HWIND.C:246
↓ 2 callersFunctionshow_key_def_list
* Name: show_key_def_list * Date: October 1, 1991 * Notes: Show the key name and current function in a window. */
经典示例/218.功能强大的文本编辑器/CFGKEYS.C:92
← previousnext →201–300 of 976, ranked by callers