搜索资源列表
TranPinyin
- 一个用查表法实现的根据汉字串生成拼音码的程序,我看过网上很多这种代码,但其实都有问题,对于码表后面的汉字就不能正确处理-a look-up table method is based on the Chinese character string alphabet code generation process, I have read many such online code But there are problems, for the code table on the back of
WcfDemo
- 自己看网上写的一个WCF的DEMO见笑了-To look up online to write a WCF' s DEMO laughed ~ ~ ~ ~
Silverlight
- Silverlight超酷翻页实例源码 经常阅读电子杂志的朋友对其流畅自然的翻页过渡效果应当留下了十分深刻的印象。这些杂志都是使用Flash技术制作而成的。 总想着能用Silverlight实现这样的效果,去网上查查资料,找到了一个微软官方提供的翻页效果例子 -Source Silverlight examples of cool flip often to read e-magazine friends of flip their smooth and natural transi
DES-Encrypt
- 这是一个用才c井写的DES加密程序,界面美观,可以加密文本文件,文本框中只能加密数字和字母,我把源码都发上去了,希望大家可以完善加密图片的功能,只要做好图片转化为比特流再传给加密函数就可以了,用vs2005打开*.sln即可,然后再运行编译就可以看到结果了。本程序采用C#中的内封装好的类,仔细看开始加密的那个类,可以看到C#的加密功能也是蛮强大的-This is a well written with only c the DES encryption process, interface ae
DataGridDemo
- C# 用的东西很好的,你下了看就知道了呵,快点快点下吧-C# with good things, look down on you know Oh, hurry up hurry up, are you
MapPoint_Reverse_Geocode
- 本文演示采用c#和mappoint2009来查找街道地址。mappoint不使用网络服务,数据都来自于本地。在这里,mappoint提供最经济的方案来实现。-This article demonstrates using C# and MapPoint 2009 to look up a street address from a latitude/longitude. MapPoint does not use a Web Service. All data is stored locally
200907051906517089
- 新童谣活动开展以后,孩子们稚嫩的语言深深地感动着我,用了自己新学的vb.net写了这个简单的程序。发上来看看谁能用的上,让孩子们天真而纯洁的童谣自由发布吧。-After the launching of the new nursery, the children the language of immature I was deeply moved by the out his new vb.net wrote this simple program. Made up to look at wh
haidaofenjin_CSharp
- 昨天整理移动硬盘,竟然翻出了五年前的小程序源码。记得当时是在中国人民大学边上的一个小公园里花了一个上午想出来的方案(手稿程序),又用了一个小时的时间编写并调试通过的。这是一个面向对象编程方法的经典示例,虽然现在看起来,有些地方还不够完美(比如,不用泛型,而采用了强制类型转换),但也够一些小兄弟们参考学习之用了。不做修改的发上来,原汁原味地呈现给大家,希望引起大家对“面向对象”的思考。 谁说面向对象已死?你看看用面向对象是怎么解决复杂问题的? 这里所说的复杂问题是指一个很古老
DynamicMethods
- This application will demonstrate a powerful feature of the C# reflection libraries: Dynamic Method Invocation. In a nutshell, the object will discover methods on-the-fly, and will not maintain a list of the methods that it has available.
FlatComboBox_src
- Many flat combobox controls out there are not based on the standard ComboBox control that is supplied by .NET, instead they have their own interfaces and requires a customized type of ComboBoxItem when inserting into the Items container. If you alrea
ControlDataTemplateViewer
- WPF 查看 Control的DataTemplate工具。使用Reflector实现。-Tool for look up DataTemplate of WPF System.Windows.Controls
Look-up-words
- 实现输入一串英文,统计其中各单词出现的个数(不区分大小写字母),以“000”作为字符串输入结束标志,-The input string of English, statistics on the number of words appear (not case-sensitive) to " 000" as the input end of the string sign,
libarary_management
- 通过C++实现图书馆管理系统,功能包括:书籍信息录入、借出、还书、借阅情况查询、借阅历史情况查询、丢书处理-concerning libarary management, solving problems as follow: borrow books, return books, write in information of new books, look up history of borrowing and returning as well as handling the situat
student_management
- 通过C++实现学生管理系统,主要功能包括:学生信息录入、学生成绩录入、学生信息修改、成绩信息修改、学生成绩情况查询(可计算学生GPA)-a system helping manage student s score, with the functions as follow: take in student s infomation, take in student s score, rewrite student s infomation or score, look up student
sine-wave
- 基于51单片机的 ,运用查表法产生正弦波的程序,频率和占空比均可调-Based on 51 single-chip, procedures, frequency and duty cycle can be adjusted for use of look-up table method generates a sine wave
CRC
- C#编写程序,功能实现CRC计算,采用程序循环方式,节约程序,程序效率没有查表快。-C# programming functions for CRC calculation program loop, saving the program, program efficiency is not fast look-up table.
atan_tab
- 反正切函数,基于DSP2812的反正切函数,利用查表法求取角度-Arc tangent function, based on the DSP2812 arc tangent function, the use of look-up table method for determining the angle
base64
- Base64解码方法中,最简单的也是查表法:将64个可打印字符的值作为索引,查表得到的值(-Base64 decoding method, the simplest is the look-up table method: 64 printable character value as an index lookup values obtained (
spwm12
- 一个spwm计算软件源代码,可以根据需要自动生成SPWM查表数据。-A spwm calculation software source code, you can automatically generate SPWM look-up data as needed.
Cyuyan-tushuguanli
- 设计图书信息管理系统,图书信息包括:书号、书名、作者名、、出版时间、价格等。 1、系统以菜单方式工作,密码登陆。 2、图书信息的录入功能(增加数据)。 3、图书信息的删除(删除数据)。 4、图书信息的浏览功能(查找数据)。 5、图书信息的删除(修改数据)。 6、]图书信息的计算并排序。计算所有图书的总价格及平均价格(aver,单精度,输出一位小数),将包括所有数据的数组元素按价格从高到低的顺序排序打印出来。-Information management system de
