搜索资源列表
chengxuyuankaoshidagang
- 程序员考试大纲程序员 我整理好了的~ 、-programmers examination outline programmers I sorted out the ~,
Language863
- 1.本树库是中科院计算所在承担863项目“通用机器翻译开发平台与汉英机器翻译系统”(1996-1998)期间,与北京大学计算语言学研究所联合开发汉英机器翻译系统时所产生的; 2.本树库的知识产权归中国科学院计算技术研究所拥有,本树库的发布遵循“自然语言处理开放资源许可证”; 3.本树库由刘颖博士在完成博士论文期间,根据机器翻译系统开发时产生的调试数据整理而成; 4.本树库中提供的文档appendix.rtf是刘颖博士的博士论
yourradio0.2.1.source
- YourRadio - a peer-to-peer radio in java YourRadio is a peer-to-peer network which is sorted among the taste of its users. This means that, if you vote over mp3 files, that are played by the client, you will only list
vb60
- rar-把“数据访问器”的代码整理出来,虽然比较小,但是有用着的朋友可以直接使用了。...rar-SQL语句和源代码!存储过程和事务与游标-rar - "data access device" code sorted out, although relatively small, However useful to our friends in the direct use of. ... Rar-SQL and s
5456
- rar-把“数据访问器”的代码整理出来,虽然比较小,但是有用着的朋友可以直接使用了。...rar-SQL语句和源代码!存储过程和事务与游标-rar - "data access device" code sorted out, although relatively small, However useful to our friends in the direct use of. ... Rar-SQL and s
VBlw
- rar-把“数据访问器”的代码整理出来,虽然比较小,但是有用着的朋友可以直接使用了。...rar-SQL语句和源代码!存储过程和事务与游标-rar - "data access device" code sorted out, although relatively small, However useful to our friends in the direct use of. ... Rar-SQL and s
prog_assistV1.0
- 数据库和界面的混合编程。该程序主要涉及技术: cj60lib界面库 ado数据库编程 功能: 1、允许添加删除主题 2、允许添加、编辑、删除、查找记录 3、允许打开其他同格式数据库 其他特色: 1、单击标题栏(即图中*号所指部分)可放大查看文章内容 2、树形栏中那两个上和下的箭头可单击以收缩和扩展树型控件 3、列表栏中可单击序号、标题等来排序 4、列表栏中第一栏中的小球图标青色代表非精华,红色
electroniccontest
- 整理出来的全国电子大赛历届题目,便于大家查看-sorted out the National Competition electronic successive title, we look easy
listPrint_demo
- Printing a CListCtrl or CListView with support for multiple pages The first column is printed again on each page The width of the columns are used for printing Columns can be sorted (nothing new, I know) -Pri
Baskballer_Paixu
- 自行写的为同学打篮球分组方便而写的代码,可以为同学自动排序!欢迎指导-to write to the students playing basketball in a convenient and writing code, the students are automatically sorted! Welcome guidance
Digital_Median
- * DEFINITION * This is the header file for a library module used to calculate the median * of a list of values. It finds the value that would be in the center if * the list were sorted. If the list contains an
mergesortedvectors
- If we have two individually sorted vectors \"a\" and \"b\" but they are not sorted with respect to each other and we want to merge them into vector \"c\" such that \"c\" is also a sorted vector. Then c=mergesorted(a,b) c
2chapter13
- 只有副程式~~標頭檔要自己去整理出來-~ ~ header file to themselves sorted out
insert-element-into-sorted-array
- A Java example to insert element into sorted array
insert-element-into-sorted-array
- A Java example to insert element into sorted array
struct
- 有序整数顺序存储数列的合并与数据删除 本次实验要求学生设计、实现、测试一个C/C++程序,基本步骤为: 1 分别从两个文件中读取已排序好的正整数到两个数组中; 2 合并这两个数组到第三个有序数组中并在屏幕终端输出第三个数组的数据。两个数据相同时只选择其中之一输出; 3 报告输出数据中不同数据的个数; 4 从数组中连续删除部分数据再输出结果; 5 把第一步改成用键盘输入数据测试你的输出结果; 6 详细注释你的
automatically-sorted
- 在输入框内任意输入数字,按下确定,自动排序,非用Array.sort()做,任意排序 -Any input in the input box number, press OK, automatically sorted, non-use Array.sort () to do any sort
jquery.sorted-master
- jQuery.sorted由Jacek Galanciak开发的超级简单的jQuery排序工具。可以按照按照文本值排序,反序排序,或者按照自定义的属性值排序。-jQuery.sorted developed by Jacek Galanciak, super simple jQuery sorting tools. Sort sorted according to the text value in reverse order, or
Search-in-Rotated-Sorted-Array
- LeetCode OJ:Search in Rotated Sorted Array
Merge-k-Sorted-Lists
- 合并K个有序的链表,然后返回结果链表的首结点-Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity.