安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- Tensor templates - CodeProject
A template class that enable you to make tensors with any dimensionality Process convolution of any tensors and so on
- Poker Tools - CodeProject
A utility program to help poker players This is a standard Jacks or better game It's here to help you waste some time and to practice your poker strategies Future tools Hold'em Showdown odds I had intended to use the Showdown cpp file from Steve Brecher site to create a Hold'em Showdown screen As I said before, I couldn't get the DLL to work and the CPP file had lots of pointers and
- Windows Services - CodeProject
Introduction While looking for articles about Windows services, I found that most of the information online is outdated There are many articles and code snippets which were published before 2000 ! For example, if you look for books on Amazon, you will find: Win32 System Service or Professional NT Service, both published before or near 2000, So I decided to write my own research about Windows
- Master Details Report in SSRS 2008 - CodeProject
Problem How can we create a Master Detail or Summary Detail report in SSRS 2008? Solution Add a New Report in the report solution name it as “ MasterDetails ” report Create a data source Create 2 datasets as “ dsMaster ” “ dsDetails ” To create these 2 datasets, find some master detail table, e g , AccountType ? Master Table Accounts ? Detail table First create the query
- Code Project
Code Project - For Those Who Code Download demo project - 5 7 KB Introduction When writing TRACE statements to the output window in DevStudio, it is often useful to be able to go directly to the section of code that produced the TRACE output Doing this is simple - you just use the __FILE__ and __LINE__ macros in your TRACE statements If you format your TRACE statement as follows:
- Building Better Buttons in Expression Blend and Silverlight
Beginner's guide to building robust, scalable, and easily editable buttons
- The Simple And Super Fast Profiler For . NET - CodeProject
Convenience, speed, and ease of use set dotTrace Profiler apart from the many profiling tools built for the Microsoft NET platform dotTrace lets you locate pe
- A simple count () query class - CodeProject
A class to easily do count () queries Download source - 1 59 Kb Introduction This simple class uses the basic CRecordset to implement count() queries It's not too hard to do it by issuing SQL statements, it's not necessarily that hard to catch the return value This class just makes it easier Background I wrote this as part of a much larger database application I've re-used the code
|
|
|